Marigold (#EAA221)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #000000
Contrast vs white: 2.17:1 — vs black: 9.69:1

Color values

  • HEX #EAA221
  • RGB rgb(234, 162, 33)
  • HSL hsl(38, 85%, 91%)
  • CMYK cmyk( 0, 30.77, 85.9, 8.24 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #EAA221 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Marigold
#EAA221 Base
#2169EA
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Marigold
#EAA221 Base
#EA3E21
#CDEA21
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Marigold
#EAA221 Base
#21EAA2
#A221EA
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Marigold
#EAA221 Base
#21CDEA
#3E21EA
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Marigold
#EAA221 Base
#21EA3E
#2169EA
#EA21CD
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Marigold
#EAA221 Base
#68460A
#AE7610
#CF8C14
#EEB246
#F1BF67
#F7DDAD
Shades & Tints

Darker shades and lighter tints of Marigold, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#171002
#432E06
#704B0B
#9C690F
#C88713
Marigold #EAA221 Base
#EEB349
#F2C370
#F5D498
#F9E5C0
#FDF5E8
CSS & SCSS Snippets

Ready-to-use code snippets for #EAA221. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #EAA221;
}

/* Text */
.element {
    color: #EAA221;
}

/* Border */
.element {
    border: 1px solid #EAA221;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #EAA221,
        #D8E5FC
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #EAA221,
        #D8E5FC
    );
}
SCSS Variable
// SCSS variable
$marigold: #EAA221;

// With RGB channels (useful for rgba() usage)
$marigold-r: 234;
$marigold-g: 162;
$marigold-b: 33;

// Usage
.element {
    background-color: $marigold;
    color: rgba($marigold-r, $marigold-g, $marigold-b, 0.8);
}
Color Blindness Simulation

How Marigold appears to people with different types of color vision deficiency.

Normal Vision #EAA221 How the color appears with full color vision.
Deuteranopia #BBBB10 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #ACAC24 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #F09999 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #B0B0B0 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Marigold ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Marigold #EAA221 Base
Gamboge #E49B0F ΔE 1.91
Dark Tangerine #FFA812 ΔE 3.96
Chrome Yellow #FFA700 ΔE 4.01
Orange #FFA500 ΔE 4.14

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.