Shades of Apache #CEA65B
Tints of Apache #CEA65B
RGB
CMYK
RGB Variations
Color information
#CEA65B (or 0xCEA65B) is known color: Apache. HEX triplet: CE, A6 and 5B. RGB value is (206,166,91). Sum of RGB (Red+Green+Blue) = 206+166+91=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA65B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA65B is #3159A4. Grayscale: #A9A9A9. Windows color (decimal): -3234213 or 6006478. OLE color: 6006478.
HSL color Cylindrical-coordinate representation of color #CEA65B: hue angle of 39.13º 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 #CEA65B is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 91 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.19 |
| HSL | 39.13º | 0.54% | 0.58% | - |
| HSV(B) | 39.13º | 0.56% | 0.81% | - |
| XYZ | 40.98 | 41.15 | 15.68 | - |
| YUV | 169.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 91 | 0 | 0.19 | 0.56 | 0.19 | 39.13 | 0.54 | 0.58 |
| Hex | CE | A6 | 5B | 0 | 13 | 38 | 13 | 27 | 36 | 3A |
| Octal | 316 | 246 | 133 | 0 | 23 | 70 | 23 | 47 | 66 | 72 |
| Binary | 11001110 | 10100110 | 1011011 | 0 | 10011 | 111000 | 10011 | 100111 | 110110 | 111010 |
Color Harmonies of #CEA65B
Complementary color
Monochromatic Colors of #CEA65B
Black with #CEA65B
Text Example
Text Example
White with #CEA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA65B; }
p { color: rgb(206,166,91); }
H1.HeaderClassName
{
color: #CEA65B;
}
.AnyTagClassName
{
color: #CEA65B;
}
</style>
background-color css
<style>
a { background-color: #CEA65B; }
a { background-color: rgb(206,166,91); }
div.DivClassName
{
background-color: #CEA65B;
}
.BgClassName
{
background-color: #CEA65B;
}
</style>
border-color css
<style>
span { border-color: #CEA65B; }
span { border-color: rgb(206,166,91); }
td.TdClassName
{
border-color: #CEA65B;
}
.TagClassName
{
border-color: #CEA65B;
}
</style>