#E2DB0F
A medium, vivid yellow closely aligning with Gold.
About #E2DB0F
At its core, #E2DB0F is a medium and vivid hue. It is closely associated with the named CSS color Gold. Its digital footprint relies on 226 parts red, 219 parts green, and 15 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 3% Magenta, 93% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2DB0F
RGB226, 219, 15
HSL58.0°, 87.6%, 47.3%
CMYK0%, 3%, 93%, 11%
HSV58.0°, 93.4%, 88.6%
LAB85.4, -16.1, 83.6
XYZ56.8, 66.9, 10.4
Decimal14867215
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.37:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.22:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2DB0F;
}
.text-color {
color: #E2DB0F;
}
.border-color {
border: 2px solid #E2DB0F;
}