Shades of Tacha #CEC85E
Tints of Tacha #CEC85E
RGB
CMYK
RGB Variations
Color information
#CEC85E (or 0xCEC85E) is known color: Tacha. HEX triplet: CE, C8 and 5E. RGB value is (206,200,94). Sum of RGB (Red+Green+Blue) = 206+200+94=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 94 (37.11% from 255 or 18.8% from 500); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC85E is #3137A1. Grayscale: #BEBEBE. Windows color (decimal): -3225506 or 6211790. OLE color: 6211790.
HSL color Cylindrical-coordinate representation of color #CEC85E: hue angle of 56.79º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CEC85E is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 94 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.19 |
| HSL | 56.79º | 0.53% | 0.59% | - |
| HSV(B) | 56.79º | 0.54% | 0.81% | - |
| XYZ | 48.13 | 55.24 | 18.72 | - |
| YUV | 189.71 | 73.99 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 94 | 0 | 0.03 | 0.54 | 0.19 | 56.79 | 0.53 | 0.59 |
| Hex | CE | C8 | 5E | 0 | 3 | 36 | 13 | 39 | 35 | 3B |
| Octal | 316 | 310 | 136 | 0 | 3 | 66 | 23 | 71 | 65 | 73 |
| Binary | 11001110 | 11001000 | 1011110 | 0 | 11 | 110110 | 10011 | 111001 | 110101 | 111011 |
Color Harmonies of #CEC85E
Complementary color
Monochromatic Colors of #CEC85E
Black with #CEC85E
Text Example
Text Example
White with #CEC85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC85E; }
p { color: rgb(206,200,94); }
H1.HeaderClassName
{
color: #CEC85E;
}
.AnyTagClassName
{
color: #CEC85E;
}
</style>
background-color css
<style>
a { background-color: #CEC85E; }
a { background-color: rgb(206,200,94); }
div.DivClassName
{
background-color: #CEC85E;
}
.BgClassName
{
background-color: #CEC85E;
}
</style>
border-color css
<style>
span { border-color: #CEC85E; }
span { border-color: rgb(206,200,94); }
td.TdClassName
{
border-color: #CEC85E;
}
.TagClassName
{
border-color: #CEC85E;
}
</style>