Shades of Apache #CEA35E
Tints of Apache #CEA35E
RGB
CMYK
RGB Variations
Color information
#CEA35E (or 0xCEA35E) is known color: Apache. HEX triplet: CE, A3 and 5E. RGB value is (206,163,94). Sum of RGB (Red+Green+Blue) = 206+163+94=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA35E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA35E is #315CA1. Grayscale: #A8A8A8. Windows color (decimal): -3234978 or 6202318. OLE color: 6202318.
HSL color Cylindrical-coordinate representation of color #CEA35E: hue angle of 36.96º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEA35E is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 163 | 94 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.19 |
| HSL | 36.96º | 0.53% | 0.59% | - |
| HSV(B) | 36.96º | 0.54% | 0.81% | - |
| XYZ | 40.57 | 40.12 | 16.2 | - |
| YUV | 167.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 163 | 94 | 0 | 0.21 | 0.54 | 0.19 | 36.96 | 0.53 | 0.59 |
| Hex | CE | A3 | 5E | 0 | 15 | 36 | 13 | 25 | 35 | 3B |
| Octal | 316 | 243 | 136 | 0 | 25 | 66 | 23 | 45 | 65 | 73 |
| Binary | 11001110 | 10100011 | 1011110 | 0 | 10101 | 110110 | 10011 | 100101 | 110101 | 111011 |
Color Harmonies of #CEA35E
Complementary color
Monochromatic Colors of #CEA35E
Black with #CEA35E
Text Example
Text Example
White with #CEA35E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA35E; }
p { color: rgb(206,163,94); }
H1.HeaderClassName
{
color: #CEA35E;
}
.AnyTagClassName
{
color: #CEA35E;
}
</style>
background-color css
<style>
a { background-color: #CEA35E; }
a { background-color: rgb(206,163,94); }
div.DivClassName
{
background-color: #CEA35E;
}
.BgClassName
{
background-color: #CEA35E;
}
</style>
border-color css
<style>
span { border-color: #CEA35E; }
span { border-color: rgb(206,163,94); }
td.TdClassName
{
border-color: #CEA35E;
}
.TagClassName
{
border-color: #CEA35E;
}
</style>