Shades of Tacha #CEBA4E
Tints of Tacha #CEBA4E
RGB
CMYK
RGB Variations
Color information
#CEBA4E (or 0xCEBA4E) is known color: Tacha. HEX triplet: CE, BA and 4E. RGB value is (206,186,78). Sum of RGB (Red+Green+Blue) = 206+186+78=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 78 (30.86% from 255 or 16.60% from 470); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA4E is #3145B1. Grayscale: #B4B4B4. Windows color (decimal): -3229106 or 5159630. OLE color: 5159630.
HSL color Cylindrical-coordinate representation of color #CEBA4E: hue angle of 50.62º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEBA4E is Cyan = 0, Magento = 0.10, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 78 | - |
| CMYK | 0 | 0.10 | 0.62 | 0.19 |
| HSL | 50.63º | 0.57% | 0.56% | - |
| HSV(B) | 50.63º | 0.62% | 0.81% | - |
| XYZ | 44.39 | 48.79 | 14.29 | - |
| YUV | 179.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 78 | 0 | 0.10 | 0.62 | 0.19 | 50.63 | 0.57 | 0.56 |
| Hex | CE | BA | 4E | 0 | A | 3E | 13 | 33 | 39 | 38 |
| Octal | 316 | 272 | 116 | 0 | 12 | 76 | 23 | 63 | 71 | 70 |
| Binary | 11001110 | 10111010 | 1001110 | 0 | 1010 | 111110 | 10011 | 110011 | 111001 | 111000 |
Color Harmonies of #CEBA4E
Complementary color
Monochromatic Colors of #CEBA4E
Black with #CEBA4E
Text Example
Text Example
White with #CEBA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA4E; }
p { color: rgb(206,186,78); }
H1.HeaderClassName
{
color: #CEBA4E;
}
.AnyTagClassName
{
color: #CEBA4E;
}
</style>
background-color css
<style>
a { background-color: #CEBA4E; }
a { background-color: rgb(206,186,78); }
div.DivClassName
{
background-color: #CEBA4E;
}
.BgClassName
{
background-color: #CEBA4E;
}
</style>
border-color css
<style>
span { border-color: #CEBA4E; }
span { border-color: rgb(206,186,78); }
td.TdClassName
{
border-color: #CEBA4E;
}
.TagClassName
{
border-color: #CEBA4E;
}
</style>