Shades of Tacha #CEC65E
Tints of Tacha #CEC65E
RGB
CMYK
RGB Variations
Color information
#CEC65E (or 0xCEC65E) is known color: Tacha. HEX triplet: CE, C6 and 5E. RGB value is (206,198,94). Sum of RGB (Red+Green+Blue) = 206+198+94=498 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.37% from 498); Green value is 198 (77.73% from 255 or 39.76% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC65E is #3139A1. Grayscale: #BCBCBC. Windows color (decimal): -3226018 or 6211278. OLE color: 6211278.
HSL color Cylindrical-coordinate representation of color #CEC65E: hue angle of 55.71º 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 #CEC65E is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 94 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.19 |
| HSL | 55.71º | 0.53% | 0.59% | - |
| HSV(B) | 55.71º | 0.54% | 0.81% | - |
| XYZ | 47.67 | 54.32 | 18.56 | - |
| YUV | 188.54 | 74.65 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 94 | 0 | 0.04 | 0.54 | 0.19 | 55.71 | 0.53 | 0.59 |
| Hex | CE | C6 | 5E | 0 | 4 | 36 | 13 | 38 | 35 | 3B |
| Octal | 316 | 306 | 136 | 0 | 4 | 66 | 23 | 70 | 65 | 73 |
| Binary | 11001110 | 11000110 | 1011110 | 0 | 100 | 110110 | 10011 | 111000 | 110101 | 111011 |
Color Harmonies of #CEC65E
Complementary color
Monochromatic Colors of #CEC65E
Black with #CEC65E
Text Example
Text Example
White with #CEC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC65E; }
p { color: rgb(206,198,94); }
H1.HeaderClassName
{
color: #CEC65E;
}
.AnyTagClassName
{
color: #CEC65E;
}
</style>
background-color css
<style>
a { background-color: #CEC65E; }
a { background-color: rgb(206,198,94); }
div.DivClassName
{
background-color: #CEC65E;
}
.BgClassName
{
background-color: #CEC65E;
}
</style>
border-color css
<style>
span { border-color: #CEC65E; }
span { border-color: rgb(206,198,94); }
td.TdClassName
{
border-color: #CEC65E;
}
.TagClassName
{
border-color: #CEC65E;
}
</style>