Shades of Tacha #CEC25E
Tints of Tacha #CEC25E
RGB
CMYK
RGB Variations
Color information
#CEC25E (or 0xCEC25E) is known color: Tacha. HEX triplet: CE, C2 and 5E. RGB value is (206,194,94). Sum of RGB (Red+Green+Blue) = 206+194+94=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 194 (76.17% from 255 or 39.27% from 494); Blue value is 94 (37.11% from 255 or 19.03% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC25E is #313DA1. Grayscale: #BABABA. Windows color (decimal): -3227042 or 6210254. OLE color: 6210254.
HSL color Cylindrical-coordinate representation of color #CEC25E: hue angle of 53.57º 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 #CEC25E is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 94 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.19 |
| HSL | 53.57º | 0.53% | 0.59% | - |
| HSV(B) | 53.57º | 0.54% | 0.81% | - |
| XYZ | 46.77 | 52.51 | 18.26 | - |
| YUV | 186.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 94 | 0 | 0.06 | 0.54 | 0.19 | 53.57 | 0.53 | 0.59 |
| Hex | CE | C2 | 5E | 0 | 6 | 36 | 13 | 36 | 35 | 3B |
| Octal | 316 | 302 | 136 | 0 | 6 | 66 | 23 | 66 | 65 | 73 |
| Binary | 11001110 | 11000010 | 1011110 | 0 | 110 | 110110 | 10011 | 110110 | 110101 | 111011 |
Color Harmonies of #CEC25E
Complementary color
Monochromatic Colors of #CEC25E
Black with #CEC25E
Text Example
Text Example
White with #CEC25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC25E; }
p { color: rgb(206,194,94); }
H1.HeaderClassName
{
color: #CEC25E;
}
.AnyTagClassName
{
color: #CEC25E;
}
</style>
background-color css
<style>
a { background-color: #CEC25E; }
a { background-color: rgb(206,194,94); }
div.DivClassName
{
background-color: #CEC25E;
}
.BgClassName
{
background-color: #CEC25E;
}
</style>
border-color css
<style>
span { border-color: #CEC25E; }
span { border-color: rgb(206,194,94); }
td.TdClassName
{
border-color: #CEC25E;
}
.TagClassName
{
border-color: #CEC25E;
}
</style>