Shades of Apache #CEA058
Tints of Apache #CEA058
RGB
CMYK
RGB Variations
Color information
#CEA058 (or 0xCEA058) is known color: Apache. HEX triplet: CE, A0 and 58. RGB value is (206,160,88). Sum of RGB (Red+Green+Blue) = 206+160+88=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 88 (34.77% from 255 or 19.38% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA058 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA058 is #315FA7. Grayscale: #A5A5A5. Windows color (decimal): -3235752 or 5808334. OLE color: 5808334.
HSL color Cylindrical-coordinate representation of color #CEA058: hue angle of 36.61º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CEA058 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 88 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.19 |
| HSL | 36.61º | 0.55% | 0.58% | - |
| HSV(B) | 36.61º | 0.57% | 0.81% | - |
| XYZ | 39.79 | 38.97 | 14.66 | - |
| YUV | 165.55 | 84.24 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 88 | 0 | 0.22 | 0.57 | 0.19 | 36.61 | 0.55 | 0.58 |
| Hex | CE | A0 | 58 | 0 | 16 | 39 | 13 | 25 | 37 | 3A |
| Octal | 316 | 240 | 130 | 0 | 26 | 71 | 23 | 45 | 67 | 72 |
| Binary | 11001110 | 10100000 | 1011000 | 0 | 10110 | 111001 | 10011 | 100101 | 110111 | 111010 |
Color Harmonies of #CEA058
Complementary color
Monochromatic Colors of #CEA058
Black with #CEA058
Text Example
Text Example
White with #CEA058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA058; }
p { color: rgb(206,160,88); }
H1.HeaderClassName
{
color: #CEA058;
}
.AnyTagClassName
{
color: #CEA058;
}
</style>
background-color css
<style>
a { background-color: #CEA058; }
a { background-color: rgb(206,160,88); }
div.DivClassName
{
background-color: #CEA058;
}
.BgClassName
{
background-color: #CEA058;
}
</style>
border-color css
<style>
span { border-color: #CEA058; }
span { border-color: rgb(206,160,88); }
td.TdClassName
{
border-color: #CEA058;
}
.TagClassName
{
border-color: #CEA058;
}
</style>