Shades of Tacha #CEC25A
Tints of Tacha #CEC25A
RGB
CMYK
RGB Variations
Color information
#CEC25A (or 0xCEC25A) is known color: Tacha. HEX triplet: CE, C2 and 5A. RGB value is (206,194,90). Sum of RGB (Red+Green+Blue) = 206+194+90=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC25A is #313DA5. Grayscale: #BABABA. Windows color (decimal): -3227046 or 5948110. OLE color: 5948110.
HSL color Cylindrical-coordinate representation of color #CEC25A: hue angle of 53.79º 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 #CEC25A is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 90 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.19 |
| HSL | 53.79º | 0.54% | 0.58% | - |
| HSV(B) | 53.79º | 0.56% | 0.81% | - |
| XYZ | 46.59 | 52.44 | 17.34 | - |
| YUV | 185.73 | 73.98 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 90 | 0 | 0.06 | 0.56 | 0.19 | 53.79 | 0.54 | 0.58 |
| Hex | CE | C2 | 5A | 0 | 6 | 38 | 13 | 36 | 36 | 3A |
| Octal | 316 | 302 | 132 | 0 | 6 | 70 | 23 | 66 | 66 | 72 |
| Binary | 11001110 | 11000010 | 1011010 | 0 | 110 | 111000 | 10011 | 110110 | 110110 | 111010 |
Color Harmonies of #CEC25A
Complementary color
Monochromatic Colors of #CEC25A
Black with #CEC25A
Text Example
Text Example
White with #CEC25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC25A; }
p { color: rgb(206,194,90); }
H1.HeaderClassName
{
color: #CEC25A;
}
.AnyTagClassName
{
color: #CEC25A;
}
</style>
background-color css
<style>
a { background-color: #CEC25A; }
a { background-color: rgb(206,194,90); }
div.DivClassName
{
background-color: #CEC25A;
}
.BgClassName
{
background-color: #CEC25A;
}
</style>
border-color css
<style>
span { border-color: #CEC25A; }
span { border-color: rgb(206,194,90); }
td.TdClassName
{
border-color: #CEC25A;
}
.TagClassName
{
border-color: #CEC25A;
}
</style>