Shades of Tacha #E1BF5F
Tints of Tacha #E1BF5F
RGB
CMYK
RGB Variations
Color information
#E1BF5F (or 0xE1BF5F) is known color: Tacha. HEX triplet: E1, BF and 5F. RGB value is (225,191,95). Sum of RGB (Red+Green+Blue) = 225+191+95=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BF5F is #1E40A0. Grayscale: #BEBEBE. Windows color (decimal): -1982625 or 6275041. OLE color: 6275041.
HSL color Cylindrical-coordinate representation of color #E1BF5F: hue angle of 44.31º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1BF5F is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 191 | 95 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.12 |
| HSL | 44.31º | 0.68% | 0.63% | - |
| HSV(B) | 44.31º | 0.58% | 0.88% | - |
| XYZ | 51.75 | 54.1 | 18.54 | - |
| YUV | 190.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 191 | 95 | 0 | 0.15 | 0.58 | 0.12 | 44.31 | 0.68 | 0.63 |
| Hex | E1 | BF | 5F | 0 | F | 3A | C | 2C | 44 | 3F |
| Octal | 341 | 277 | 137 | 0 | 17 | 72 | 14 | 54 | 104 | 77 |
| Binary | 11100001 | 10111111 | 1011111 | 0 | 1111 | 111010 | 1100 | 101100 | 1000100 | 111111 |
Color Harmonies of #E1BF5F
Complementary color
Monochromatic Colors of #E1BF5F
Black with #E1BF5F
Text Example
Text Example
White with #E1BF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BF5F; }
p { color: rgb(225,191,95); }
H1.HeaderClassName
{
color: #E1BF5F;
}
.AnyTagClassName
{
color: #E1BF5F;
}
</style>
background-color css
<style>
a { background-color: #E1BF5F; }
a { background-color: rgb(225,191,95); }
div.DivClassName
{
background-color: #E1BF5F;
}
.BgClassName
{
background-color: #E1BF5F;
}
</style>
border-color css
<style>
span { border-color: #E1BF5F; }
span { border-color: rgb(225,191,95); }
td.TdClassName
{
border-color: #E1BF5F;
}
.TagClassName
{
border-color: #E1BF5F;
}
</style>