Shades of Tacha #CEC45A
Tints of Tacha #CEC45A
RGB
CMYK
RGB Variations
Color information
#CEC45A (or 0xCEC45A) is known color: Tacha. HEX triplet: CE, C4 and 5A. RGB value is (206,196,90). Sum of RGB (Red+Green+Blue) = 206+196+90=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 196 (76.95% from 255 or 39.84% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC45A is #313BA5. Grayscale: #BBBBBB. Windows color (decimal): -3226534 or 5948622. OLE color: 5948622.
HSL color Cylindrical-coordinate representation of color #CEC45A: hue angle of 54.83º 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 #CEC45A is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 90 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.19 |
| HSL | 54.83º | 0.54% | 0.58% | - |
| HSV(B) | 54.83º | 0.56% | 0.81% | - |
| XYZ | 47.04 | 53.34 | 17.49 | - |
| YUV | 186.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 90 | 0 | 0.05 | 0.56 | 0.19 | 54.83 | 0.54 | 0.58 |
| Hex | CE | C4 | 5A | 0 | 5 | 38 | 13 | 37 | 36 | 3A |
| Octal | 316 | 304 | 132 | 0 | 5 | 70 | 23 | 67 | 66 | 72 |
| Binary | 11001110 | 11000100 | 1011010 | 0 | 101 | 111000 | 10011 | 110111 | 110110 | 111010 |
Color Harmonies of #CEC45A
Complementary color
Monochromatic Colors of #CEC45A
Black with #CEC45A
Text Example
Text Example
White with #CEC45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC45A; }
p { color: rgb(206,196,90); }
H1.HeaderClassName
{
color: #CEC45A;
}
.AnyTagClassName
{
color: #CEC45A;
}
</style>
background-color css
<style>
a { background-color: #CEC45A; }
a { background-color: rgb(206,196,90); }
div.DivClassName
{
background-color: #CEC45A;
}
.BgClassName
{
background-color: #CEC45A;
}
</style>
border-color css
<style>
span { border-color: #CEC45A; }
span { border-color: rgb(206,196,90); }
td.TdClassName
{
border-color: #CEC45A;
}
.TagClassName
{
border-color: #CEC45A;
}
</style>