Shades of Apache #CEA04F
Tints of Apache #CEA04F
RGB
CMYK
RGB Variations
Color information
#CEA04F (or 0xCEA04F) is known color: Apache. HEX triplet: CE, A0 and 4F. RGB value is (206,160,79). Sum of RGB (Red+Green+Blue) = 206+160+79=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA04F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA04F is #315FB0. Grayscale: #A4A4A4. Windows color (decimal): -3235761 or 5218510. OLE color: 5218510.
HSL color Cylindrical-coordinate representation of color #CEA04F: hue angle of 38.27º degrees, saturation: 0.56, 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 #CEA04F is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 79 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.19 |
| HSL | 38.27º | 0.56% | 0.56% | - |
| HSV(B) | 38.27º | 0.62% | 0.81% | - |
| XYZ | 39.44 | 38.83 | 12.81 | - |
| YUV | 164.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 79 | 0 | 0.22 | 0.62 | 0.19 | 38.27 | 0.56 | 0.56 |
| Hex | CE | A0 | 4F | 0 | 16 | 3E | 13 | 26 | 38 | 38 |
| Octal | 316 | 240 | 117 | 0 | 26 | 76 | 23 | 46 | 70 | 70 |
| Binary | 11001110 | 10100000 | 1001111 | 0 | 10110 | 111110 | 10011 | 100110 | 111000 | 111000 |
Color Harmonies of #CEA04F
Complementary color
Monochromatic Colors of #CEA04F
Black with #CEA04F
Text Example
Text Example
White with #CEA04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA04F; }
p { color: rgb(206,160,79); }
H1.HeaderClassName
{
color: #CEA04F;
}
.AnyTagClassName
{
color: #CEA04F;
}
</style>
background-color css
<style>
a { background-color: #CEA04F; }
a { background-color: rgb(206,160,79); }
div.DivClassName
{
background-color: #CEA04F;
}
.BgClassName
{
background-color: #CEA04F;
}
</style>
border-color css
<style>
span { border-color: #CEA04F; }
span { border-color: rgb(206,160,79); }
td.TdClassName
{
border-color: #CEA04F;
}
.TagClassName
{
border-color: #CEA04F;
}
</style>