Shades of Tacha #E0BE5E
Tints of Tacha #E0BE5E
RGB
CMYK
RGB Variations
Color information
#E0BE5E (or 0xE0BE5E) is known color: Tacha. HEX triplet: E0, BE and 5E. RGB value is (224,190,94). Sum of RGB (Red+Green+Blue) = 224+190+94=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0BE5E is #1F41A1. Grayscale: #BDBDBD. Windows color (decimal): -2048418 or 6209248. OLE color: 6209248.
HSL color Cylindrical-coordinate representation of color #E0BE5E: hue angle of 44.31º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E0BE5E is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 190 | 94 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.12 |
| HSL | 44.31º | 0.68% | 0.62% | - |
| HSV(B) | 44.31º | 0.58% | 0.88% | - |
| XYZ | 51.17 | 53.48 | 18.22 | - |
| YUV | 189.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 190 | 94 | 0 | 0.15 | 0.58 | 0.12 | 44.31 | 0.68 | 0.62 |
| Hex | E0 | BE | 5E | 0 | F | 3A | C | 2C | 44 | 3E |
| Octal | 340 | 276 | 136 | 0 | 17 | 72 | 14 | 54 | 104 | 76 |
| Binary | 11100000 | 10111110 | 1011110 | 0 | 1111 | 111010 | 1100 | 101100 | 1000100 | 111110 |
Color Harmonies of #E0BE5E
Complementary color
Monochromatic Colors of #E0BE5E
Black with #E0BE5E
Text Example
Text Example
White with #E0BE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BE5E; }
p { color: rgb(224,190,94); }
H1.HeaderClassName
{
color: #E0BE5E;
}
.AnyTagClassName
{
color: #E0BE5E;
}
</style>
background-color css
<style>
a { background-color: #E0BE5E; }
a { background-color: rgb(224,190,94); }
div.DivClassName
{
background-color: #E0BE5E;
}
.BgClassName
{
background-color: #E0BE5E;
}
</style>
border-color css
<style>
span { border-color: #E0BE5E; }
span { border-color: rgb(224,190,94); }
td.TdClassName
{
border-color: #E0BE5E;
}
.TagClassName
{
border-color: #E0BE5E;
}
</style>