Shades of Apache #CEA454
Tints of Apache #CEA454
RGB
CMYK
RGB Variations
Color information
#CEA454 (or 0xCEA454) is known color: Apache. HEX triplet: CE, A4 and 54. RGB value is (206,164,84). Sum of RGB (Red+Green+Blue) = 206+164+84=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA454 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA454 is #315BAB. Grayscale: #A7A7A7. Windows color (decimal): -3234732 or 5547214. OLE color: 5547214.
HSL color Cylindrical-coordinate representation of color #CEA454: hue angle of 39.34º 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 #CEA454 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 84 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.19 |
| HSL | 39.34º | 0.55% | 0.57% | - |
| HSV(B) | 39.34º | 0.59% | 0.81% | - |
| XYZ | 40.33 | 40.31 | 14.04 | - |
| YUV | 167.44 | 80.91 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 84 | 0 | 0.20 | 0.59 | 0.19 | 39.34 | 0.55 | 0.57 |
| Hex | CE | A4 | 54 | 0 | 14 | 3B | 13 | 27 | 37 | 39 |
| Octal | 316 | 244 | 124 | 0 | 24 | 73 | 23 | 47 | 67 | 71 |
| Binary | 11001110 | 10100100 | 1010100 | 0 | 10100 | 111011 | 10011 | 100111 | 110111 | 111001 |
Color Harmonies of #CEA454
Complementary color
Monochromatic Colors of #CEA454
Black with #CEA454
Text Example
Text Example
White with #CEA454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA454; }
p { color: rgb(206,164,84); }
H1.HeaderClassName
{
color: #CEA454;
}
.AnyTagClassName
{
color: #CEA454;
}
</style>
background-color css
<style>
a { background-color: #CEA454; }
a { background-color: rgb(206,164,84); }
div.DivClassName
{
background-color: #CEA454;
}
.BgClassName
{
background-color: #CEA454;
}
</style>
border-color css
<style>
span { border-color: #CEA454; }
span { border-color: rgb(206,164,84); }
td.TdClassName
{
border-color: #CEA454;
}
.TagClassName
{
border-color: #CEA454;
}
</style>