Shades of Tacha #CEC55A
Tints of Tacha #CEC55A
RGB
CMYK
RGB Variations
Color information
#CEC55A (or 0xCEC55A) is known color: Tacha. HEX triplet: CE, C5 and 5A. RGB value is (206,197,90). Sum of RGB (Red+Green+Blue) = 206+197+90=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC55A is #313AA5. Grayscale: #BBBBBB. Windows color (decimal): -3226278 or 5948878. OLE color: 5948878.
HSL color Cylindrical-coordinate representation of color #CEC55A: hue angle of 55.34º 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 #CEC55A is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 90 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.19 |
| HSL | 55.34º | 0.54% | 0.58% | - |
| HSV(B) | 55.34º | 0.56% | 0.81% | - |
| XYZ | 47.27 | 53.79 | 17.56 | - |
| YUV | 187.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 90 | 0 | 0.04 | 0.56 | 0.19 | 55.34 | 0.54 | 0.58 |
| Hex | CE | C5 | 5A | 0 | 4 | 38 | 13 | 37 | 36 | 3A |
| Octal | 316 | 305 | 132 | 0 | 4 | 70 | 23 | 67 | 66 | 72 |
| Binary | 11001110 | 11000101 | 1011010 | 0 | 100 | 111000 | 10011 | 110111 | 110110 | 111010 |
Color Harmonies of #CEC55A
Complementary color
Monochromatic Colors of #CEC55A
Black with #CEC55A
Text Example
Text Example
White with #CEC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC55A; }
p { color: rgb(206,197,90); }
H1.HeaderClassName
{
color: #CEC55A;
}
.AnyTagClassName
{
color: #CEC55A;
}
</style>
background-color css
<style>
a { background-color: #CEC55A; }
a { background-color: rgb(206,197,90); }
div.DivClassName
{
background-color: #CEC55A;
}
.BgClassName
{
background-color: #CEC55A;
}
</style>
border-color css
<style>
span { border-color: #CEC55A; }
span { border-color: rgb(206,197,90); }
td.TdClassName
{
border-color: #CEC55A;
}
.TagClassName
{
border-color: #CEC55A;
}
</style>