#E2DB3A
A medium, vivid yellow closely aligning with Gold.
About #E2DB3A
Visually, #E2DB3A is defined as a vivid yellow. Its closest recognized web color is Gold. Its digital footprint relies on 226 parts red, 219 parts green, and 58 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 3% Magenta, 74% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2DB3A
RGB226, 219, 58
HSL57.5°, 74.3%, 55.7%
CMYK0%, 3%, 74%, 11%
HSV57.5°, 74.3%, 88.6%
LAB85.6, -15.0, 74.3
XYZ57.5, 67.1, 13.9
Decimal14867258
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.43:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2DB3A;
}
.text-color {
color: #E2DB3A;
}
.border-color {
border: 2px solid #E2DB3A;
}