#E2C53A
A medium, vivid yellow closely aligning with Goldenrod.
About #E2C53A
When working with digital screens, the color #E2C53A is rendered by mixing light. It is closely associated with the named CSS color Goldenrod. This translates to an RGB value of rgb(226, 197, 58).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 13% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E2C53A
RGB226, 197, 58
HSL49.6°, 74.3%, 55.7%
CMYK0%, 13%, 74%, 11%
HSV49.6°, 74.3%, 88.6%
LAB79.8, -3.9, 69.0
XYZ52.1, 56.4, 12.1
Decimal14861626
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.71:1
Text on #FFFFFF
FAIL
12.28:1
Text on #000000
AAA
1.63:1
Text on #F8FAFC
FAIL
10.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2C53A;
}
.text-color {
color: #E2C53A;
}
.border-color {
border: 2px solid #E2C53A;
}