#E2AF7C
A light, moderate orange closely aligning with Burlywood.
About #E2AF7C
Visually, #E2AF7C is defined as a moderate orange. Its closest recognized web color is Burlywood. This translates to an RGB value of rgb(226, 175, 124).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 23% magenta, 45% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2AF7C
RGB226, 175, 124
HSL30.0°, 63.7%, 68.6%
CMYK0%, 23%, 45%, 11%
HSV30.0°, 45.1%, 88.6%
LAB75.0, 12.3, 33.2
XYZ50.3, 48.3, 25.7
Decimal14856060
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.97:1
Text on #FFFFFF
FAIL
10.66:1
Text on #000000
AAA
1.88:1
Text on #F8FAFC
FAIL
9.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2AF7C;
}
.text-color {
color: #E2AF7C;
}
.border-color {
border: 2px solid #E2AF7C;
}