Sandy Brown (Orange)
#E7A65B
RGB: 231, 166, 91
Color OverviewHEX #E7A65B
#E7A65B Color Code Information
In the RGB color space, #E7A65B is composed of 91% red, 65% green, and 36% blue. In the HSL color space, it has a hue of 32°, saturation of 74%, and lightness of 63%.
HEX
#E7A65B
RGB
231, 166, 91
HSL
32°, 74%, 63%
HSV
32°, 61%, 91%
CMYK
0%, 28%, 61%, 9%
Name Match
Sandy Brown
Closest StandardShades of #E7A65B (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #E7A65B (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #E7A65B (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #E7A65B
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #E7A65B Background
Contrast Ratio against Pure White (#FFFFFF):2.1 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #E7A65B Background
Contrast Ratio against Pure Black (#000000):10 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #E7A65B;
}
.element {
color: #E7A65B;
background-color: #E7A65B;
border-color: #E7A65B;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#E7A65B] text-[#E7A65B] border-[#E7A65B]"> Content styled with #E7A65B </div>