Shades of Tacha #E0C45B
Tints of Tacha #E0C45B
RGB
CMYK
RGB Variations
Color information
#E0C45B (or 0xE0C45B) is known color: Tacha. HEX triplet: E0, C4 and 5B. RGB value is (224,196,91). Sum of RGB (Red+Green+Blue) = 224+196+91=511 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.84% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 91 (35.94% from 255 or 17.81% from 511); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0C45B is #1F3BA4. Grayscale: #C0C0C0. Windows color (decimal): -2046885 or 6014176. OLE color: 6014176.
HSL color Cylindrical-coordinate representation of color #E0C45B: hue angle of 47.37º 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 #E0C45B is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 196 | 91 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.12 |
| HSL | 47.37º | 0.68% | 0.62% | - |
| HSV(B) | 47.37º | 0.59% | 0.88% | - |
| XYZ | 52.37 | 56.08 | 17.96 | - |
| YUV | 192.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 196 | 91 | 0 | 0.12 | 0.59 | 0.12 | 47.37 | 0.68 | 0.62 |
| Hex | E0 | C4 | 5B | 0 | C | 3B | C | 2F | 44 | 3E |
| Octal | 340 | 304 | 133 | 0 | 14 | 73 | 14 | 57 | 104 | 76 |
| Binary | 11100000 | 11000100 | 1011011 | 0 | 1100 | 111011 | 1100 | 101111 | 1000100 | 111110 |
Color Harmonies of #E0C45B
Complementary color
Monochromatic Colors of #E0C45B
Black with #E0C45B
Text Example
Text Example
White with #E0C45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0C45B; }
p { color: rgb(224,196,91); }
H1.HeaderClassName
{
color: #E0C45B;
}
.AnyTagClassName
{
color: #E0C45B;
}
</style>
background-color css
<style>
a { background-color: #E0C45B; }
a { background-color: rgb(224,196,91); }
div.DivClassName
{
background-color: #E0C45B;
}
.BgClassName
{
background-color: #E0C45B;
}
</style>
border-color css
<style>
span { border-color: #E0C45B; }
span { border-color: rgb(224,196,91); }
td.TdClassName
{
border-color: #E0C45B;
}
.TagClassName
{
border-color: #E0C45B;
}
</style>