Shades of Apache #CEAF58
Tints of Apache #CEAF58
RGB
CMYK
RGB Variations
Color information
#CEAF58 (or 0xCEAF58) is known color: Apache. HEX triplet: CE, AF and 58. RGB value is (206,175,88). Sum of RGB (Red+Green+Blue) = 206+175+88=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 88 (34.77% from 255 or 18.76% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF58 is #3150A7. Grayscale: #AEAEAE. Windows color (decimal): -3231912 or 5812174. OLE color: 5812174.
HSL color Cylindrical-coordinate representation of color #CEAF58: hue angle of 44.24º 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 #CEAF58 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 88 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.19 |
| HSL | 44.24º | 0.55% | 0.58% | - |
| HSV(B) | 44.24º | 0.57% | 0.81% | - |
| XYZ | 42.55 | 44.49 | 15.58 | - |
| YUV | 174.35 | 79.27 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 88 | 0 | 0.15 | 0.57 | 0.19 | 44.24 | 0.55 | 0.58 |
| Hex | CE | AF | 58 | 0 | F | 39 | 13 | 2C | 37 | 3A |
| Octal | 316 | 257 | 130 | 0 | 17 | 71 | 23 | 54 | 67 | 72 |
| Binary | 11001110 | 10101111 | 1011000 | 0 | 1111 | 111001 | 10011 | 101100 | 110111 | 111010 |
Color Harmonies of #CEAF58
Complementary color
Monochromatic Colors of #CEAF58
Black with #CEAF58
Text Example
Text Example
White with #CEAF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF58; }
p { color: rgb(206,175,88); }
H1.HeaderClassName
{
color: #CEAF58;
}
.AnyTagClassName
{
color: #CEAF58;
}
</style>
background-color css
<style>
a { background-color: #CEAF58; }
a { background-color: rgb(206,175,88); }
div.DivClassName
{
background-color: #CEAF58;
}
.BgClassName
{
background-color: #CEAF58;
}
</style>
border-color css
<style>
span { border-color: #CEAF58; }
span { border-color: rgb(206,175,88); }
td.TdClassName
{
border-color: #CEAF58;
}
.TagClassName
{
border-color: #CEAF58;
}
</style>