Shades of Apache #CEA45B
Tints of Apache #CEA45B
RGB
CMYK
RGB Variations
Color information
#CEA45B (or 0xCEA45B) is known color: Apache. HEX triplet: CE, A4 and 5B. RGB value is (206,164,91). Sum of RGB (Red+Green+Blue) = 206+164+91=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 164 (64.45% from 255 or 35.57% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA45B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA45B is #315BA4. Grayscale: #A8A8A8. Windows color (decimal): -3234725 or 6005966. OLE color: 6005966.
HSL color Cylindrical-coordinate representation of color #CEA45B: hue angle of 38.09º 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 #CEA45B is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 164 | 91 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.19 |
| HSL | 38.09º | 0.54% | 0.58% | - |
| HSV(B) | 38.09º | 0.56% | 0.81% | - |
| XYZ | 40.62 | 40.43 | 15.56 | - |
| YUV | 168.24 | 84.41 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 164 | 91 | 0 | 0.20 | 0.56 | 0.19 | 38.09 | 0.54 | 0.58 |
| Hex | CE | A4 | 5B | 0 | 14 | 38 | 13 | 26 | 36 | 3A |
| Octal | 316 | 244 | 133 | 0 | 24 | 70 | 23 | 46 | 66 | 72 |
| Binary | 11001110 | 10100100 | 1011011 | 0 | 10100 | 111000 | 10011 | 100110 | 110110 | 111010 |
Color Harmonies of #CEA45B
Complementary color
Monochromatic Colors of #CEA45B
Black with #CEA45B
Text Example
Text Example
White with #CEA45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA45B; }
p { color: rgb(206,164,91); }
H1.HeaderClassName
{
color: #CEA45B;
}
.AnyTagClassName
{
color: #CEA45B;
}
</style>
background-color css
<style>
a { background-color: #CEA45B; }
a { background-color: rgb(206,164,91); }
div.DivClassName
{
background-color: #CEA45B;
}
.BgClassName
{
background-color: #CEA45B;
}
</style>
border-color css
<style>
span { border-color: #CEA45B; }
span { border-color: rgb(206,164,91); }
td.TdClassName
{
border-color: #CEA45B;
}
.TagClassName
{
border-color: #CEA45B;
}
</style>