Shades of Tusk #E1E9B1
Tints of Tusk #E1E9B1
RGB
CMYK
RGB Variations
Color information
#E1E9B1 (or 0xE1E9B1) is known color: Tusk. HEX triplet: E1, E9 and B1. RGB value is (225,233,177). Sum of RGB (Red+Green+Blue) = 225+233+177=635 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.43% from 635); Green value is 233 (91.41% from 255 or 36.69% from 635); Blue value is 177 (69.53% from 255 or 27.87% from 635); Max value from RGB is 233 - color contains mainly: green. Hex color #E1E9B1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1E9B1 is #1E164E. Grayscale: #E0E0E0. Windows color (decimal): -1971791 or 11659745. OLE color: 11659745.
HSL color Cylindrical-coordinate representation of color #E1E9B1: hue angle of 68.57º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1E9B1 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 233 | 177 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.09 |
| HSL | 68.57º | 0.56% | 0.8% | - |
| HSV(B) | 68.57º | 0.24% | 0.91% | - |
| XYZ | 68.13 | 77.46 | 52.96 | - |
| YUV | 224.22 | 101.35 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 233 | 177 | 0.03 | 0 | 0.24 | 0.09 | 68.57 | 0.56 | 0.8 |
| Hex | E1 | E9 | B1 | 3 | 0 | 18 | 9 | 45 | 38 | 50 |
| Octal | 341 | 351 | 261 | 3 | 0 | 30 | 11 | 105 | 70 | 120 |
| Binary | 11100001 | 11101001 | 10110001 | 11 | 0 | 11000 | 1001 | 1000101 | 111000 | 1010000 |
Color Harmonies of #E1E9B1
Complementary color
Monochromatic Colors of #E1E9B1
Black with #E1E9B1
Text Example
Text Example
White with #E1E9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E9B1; }
p { color: rgb(225,233,177); }
H1.HeaderClassName
{
color: #E1E9B1;
}
.AnyTagClassName
{
color: #E1E9B1;
}
</style>
background-color css
<style>
a { background-color: #E1E9B1; }
a { background-color: rgb(225,233,177); }
div.DivClassName
{
background-color: #E1E9B1;
}
.BgClassName
{
background-color: #E1E9B1;
}
</style>
border-color css
<style>
span { border-color: #E1E9B1; }
span { border-color: rgb(225,233,177); }
td.TdClassName
{
border-color: #E1E9B1;
}
.TagClassName
{
border-color: #E1E9B1;
}
</style>