#E9D35F
A light, vivid yellow closely aligning with Khaki.
About #E9D35F
The hex code #E9D35F represents a beautifully specific shade of yellow. Designers often compare it to the standard color Khaki. In the RGB color space, it consists of 233 red, 211 green, and 95 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 9% magenta, 59% yellow, and 9% black. With a hue angle of 50.4 degrees, it sits comfortably in the yellow spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E9D35F
RGB233, 211, 95
HSL50.4°, 75.8%, 64.3%
CMYK0%, 9%, 59%, 9%
HSV50.4°, 59.2%, 91.4%
LAB84.3, -6.1, 58.9
XYZ59.0, 64.7, 20.2
Decimal15323999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.51:1
Text on #FFFFFF
FAIL
13.95:1
Text on #000000
AAA
1.44:1
Text on #F8FAFC
FAIL
11.86:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9D35F;
}
.text-color {
color: #E9D35F;
}
.border-color {
border: 2px solid #E9D35F;
}