Shades of Apache #CEA258
Tints of Apache #CEA258
RGB
CMYK
RGB Variations
Color information
#CEA258 (or 0xCEA258) is known color: Apache. HEX triplet: CE, A2 and 58. RGB value is (206,162,88). Sum of RGB (Red+Green+Blue) = 206+162+88=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 162 (63.67% from 255 or 35.53% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA258 is #315DA7. Grayscale: #A7A7A7. Windows color (decimal): -3235240 or 5808846. OLE color: 5808846.
HSL color Cylindrical-coordinate representation of color #CEA258: hue angle of 37.63º 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 #CEA258 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 88 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.19 |
| HSL | 37.63º | 0.55% | 0.58% | - |
| HSV(B) | 37.63º | 0.57% | 0.81% | - |
| XYZ | 40.14 | 39.67 | 14.77 | - |
| YUV | 166.72 | 83.58 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 88 | 0 | 0.21 | 0.57 | 0.19 | 37.63 | 0.55 | 0.58 |
| Hex | CE | A2 | 58 | 0 | 15 | 39 | 13 | 26 | 37 | 3A |
| Octal | 316 | 242 | 130 | 0 | 25 | 71 | 23 | 46 | 67 | 72 |
| Binary | 11001110 | 10100010 | 1011000 | 0 | 10101 | 111001 | 10011 | 100110 | 110111 | 111010 |
Color Harmonies of #CEA258
Complementary color
Monochromatic Colors of #CEA258
Black with #CEA258
Text Example
Text Example
White with #CEA258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA258; }
p { color: rgb(206,162,88); }
H1.HeaderClassName
{
color: #CEA258;
}
.AnyTagClassName
{
color: #CEA258;
}
</style>
background-color css
<style>
a { background-color: #CEA258; }
a { background-color: rgb(206,162,88); }
div.DivClassName
{
background-color: #CEA258;
}
.BgClassName
{
background-color: #CEA258;
}
</style>
border-color css
<style>
span { border-color: #CEA258; }
span { border-color: rgb(206,162,88); }
td.TdClassName
{
border-color: #CEA258;
}
.TagClassName
{
border-color: #CEA258;
}
</style>