Shades of Tacha #CEC65A
Tints of Tacha #CEC65A
RGB
CMYK
RGB Variations
Color information
#CEC65A (or 0xCEC65A) is known color: Tacha. HEX triplet: CE, C6 and 5A. RGB value is (206,198,90). Sum of RGB (Red+Green+Blue) = 206+198+90=494 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.70% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC65A is #3139A5. Grayscale: #BCBCBC. Windows color (decimal): -3226022 or 5949134. OLE color: 5949134.
HSL color Cylindrical-coordinate representation of color #CEC65A: hue angle of 55.86º 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 #CEC65A is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 90 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.19 |
| HSL | 55.86º | 0.54% | 0.58% | - |
| HSV(B) | 55.86º | 0.56% | 0.81% | - |
| XYZ | 47.49 | 54.25 | 17.64 | - |
| YUV | 188.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 90 | 0 | 0.04 | 0.56 | 0.19 | 55.86 | 0.54 | 0.58 |
| Hex | CE | C6 | 5A | 0 | 4 | 38 | 13 | 38 | 36 | 3A |
| Octal | 316 | 306 | 132 | 0 | 4 | 70 | 23 | 70 | 66 | 72 |
| Binary | 11001110 | 11000110 | 1011010 | 0 | 100 | 111000 | 10011 | 111000 | 110110 | 111010 |
Color Harmonies of #CEC65A
Complementary color
Monochromatic Colors of #CEC65A
Black with #CEC65A
Text Example
Text Example
White with #CEC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC65A; }
p { color: rgb(206,198,90); }
H1.HeaderClassName
{
color: #CEC65A;
}
.AnyTagClassName
{
color: #CEC65A;
}
</style>
background-color css
<style>
a { background-color: #CEC65A; }
a { background-color: rgb(206,198,90); }
div.DivClassName
{
background-color: #CEC65A;
}
.BgClassName
{
background-color: #CEC65A;
}
</style>
border-color css
<style>
span { border-color: #CEC65A; }
span { border-color: rgb(206,198,90); }
td.TdClassName
{
border-color: #CEC65A;
}
.TagClassName
{
border-color: #CEC65A;
}
</style>