#E2A05F
A light, moderate orange closely aligning with Sandybrown.
About #E2A05F
Visually, #E2A05F is defined as a moderate orange. Its closest recognized web color is Sandybrown. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 160, and 95.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 29% magenta, 58% yellow, and 11% black. With a hue angle of 29.8 degrees, it sits comfortably in the orange spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2A05F
RGB226, 160, 95
HSL29.8°, 69.3%, 62.9%
CMYK0%, 29%, 58%, 11%
HSV29.8°, 58.0%, 88.6%
LAB71.0, 17.7, 43.2
XYZ46.0, 42.1, 16.5
Decimal14852191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.43:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
8.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #E2A05F;
}
.text-color {
color: #E2A05F;
}
.border-color {
border: 2px solid #E2A05F;
}