#E2D350
A light, vivid yellow closely aligning with Khaki.
About #E2D350
The hex code #E2D350 represents a beautifully specific shade of yellow. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(226, 211, 80).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 7% Magenta, 65% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2D350
RGB226, 211, 80
HSL53.8°, 71.6%, 60.0%
CMYK0%, 7%, 65%, 11%
HSV53.8°, 64.6%, 88.6%
LAB83.6, -10.0, 64.4
XYZ56.1, 63.3, 16.9
Decimal14865232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.54:1
Text on #FFFFFF
FAIL
13.67:1
Text on #000000
AAA
1.47:1
Text on #F8FAFC
FAIL
11.62:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2D350;
}
.text-color {
color: #E2D350;
}
.border-color {
border: 2px solid #E2D350;
}