#E2AF0F
A medium, vivid yellow closely aligning with Goldenrod.
About #E2AF0F
Visually, #E2AF0F is defined as a vivid yellow. It is closely associated with the named CSS color Goldenrod. In the RGB color space, it consists of 226 red, 175 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 23% M, 93% Y, and 11% K. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2AF0F
RGB226, 175, 15
HSL45.5°, 87.6%, 47.3%
CMYK0%, 23%, 93%, 11%
HSV45.5°, 93.4%, 88.6%
LAB74.1, 6.4, 75.1
XYZ46.8, 46.9, 7.0
Decimal14855951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.37:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2AF0F;
}
.text-color {
color: #E2AF0F;
}
.border-color {
border: 2px solid #E2AF0F;
}