#E2D35F
A light, moderate yellow closely aligning with Khaki.
About #E2D35F
The precise color #E2D35F is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Khaki. Its digital footprint relies on 226 parts red, 211 parts green, and 95 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 7% Magenta, 58% Yellow, and 11% Black. The HSL representation is 53.1° hue, 69.3% saturation, and 62.9% lightness.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2D35F
RGB226, 211, 95
HSL53.1°, 69.3%, 62.9%
CMYK0%, 7%, 58%, 11%
HSV53.1°, 58.0%, 88.6%
LAB83.7, -9.0, 58.1
XYZ56.7, 63.6, 20.1
Decimal14865247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.72:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2D35F;
}
.text-color {
color: #E2D35F;
}
.border-color {
border: 2px solid #E2D35F;
}