Ochre (Yellow)
#CE7815
RGB: 206, 120, 21
Color OverviewHEX #CE7815
#CE7815 Color Code Information
In the RGB color space, #CE7815 is composed of 81% red, 47% green, and 8% blue. In the HSL color space, it has a hue of 32°, saturation of 81%, and lightness of 45%.
HEX
#CE7815
RGB
206, 120, 21
HSL
32°, 81%, 45%
HSV
32°, 90%, 81%
CMYK
0%, 42%, 90%, 19%
Name Match
Ochre
Closest StandardShades of #CE7815 (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #CE7815 (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #CE7815 (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #CE7815
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 #CE7815 Background
Contrast Ratio against Pure White (#FFFFFF):3.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #CE7815 Background
Contrast Ratio against Pure Black (#000000):6.32 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #CE7815;
}
.element {
color: #CE7815;
background-color: #CE7815;
border-color: #CE7815;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#CE7815] text-[#CE7815] border-[#CE7815]"> Content styled with #CE7815 </div>