#E9E25F
A light, vivid yellow closely aligning with Khaki.
About #E9E25F
When working with digital screens, the color #E9E25F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Khaki. This translates to an RGB value of rgb(233, 226, 95).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 3% M, 59% Y, and 9% K. With a hue angle of 57.0 degrees, it sits comfortably in the yellow spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E9E25F
RGB233, 226, 95
HSL57.0°, 75.8%, 64.3%
CMYK0%, 3%, 59%, 9%
HSV57.0°, 59.2%, 91.4%
LAB88.2, -13.6, 63.2
XYZ62.9, 72.5, 21.5
Decimal15327839
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.51:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E9E25F;
}
.text-color {
color: #E9E25F;
}
.border-color {
border: 2px solid #E9E25F;
}