Shades of Apache #CEA44F
Tints of Apache #CEA44F
RGB
CMYK
RGB Variations
Color information
#CEA44F (or 0xCEA44F) is known color: Apache. HEX triplet: CE, A4 and 4F. RGB value is (206,164,79). Sum of RGB (Red+Green+Blue) = 206+164+79=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 164 (64.45% from 255 or 36.53% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA44F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA44F is #315BB0. Grayscale: #A7A7A7. Windows color (decimal): -3234737 or 5219534. OLE color: 5219534.
HSL color Cylindrical-coordinate representation of color #CEA44F: hue angle of 40.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEA44F is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 79 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.19 |
| HSL | 40.16º | 0.56% | 0.56% | - |
| HSV(B) | 40.16º | 0.62% | 0.81% | - |
| XYZ | 40.14 | 40.24 | 13.05 | - |
| YUV | 166.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 79 | 0 | 0.20 | 0.62 | 0.19 | 40.16 | 0.56 | 0.56 |
| Hex | CE | A4 | 4F | 0 | 14 | 3E | 13 | 28 | 38 | 38 |
| Octal | 316 | 244 | 117 | 0 | 24 | 76 | 23 | 50 | 70 | 70 |
| Binary | 11001110 | 10100100 | 1001111 | 0 | 10100 | 111110 | 10011 | 101000 | 111000 | 111000 |
Color Harmonies of #CEA44F
Complementary color
Monochromatic Colors of #CEA44F
Black with #CEA44F
Text Example
Text Example
White with #CEA44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA44F; }
p { color: rgb(206,164,79); }
H1.HeaderClassName
{
color: #CEA44F;
}
.AnyTagClassName
{
color: #CEA44F;
}
</style>
background-color css
<style>
a { background-color: #CEA44F; }
a { background-color: rgb(206,164,79); }
div.DivClassName
{
background-color: #CEA44F;
}
.BgClassName
{
background-color: #CEA44F;
}
</style>
border-color css
<style>
span { border-color: #CEA44F; }
span { border-color: rgb(206,164,79); }
td.TdClassName
{
border-color: #CEA44F;
}
.TagClassName
{
border-color: #CEA44F;
}
</style>