Shades of Tacha #CEBA54
Tints of Tacha #CEBA54
RGB
CMYK
RGB Variations
Color information
#CEBA54 (or 0xCEBA54) is known color: Tacha. HEX triplet: CE, BA and 54. RGB value is (206,186,84). Sum of RGB (Red+Green+Blue) = 206+186+84=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 84 (33.20% from 255 or 17.65% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA54 is #3145AB. Grayscale: #B4B4B4. Windows color (decimal): -3229100 or 5552846. OLE color: 5552846.
HSL color Cylindrical-coordinate representation of color #CEBA54: hue angle of 50.16º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CEBA54 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 84 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.19 |
| HSL | 50.16º | 0.55% | 0.57% | - |
| HSV(B) | 50.16º | 0.59% | 0.81% | - |
| XYZ | 44.61 | 48.88 | 15.47 | - |
| YUV | 180.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 84 | 0 | 0.10 | 0.59 | 0.19 | 50.16 | 0.55 | 0.57 |
| Hex | CE | BA | 54 | 0 | A | 3B | 13 | 32 | 37 | 39 |
| Octal | 316 | 272 | 124 | 0 | 12 | 73 | 23 | 62 | 67 | 71 |
| Binary | 11001110 | 10111010 | 1010100 | 0 | 1010 | 111011 | 10011 | 110010 | 110111 | 111001 |
Color Harmonies of #CEBA54
Complementary color
Monochromatic Colors of #CEBA54
Black with #CEBA54
Text Example
Text Example
White with #CEBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA54; }
p { color: rgb(206,186,84); }
H1.HeaderClassName
{
color: #CEBA54;
}
.AnyTagClassName
{
color: #CEBA54;
}
</style>
background-color css
<style>
a { background-color: #CEBA54; }
a { background-color: rgb(206,186,84); }
div.DivClassName
{
background-color: #CEBA54;
}
.BgClassName
{
background-color: #CEBA54;
}
</style>
border-color css
<style>
span { border-color: #CEBA54; }
span { border-color: rgb(206,186,84); }
td.TdClassName
{
border-color: #CEBA54;
}
.TagClassName
{
border-color: #CEBA54;
}
</style>