Shades of Tacha #CEC55E
Tints of Tacha #CEC55E
RGB
CMYK
RGB Variations
Color information
#CEC55E (or 0xCEC55E) is known color: Tacha. HEX triplet: CE, C5 and 5E. RGB value is (206,197,94). Sum of RGB (Red+Green+Blue) = 206+197+94=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC55E is #313AA1. Grayscale: #BCBCBC. Windows color (decimal): -3226274 or 6211022. OLE color: 6211022.
HSL color Cylindrical-coordinate representation of color #CEC55E: hue angle of 55.18º 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 #CEC55E is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 94 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.19 |
| HSL | 55.18º | 0.53% | 0.59% | - |
| HSV(B) | 55.18º | 0.54% | 0.81% | - |
| XYZ | 47.44 | 53.86 | 18.49 | - |
| YUV | 187.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 94 | 0 | 0.04 | 0.54 | 0.19 | 55.18 | 0.53 | 0.59 |
| Hex | CE | C5 | 5E | 0 | 4 | 36 | 13 | 37 | 35 | 3B |
| Octal | 316 | 305 | 136 | 0 | 4 | 66 | 23 | 67 | 65 | 73 |
| Binary | 11001110 | 11000101 | 1011110 | 0 | 100 | 110110 | 10011 | 110111 | 110101 | 111011 |
Color Harmonies of #CEC55E
Complementary color
Monochromatic Colors of #CEC55E
Black with #CEC55E
Text Example
Text Example
White with #CEC55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC55E; }
p { color: rgb(206,197,94); }
H1.HeaderClassName
{
color: #CEC55E;
}
.AnyTagClassName
{
color: #CEC55E;
}
</style>
background-color css
<style>
a { background-color: #CEC55E; }
a { background-color: rgb(206,197,94); }
div.DivClassName
{
background-color: #CEC55E;
}
.BgClassName
{
background-color: #CEC55E;
}
</style>
border-color css
<style>
span { border-color: #CEC55E; }
span { border-color: rgb(206,197,94); }
td.TdClassName
{
border-color: #CEC55E;
}
.TagClassName
{
border-color: #CEC55E;
}
</style>