Shades of Tacha #E2C05F
Tints of Tacha #E2C05F
RGB
CMYK
RGB Variations
Color information
#E2C05F (or 0xE2C05F) is known color: Tacha. HEX triplet: E2, C0 and 5F. RGB value is (226,192,95). Sum of RGB (Red+Green+Blue) = 226+192+95=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 95 (37.5% from 255 or 18.52% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2C05F is #1D3FA0. Grayscale: #BFBFBF. Windows color (decimal): -1916833 or 6275298. OLE color: 6275298.
HSL color Cylindrical-coordinate representation of color #E2C05F: hue angle of 44.43º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2C05F is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 192 | 95 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.11 |
| HSL | 44.43º | 0.69% | 0.63% | - |
| HSV(B) | 44.43º | 0.58% | 0.89% | - |
| XYZ | 52.28 | 54.69 | 18.63 | - |
| YUV | 191.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 192 | 95 | 0 | 0.15 | 0.58 | 0.11 | 44.43 | 0.69 | 0.63 |
| Hex | E2 | C0 | 5F | 0 | F | 3A | B | 2C | 45 | 3F |
| Octal | 342 | 300 | 137 | 0 | 17 | 72 | 13 | 54 | 105 | 77 |
| Binary | 11100010 | 11000000 | 1011111 | 0 | 1111 | 111010 | 1011 | 101100 | 1000101 | 111111 |
Color Harmonies of #E2C05F
Complementary color
Monochromatic Colors of #E2C05F
Black with #E2C05F
Text Example
Text Example
White with #E2C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2C05F; }
p { color: rgb(226,192,95); }
H1.HeaderClassName
{
color: #E2C05F;
}
.AnyTagClassName
{
color: #E2C05F;
}
</style>
background-color css
<style>
a { background-color: #E2C05F; }
a { background-color: rgb(226,192,95); }
div.DivClassName
{
background-color: #E2C05F;
}
.BgClassName
{
background-color: #E2C05F;
}
</style>
border-color css
<style>
span { border-color: #E2C05F; }
span { border-color: rgb(226,192,95); }
td.TdClassName
{
border-color: #E2C05F;
}
.TagClassName
{
border-color: #E2C05F;
}
</style>