Gold (Yellow)
#EDDF12
RGB: 237, 223, 18
Color OverviewHEX #EDDF12

#EDDF12 Color Code Information

In the RGB color space, #EDDF12 is composed of 93% red, 87% green, and 7% blue. In the HSL color space, it has a hue of 56°, saturation of 86%, and lightness of 50%.

HEX
#EDDF12
RGB
237, 223, 18
HSL
56°, 86%, 50%
HSV
56°, 92%, 93%
CMYK
0%, 6%, 92%, 7%
Name Match
Gold
Closest Standard

Shades of #EDDF12 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #EDDF12 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #EDDF12 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #EDDF12

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #EDDF12 Background
Contrast Ratio against Pure White (#FFFFFF):1.38 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #EDDF12 Background
Contrast Ratio against Pure Black (#000000):15.16 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #EDDF12;
}

.element {
  color: #EDDF12;
  background-color: #EDDF12;
  border-color: #EDDF12;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#EDDF12] text-[#EDDF12] border-[#EDDF12]">
  Content styled with #EDDF12
</div>