Shades of Tusk #E1EBB1
Tints of Tusk #E1EBB1
RGB
CMYK
RGB Variations
Color information
#E1EBB1 (or 0xE1EBB1) is known color: Tusk. HEX triplet: E1, EB and B1. RGB value is (225,235,177). Sum of RGB (Red+Green+Blue) = 225+235+177=637 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.32% from 637); Green value is 235 (92.19% from 255 or 36.89% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EBB1 is #1E144E. Grayscale: #E1E1E1. Windows color (decimal): -1971279 or 11660257. OLE color: 11660257.
HSL color Cylindrical-coordinate representation of color #E1EBB1: hue angle of 70.34º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E1EBB1 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 177 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.08 |
| HSL | 70.34º | 0.59% | 0.81% | - |
| HSV(B) | 70.34º | 0.25% | 0.92% | - |
| XYZ | 68.7 | 78.6 | 53.15 | - |
| YUV | 225.4 | 100.69 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 177 | 0.04 | 0 | 0.25 | 0.08 | 70.34 | 0.59 | 0.81 |
| Hex | E1 | EB | B1 | 4 | 0 | 19 | 8 | 46 | 3B | 51 |
| Octal | 341 | 353 | 261 | 4 | 0 | 31 | 10 | 106 | 73 | 121 |
| Binary | 11100001 | 11101011 | 10110001 | 100 | 0 | 11001 | 1000 | 1000110 | 111011 | 1010001 |
Color Harmonies of #E1EBB1
Complementary color
Monochromatic Colors of #E1EBB1
Black with #E1EBB1
Text Example
Text Example
White with #E1EBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EBB1; }
p { color: rgb(225,235,177); }
H1.HeaderClassName
{
color: #E1EBB1;
}
.AnyTagClassName
{
color: #E1EBB1;
}
</style>
background-color css
<style>
a { background-color: #E1EBB1; }
a { background-color: rgb(225,235,177); }
div.DivClassName
{
background-color: #E1EBB1;
}
.BgClassName
{
background-color: #E1EBB1;
}
</style>
border-color css
<style>
span { border-color: #E1EBB1; }
span { border-color: rgb(225,235,177); }
td.TdClassName
{
border-color: #E1EBB1;
}
.TagClassName
{
border-color: #E1EBB1;
}
</style>