#E9DB0F
A medium, vivid yellow closely aligning with Gold.
About #E9DB0F
At its core, #E9DB0F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Gold. In the RGB color space, it consists of 233 red, 219 green, and 15 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 6% magenta, 94% yellow, and 9% black. The HSL representation is 56.1° hue, 87.9% saturation, and 48.6% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9DB0F
RGB233, 219, 15
HSL56.1°, 87.9%, 48.6%
CMYK0%, 6%, 94%, 9%
HSV56.1°, 93.6%, 91.4%
LAB86.0, -13.2, 84.3
XYZ59.0, 68.0, 10.5
Decimal15325967
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.60:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.42:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9DB0F;
}
.text-color {
color: #E9DB0F;
}
.border-color {
border: 2px solid #E9DB0F;
}