Shades of Apache #CEA85B
Tints of Apache #CEA85B
RGB
CMYK
RGB Variations
Color information
#CEA85B (or 0xCEA85B) is known color: Apache. HEX triplet: CE, A8 and 5B. RGB value is (206,168,91). Sum of RGB (Red+Green+Blue) = 206+168+91=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 91 (35.94% from 255 or 19.57% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA85B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA85B is #3157A4. Grayscale: #AAAAAA. Windows color (decimal): -3233701 or 6006990. OLE color: 6006990.
HSL color Cylindrical-coordinate representation of color #CEA85B: hue angle of 40.17º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEA85B is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 168 | 91 | - |
| CMYK | 0 | 0.18 | 0.56 | 0.19 |
| HSL | 40.17º | 0.54% | 0.58% | - |
| HSV(B) | 40.17º | 0.56% | 0.81% | - |
| XYZ | 41.34 | 41.88 | 15.8 | - |
| YUV | 170.58 | 83.09 | 153.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 168 | 91 | 0 | 0.18 | 0.56 | 0.19 | 40.17 | 0.54 | 0.58 |
| Hex | CE | A8 | 5B | 0 | 12 | 38 | 13 | 28 | 36 | 3A |
| Octal | 316 | 250 | 133 | 0 | 22 | 70 | 23 | 50 | 66 | 72 |
| Binary | 11001110 | 10101000 | 1011011 | 0 | 10010 | 111000 | 10011 | 101000 | 110110 | 111010 |
Color Harmonies of #CEA85B
Complementary color
Monochromatic Colors of #CEA85B
Black with #CEA85B
Text Example
Text Example
White with #CEA85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA85B; }
p { color: rgb(206,168,91); }
H1.HeaderClassName
{
color: #CEA85B;
}
.AnyTagClassName
{
color: #CEA85B;
}
</style>
background-color css
<style>
a { background-color: #CEA85B; }
a { background-color: rgb(206,168,91); }
div.DivClassName
{
background-color: #CEA85B;
}
.BgClassName
{
background-color: #CEA85B;
}
</style>
border-color css
<style>
span { border-color: #CEA85B; }
span { border-color: rgb(206,168,91); }
td.TdClassName
{
border-color: #CEA85B;
}
.TagClassName
{
border-color: #CEA85B;
}
</style>