Shades of Apache #CEA25B
Tints of Apache #CEA25B
RGB
CMYK
RGB Variations
Color information
#CEA25B (or 0xCEA25B) is known color: Apache. HEX triplet: CE, A2 and 5B. RGB value is (206,162,91). Sum of RGB (Red+Green+Blue) = 206+162+91=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 91 (35.94% from 255 or 19.83% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA25B is #315DA4. Grayscale: #A7A7A7. Windows color (decimal): -3235237 or 6005454. OLE color: 6005454.
HSL color Cylindrical-coordinate representation of color #CEA25B: hue angle of 37.04º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CEA25B is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 162 | 91 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.19 |
| HSL | 37.04º | 0.54% | 0.58% | - |
| HSV(B) | 37.04º | 0.56% | 0.81% | - |
| XYZ | 40.26 | 39.72 | 15.44 | - |
| YUV | 167.06 | 85.08 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 162 | 91 | 0 | 0.21 | 0.56 | 0.19 | 37.04 | 0.54 | 0.58 |
| Hex | CE | A2 | 5B | 0 | 15 | 38 | 13 | 25 | 36 | 3A |
| Octal | 316 | 242 | 133 | 0 | 25 | 70 | 23 | 45 | 66 | 72 |
| Binary | 11001110 | 10100010 | 1011011 | 0 | 10101 | 111000 | 10011 | 100101 | 110110 | 111010 |
Color Harmonies of #CEA25B
Complementary color
Monochromatic Colors of #CEA25B
Black with #CEA25B
Text Example
Text Example
White with #CEA25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA25B; }
p { color: rgb(206,162,91); }
H1.HeaderClassName
{
color: #CEA25B;
}
.AnyTagClassName
{
color: #CEA25B;
}
</style>
background-color css
<style>
a { background-color: #CEA25B; }
a { background-color: rgb(206,162,91); }
div.DivClassName
{
background-color: #CEA25B;
}
.BgClassName
{
background-color: #CEA25B;
}
</style>
border-color css
<style>
span { border-color: #CEA25B; }
span { border-color: rgb(206,162,91); }
td.TdClassName
{
border-color: #CEA25B;
}
.TagClassName
{
border-color: #CEA25B;
}
</style>