#E9DB49
A light, vivid yellow closely aligning with Gold.
About #E9DB49
Visually, #E9DB49 is defined as a vivid yellow. If you're using CSS, you might find it aligns closely with Gold. Its digital footprint relies on 233 parts red, 219 parts green, and 73 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 6% Magenta, 69% Yellow, and 9% Black. Always request a physical proof before doing a large print run with this exact code.
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#E9DB49
RGB233, 219, 73
HSL54.7°, 78.4%, 60.0%
CMYK0%, 6%, 69%, 9%
HSV54.7°, 68.7%, 91.4%
LAB86.2, -11.4, 70.0
XYZ60.1, 68.5, 16.3
Decimal15326025
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.69:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.49:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9DB49;
}
.text-color {
color: #E9DB49;
}
.border-color {
border: 2px solid #E9DB49;
}