Shades of Apache #CEA25D
Tints of Apache #CEA25D
RGB
CMYK
RGB Variations
Color information
#CEA25D (or 0xCEA25D) is known color: Apache. HEX triplet: CE, A2 and 5D. RGB value is (206,162,93). Sum of RGB (Red+Green+Blue) = 206+162+93=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA25D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA25D is #315DA2. Grayscale: #A7A7A7. Windows color (decimal): -3235235 or 6136526. OLE color: 6136526.
HSL color Cylindrical-coordinate representation of color #CEA25D: hue angle of 36.64º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CEA25D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 93 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.19 |
| HSL | 36.64º | 0.54% | 0.59% | - |
| HSV(B) | 36.64º | 0.55% | 0.81% | - |
| XYZ | 40.35 | 39.75 | 15.9 | - |
| YUV | 167.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 93 | 0 | 0.21 | 0.55 | 0.19 | 36.64 | 0.54 | 0.59 |
| Hex | CE | A2 | 5D | 0 | 15 | 37 | 13 | 25 | 36 | 3B |
| Octal | 316 | 242 | 135 | 0 | 25 | 67 | 23 | 45 | 66 | 73 |
| Binary | 11001110 | 10100010 | 1011101 | 0 | 10101 | 110111 | 10011 | 100101 | 110110 | 111011 |
Color Harmonies of #CEA25D
Complementary color
Monochromatic Colors of #CEA25D
Black with #CEA25D
Text Example
Text Example
White with #CEA25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA25D; }
p { color: rgb(206,162,93); }
H1.HeaderClassName
{
color: #CEA25D;
}
.AnyTagClassName
{
color: #CEA25D;
}
</style>
background-color css
<style>
a { background-color: #CEA25D; }
a { background-color: rgb(206,162,93); }
div.DivClassName
{
background-color: #CEA25D;
}
.BgClassName
{
background-color: #CEA25D;
}
</style>
border-color css
<style>
span { border-color: #CEA25D; }
span { border-color: rgb(206,162,93); }
td.TdClassName
{
border-color: #CEA25D;
}
.TagClassName
{
border-color: #CEA25D;
}
</style>