#E2CC07
A medium, vivid yellow closely aligning with Gold.
About #E2CC07
Visually, #E2CC07 is defined as a vivid yellow. Designers often compare it to the standard color Gold. This translates to an RGB value of rgb(226, 204, 7).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 10% magenta, 97% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2CC07
RGB226, 204, 7
HSL54.0°, 94.0%, 45.7%
CMYK0%, 10%, 97%, 11%
HSV54.0°, 96.9%, 88.6%
LAB81.5, -8.7, 81.4
XYZ53.0, 59.4, 8.9
Decimal14863367
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.63:1
Text on #FFFFFF
FAIL
12.87:1
Text on #000000
AAA
1.56:1
Text on #F8FAFC
FAIL
10.94:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2CC07;
}
.text-color {
color: #E2CC07;
}
.border-color {
border: 2px solid #E2CC07;
}