#E1CD62
A light, moderate yellow closely aligning with Khaki.
About #E1CD62
When working with digital screens, the color #E1CD62 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(225, 205, 98).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 9% Magenta, 56% Yellow, and 12% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E1CD62
RGB225, 205, 98
HSL50.6°, 67.9%, 63.3%
CMYK0%, 9%, 56%, 12%
HSV50.6°, 56.4%, 88.2%
LAB82.1, -6.1, 54.9
XYZ55.1, 60.6, 20.3
Decimal14798178
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.11:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E1CD62;
}
.text-color {
color: #E1CD62;
}
.border-color {
border: 2px solid #E1CD62;
}