Shades of Tacha #E0C15B
Tints of Tacha #E0C15B
RGB
CMYK
RGB Variations
Color information
#E0C15B (or 0xE0C15B) is known color: Tacha. HEX triplet: E0, C1 and 5B. RGB value is (224,193,91). Sum of RGB (Red+Green+Blue) = 224+193+91=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C15B is #1F3EA4. Grayscale: #BFBFBF. Windows color (decimal): -2047653 or 6013408. OLE color: 6013408.
HSL color Cylindrical-coordinate representation of color #E0C15B: hue angle of 46.02º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E0C15B is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 193 | 91 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.12 |
| HSL | 46.02º | 0.68% | 0.62% | - |
| HSV(B) | 46.02º | 0.59% | 0.88% | - |
| XYZ | 51.7 | 54.74 | 17.74 | - |
| YUV | 190.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 193 | 91 | 0 | 0.14 | 0.59 | 0.12 | 46.02 | 0.68 | 0.62 |
| Hex | E0 | C1 | 5B | 0 | E | 3B | C | 2E | 44 | 3E |
| Octal | 340 | 301 | 133 | 0 | 16 | 73 | 14 | 56 | 104 | 76 |
| Binary | 11100000 | 11000001 | 1011011 | 0 | 1110 | 111011 | 1100 | 101110 | 1000100 | 111110 |
Color Harmonies of #E0C15B
Complementary color
Monochromatic Colors of #E0C15B
Black with #E0C15B
Text Example
Text Example
White with #E0C15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C15B; }
p { color: rgb(224,193,91); }
H1.HeaderClassName
{
color: #E0C15B;
}
.AnyTagClassName
{
color: #E0C15B;
}
</style>
background-color css
<style>
a { background-color: #E0C15B; }
a { background-color: rgb(224,193,91); }
div.DivClassName
{
background-color: #E0C15B;
}
.BgClassName
{
background-color: #E0C15B;
}
</style>
border-color css
<style>
span { border-color: #E0C15B; }
span { border-color: rgb(224,193,91); }
td.TdClassName
{
border-color: #E0C15B;
}
.TagClassName
{
border-color: #E0C15B;
}
</style>