#FFE224
A medium, vivid yellow closely aligning with Gold.
About #FFE224
The hex code #FFE224 represents a beautifully specific shade of yellow. It is closely associated with the named CSS color Gold. This translates to an RGB value of rgb(255, 226, 36).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 11% magenta inks. The HSL representation is 52.1° hue, 100.0% saturation, and 57.1% lightness.
When using this color as a background, text legibility must be considered. 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#FFE224
RGB255, 226, 36
HSL52.1°, 100.0%, 57.1%
CMYK0%, 11%, 86%, 0%
HSV52.1°, 85.9%, 100.0%
LAB89.8, -7.0, 84.7
XYZ68.8, 75.8, 12.7
Decimal16769572
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.16:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FFE224;
}
.text-color {
color: #FFE224;
}
.border-color {
border: 2px solid #FFE224;
}