Shades of Apache #CEA14E
Tints of Apache #CEA14E
RGB
CMYK
RGB Variations
Color information
#CEA14E (or 0xCEA14E) is known color: Apache. HEX triplet: CE, A1 and 4E. RGB value is (206,161,78). Sum of RGB (Red+Green+Blue) = 206+161+78=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 161 (63.28% from 255 or 36.18% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA14E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA14E is #315EB1. Grayscale: #A5A5A5. Windows color (decimal): -3235506 or 5153230. OLE color: 5153230.
HSL color Cylindrical-coordinate representation of color #CEA14E: hue angle of 38.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEA14E is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 161 | 78 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.19 |
| HSL | 38.91º | 0.57% | 0.56% | - |
| HSV(B) | 38.91º | 0.62% | 0.81% | - |
| XYZ | 39.57 | 39.16 | 12.68 | - |
| YUV | 164.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 161 | 78 | 0 | 0.22 | 0.62 | 0.19 | 38.91 | 0.57 | 0.56 |
| Hex | CE | A1 | 4E | 0 | 16 | 3E | 13 | 27 | 39 | 38 |
| Octal | 316 | 241 | 116 | 0 | 26 | 76 | 23 | 47 | 71 | 70 |
| Binary | 11001110 | 10100001 | 1001110 | 0 | 10110 | 111110 | 10011 | 100111 | 111001 | 111000 |
Color Harmonies of #CEA14E
Complementary color
Monochromatic Colors of #CEA14E
Black with #CEA14E
Text Example
Text Example
White with #CEA14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA14E; }
p { color: rgb(206,161,78); }
H1.HeaderClassName
{
color: #CEA14E;
}
.AnyTagClassName
{
color: #CEA14E;
}
</style>
background-color css
<style>
a { background-color: #CEA14E; }
a { background-color: rgb(206,161,78); }
div.DivClassName
{
background-color: #CEA14E;
}
.BgClassName
{
background-color: #CEA14E;
}
</style>
border-color css
<style>
span { border-color: #CEA14E; }
span { border-color: rgb(206,161,78); }
td.TdClassName
{
border-color: #CEA14E;
}
.TagClassName
{
border-color: #CEA14E;
}
</style>