#E2E92C
A medium, vivid yellow closely aligning with Yellow.
About #E2E92C
The precise color #E2E92C is an excellent choice for modern design projects. Designers often compare it to the standard color Yellow. This translates to an RGB value of rgb(226, 233, 44).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 3% cyan, 0% magenta, 81% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2E92C
RGB226, 233, 44
HSL62.2°, 81.1%, 54.3%
CMYK3%, 0%, 81%, 9%
HSV62.2°, 81.1%, 91.4%
LAB89.2, -22.3, 81.5
XYZ61.0, 74.6, 13.6
Decimal14870828
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.93:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2E92C;
}
.text-color {
color: #E2E92C;
}
.border-color {
border: 2px solid #E2E92C;
}