Shades of Apache #CEAD55
Tints of Apache #CEAD55
RGB
CMYK
RGB Variations
Color information
#CEAD55 (or 0xCEAD55) is known color: Apache. HEX triplet: CE, AD and 55. RGB value is (206,173,85). Sum of RGB (Red+Green+Blue) = 206+173+85=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAD55 is #3152AA. Grayscale: #ADADAD. Windows color (decimal): -3232427 or 5615054. OLE color: 5615054.
HSL color Cylindrical-coordinate representation of color #CEAD55: hue angle of 43.64º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEAD55 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 85 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.19 |
| HSL | 43.64º | 0.55% | 0.57% | - |
| HSV(B) | 43.64º | 0.59% | 0.81% | - |
| XYZ | 42.04 | 43.66 | 14.81 | - |
| YUV | 172.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 85 | 0 | 0.16 | 0.59 | 0.19 | 43.64 | 0.55 | 0.57 |
| Hex | CE | AD | 55 | 0 | 10 | 3B | 13 | 2C | 37 | 39 |
| Octal | 316 | 255 | 125 | 0 | 20 | 73 | 23 | 54 | 67 | 71 |
| Binary | 11001110 | 10101101 | 1010101 | 0 | 10000 | 111011 | 10011 | 101100 | 110111 | 111001 |
Color Harmonies of #CEAD55
Complementary color
Monochromatic Colors of #CEAD55
Black with #CEAD55
Text Example
Text Example
White with #CEAD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD55; }
p { color: rgb(206,173,85); }
H1.HeaderClassName
{
color: #CEAD55;
}
.AnyTagClassName
{
color: #CEAD55;
}
</style>
background-color css
<style>
a { background-color: #CEAD55; }
a { background-color: rgb(206,173,85); }
div.DivClassName
{
background-color: #CEAD55;
}
.BgClassName
{
background-color: #CEAD55;
}
</style>
border-color css
<style>
span { border-color: #CEAD55; }
span { border-color: rgb(206,173,85); }
td.TdClassName
{
border-color: #CEAD55;
}
.TagClassName
{
border-color: #CEAD55;
}
</style>