Shades of Apache #CEA259
Tints of Apache #CEA259
RGB
CMYK
RGB Variations
Color information
#CEA259 (or 0xCEA259) is known color: Apache. HEX triplet: CE, A2 and 59. RGB value is (206,162,89). Sum of RGB (Red+Green+Blue) = 206+162+89=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA259 is #315DA6. Grayscale: #A7A7A7. Windows color (decimal): -3235239 or 5874382. OLE color: 5874382.
HSL color Cylindrical-coordinate representation of color #CEA259: hue angle of 37.44º degrees, saturation: 0.54, 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 #CEA259 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 89 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.19 |
| HSL | 37.44º | 0.54% | 0.58% | - |
| HSV(B) | 37.44º | 0.57% | 0.81% | - |
| XYZ | 40.18 | 39.68 | 14.99 | - |
| YUV | 166.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 89 | 0 | 0.21 | 0.57 | 0.19 | 37.44 | 0.54 | 0.58 |
| Hex | CE | A2 | 59 | 0 | 15 | 39 | 13 | 25 | 36 | 3A |
| Octal | 316 | 242 | 131 | 0 | 25 | 71 | 23 | 45 | 66 | 72 |
| Binary | 11001110 | 10100010 | 1011001 | 0 | 10101 | 111001 | 10011 | 100101 | 110110 | 111010 |
Color Harmonies of #CEA259
Complementary color
Monochromatic Colors of #CEA259
Black with #CEA259
Text Example
Text Example
White with #CEA259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA259; }
p { color: rgb(206,162,89); }
H1.HeaderClassName
{
color: #CEA259;
}
.AnyTagClassName
{
color: #CEA259;
}
</style>
background-color css
<style>
a { background-color: #CEA259; }
a { background-color: rgb(206,162,89); }
div.DivClassName
{
background-color: #CEA259;
}
.BgClassName
{
background-color: #CEA259;
}
</style>
border-color css
<style>
span { border-color: #CEA259; }
span { border-color: rgb(206,162,89); }
td.TdClassName
{
border-color: #CEA259;
}
.TagClassName
{
border-color: #CEA259;
}
</style>