Shades of Apache #CEA04E
Tints of Apache #CEA04E
RGB
CMYK
RGB Variations
Color information
#CEA04E (or 0xCEA04E) is known color: Apache. HEX triplet: CE, A0 and 4E. RGB value is (206,160,78). Sum of RGB (Red+Green+Blue) = 206+160+78=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 160 (62.89% from 255 or 36.04% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA04E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA04E is #315FB1. Grayscale: #A4A4A4. Windows color (decimal): -3235762 or 5152974. OLE color: 5152974.
HSL color Cylindrical-coordinate representation of color #CEA04E: hue angle of 38.44º 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 #CEA04E is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 78 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.19 |
| HSL | 38.44º | 0.57% | 0.56% | - |
| HSV(B) | 38.44º | 0.62% | 0.81% | - |
| XYZ | 39.4 | 38.81 | 12.62 | - |
| YUV | 164.41 | 79.24 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 78 | 0 | 0.22 | 0.62 | 0.19 | 38.44 | 0.57 | 0.56 |
| Hex | CE | A0 | 4E | 0 | 16 | 3E | 13 | 26 | 39 | 38 |
| Octal | 316 | 240 | 116 | 0 | 26 | 76 | 23 | 46 | 71 | 70 |
| Binary | 11001110 | 10100000 | 1001110 | 0 | 10110 | 111110 | 10011 | 100110 | 111001 | 111000 |
Color Harmonies of #CEA04E
Complementary color
Monochromatic Colors of #CEA04E
Black with #CEA04E
Text Example
Text Example
White with #CEA04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA04E; }
p { color: rgb(206,160,78); }
H1.HeaderClassName
{
color: #CEA04E;
}
.AnyTagClassName
{
color: #CEA04E;
}
</style>
background-color css
<style>
a { background-color: #CEA04E; }
a { background-color: rgb(206,160,78); }
div.DivClassName
{
background-color: #CEA04E;
}
.BgClassName
{
background-color: #CEA04E;
}
</style>
border-color css
<style>
span { border-color: #CEA04E; }
span { border-color: rgb(206,160,78); }
td.TdClassName
{
border-color: #CEA04E;
}
.TagClassName
{
border-color: #CEA04E;
}
</style>