#E2AF8A
A light, moderate orange closely aligning with Burlywood.
About #E2AF8A
The hex code #E2AF8A represents a beautifully specific shade of orange. Designers often compare it to the standard color Burlywood. In the RGB color space, it consists of 226 red, 175 green, and 138 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 23% M, 39% Y, and 11% K. The HSL representation is 25.2° hue, 60.3% saturation, and 71.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#E2AF8A
RGB226, 175, 138
HSL25.2°, 60.3%, 71.4%
CMYK0%, 23%, 39%, 11%
HSV25.2°, 38.9%, 88.6%
LAB75.2, 13.8, 26.1
XYZ51.3, 48.7, 30.7
Decimal14856074
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.73:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.12:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2AF8A;
}
.text-color {
color: #E2AF8A;
}
.border-color {
border: 2px solid #E2AF8A;
}