Shades of Tacha #CEC85A
Tints of Tacha #CEC85A
RGB
CMYK
RGB Variations
Color information
#CEC85A (or 0xCEC85A) is known color: Tacha. HEX triplet: CE, C8 and 5A. RGB value is (206,200,90). Sum of RGB (Red+Green+Blue) = 206+200+90=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 200 (78.52% from 255 or 40.32% from 496); Blue value is 90 (35.55% from 255 or 18.15% from 496); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC85A is #3137A5. Grayscale: #BDBDBD. Windows color (decimal): -3225510 or 5949646. OLE color: 5949646.
HSL color Cylindrical-coordinate representation of color #CEC85A: hue angle of 56.9º 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 #CEC85A is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 90 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.19 |
| HSL | 56.9º | 0.54% | 0.58% | - |
| HSV(B) | 56.9º | 0.56% | 0.81% | - |
| XYZ | 47.95 | 55.17 | 17.79 | - |
| YUV | 189.25 | 71.99 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 90 | 0 | 0.03 | 0.56 | 0.19 | 56.9 | 0.54 | 0.58 |
| Hex | CE | C8 | 5A | 0 | 3 | 38 | 13 | 39 | 36 | 3A |
| Octal | 316 | 310 | 132 | 0 | 3 | 70 | 23 | 71 | 66 | 72 |
| Binary | 11001110 | 11001000 | 1011010 | 0 | 11 | 111000 | 10011 | 111001 | 110110 | 111010 |
Color Harmonies of #CEC85A
Complementary color
Monochromatic Colors of #CEC85A
Black with #CEC85A
Text Example
Text Example
White with #CEC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC85A; }
p { color: rgb(206,200,90); }
H1.HeaderClassName
{
color: #CEC85A;
}
.AnyTagClassName
{
color: #CEC85A;
}
</style>
background-color css
<style>
a { background-color: #CEC85A; }
a { background-color: rgb(206,200,90); }
div.DivClassName
{
background-color: #CEC85A;
}
.BgClassName
{
background-color: #CEC85A;
}
</style>
border-color css
<style>
span { border-color: #CEC85A; }
span { border-color: rgb(206,200,90); }
td.TdClassName
{
border-color: #CEC85A;
}
.TagClassName
{
border-color: #CEC85A;
}
</style>