Shades of Tacha #CEC45E
Tints of Tacha #CEC45E
RGB
CMYK
RGB Variations
Color information
#CEC45E (or 0xCEC45E) is known color: Tacha. HEX triplet: CE, C4 and 5E. RGB value is (206,196,94). Sum of RGB (Red+Green+Blue) = 206+196+94=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 196 (76.95% from 255 or 39.52% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC45E is #313BA1. Grayscale: #BBBBBB. Windows color (decimal): -3226530 or 6210766. OLE color: 6210766.
HSL color Cylindrical-coordinate representation of color #CEC45E: hue angle of 54.64º 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 #CEC45E is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 94 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.19 |
| HSL | 54.64º | 0.53% | 0.59% | - |
| HSV(B) | 54.64º | 0.54% | 0.81% | - |
| XYZ | 47.21 | 53.41 | 18.41 | - |
| YUV | 187.36 | 75.31 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 94 | 0 | 0.05 | 0.54 | 0.19 | 54.64 | 0.53 | 0.59 |
| Hex | CE | C4 | 5E | 0 | 5 | 36 | 13 | 37 | 35 | 3B |
| Octal | 316 | 304 | 136 | 0 | 5 | 66 | 23 | 67 | 65 | 73 |
| Binary | 11001110 | 11000100 | 1011110 | 0 | 101 | 110110 | 10011 | 110111 | 110101 | 111011 |
Color Harmonies of #CEC45E
Complementary color
Monochromatic Colors of #CEC45E
Black with #CEC45E
Text Example
Text Example
White with #CEC45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC45E; }
p { color: rgb(206,196,94); }
H1.HeaderClassName
{
color: #CEC45E;
}
.AnyTagClassName
{
color: #CEC45E;
}
</style>
background-color css
<style>
a { background-color: #CEC45E; }
a { background-color: rgb(206,196,94); }
div.DivClassName
{
background-color: #CEC45E;
}
.BgClassName
{
background-color: #CEC45E;
}
</style>
border-color css
<style>
span { border-color: #CEC45E; }
span { border-color: rgb(206,196,94); }
td.TdClassName
{
border-color: #CEC45E;
}
.TagClassName
{
border-color: #CEC45E;
}
</style>