Sandy Brown (Orange)
#EFB43E
RGB: 239, 180, 62
Color OverviewHEX #EFB43E

#EFB43E Color Code Information

In the RGB color space, #EFB43E is composed of 94% red, 71% green, and 24% blue. In the HSL color space, it has a hue of 40°, saturation of 85%, and lightness of 59%.

HEX
#EFB43E
RGB
239, 180, 62
HSL
40°, 85%, 59%
HSV
40°, 74%, 94%
CMYK
0%, 25%, 74%, 6%
Name Match
Sandy Brown
Closest Standard

Shades of #EFB43E (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #EFB43E (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #EFB43E (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #EFB43E

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #EFB43E Background
Contrast Ratio against Pure White (#FFFFFF):1.86 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #EFB43E Background
Contrast Ratio against Pure Black (#000000):11.27 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #EFB43E;
}

.element {
  color: #EFB43E;
  background-color: #EFB43E;
  border-color: #EFB43E;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#EFB43E] text-[#EFB43E] border-[#EFB43E]">
  Content styled with #EFB43E
</div>