Shades of Apache #CEA554
Tints of Apache #CEA554
RGB
CMYK
RGB Variations
Color information
#CEA554 (or 0xCEA554) is known color: Apache. HEX triplet: CE, A5 and 54. RGB value is (206,165,84). Sum of RGB (Red+Green+Blue) = 206+165+84=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA554 is #315AAB. Grayscale: #A8A8A8. Windows color (decimal): -3234476 or 5547470. OLE color: 5547470.
HSL color Cylindrical-coordinate representation of color #CEA554: hue angle of 39.84º 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 #CEA554 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 84 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.19 |
| HSL | 39.84º | 0.55% | 0.57% | - |
| HSV(B) | 39.84º | 0.59% | 0.81% | - |
| XYZ | 40.51 | 40.67 | 14.1 | - |
| YUV | 168.03 | 80.58 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 84 | 0 | 0.20 | 0.59 | 0.19 | 39.84 | 0.55 | 0.57 |
| Hex | CE | A5 | 54 | 0 | 14 | 3B | 13 | 28 | 37 | 39 |
| Octal | 316 | 245 | 124 | 0 | 24 | 73 | 23 | 50 | 67 | 71 |
| Binary | 11001110 | 10100101 | 1010100 | 0 | 10100 | 111011 | 10011 | 101000 | 110111 | 111001 |
Color Harmonies of #CEA554
Complementary color
Monochromatic Colors of #CEA554
Black with #CEA554
Text Example
Text Example
White with #CEA554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA554; }
p { color: rgb(206,165,84); }
H1.HeaderClassName
{
color: #CEA554;
}
.AnyTagClassName
{
color: #CEA554;
}
</style>
background-color css
<style>
a { background-color: #CEA554; }
a { background-color: rgb(206,165,84); }
div.DivClassName
{
background-color: #CEA554;
}
.BgClassName
{
background-color: #CEA554;
}
</style>
border-color css
<style>
span { border-color: #CEA554; }
span { border-color: rgb(206,165,84); }
td.TdClassName
{
border-color: #CEA554;
}
.TagClassName
{
border-color: #CEA554;
}
</style>