Shades of Tusk #E1E9B9
Tints of Tusk #E1E9B9
RGB
CMYK
RGB Variations
Color information
#E1E9B9 (or 0xE1E9B9) is known color: Tusk. HEX triplet: E1, E9 and B9. RGB value is (225,233,185). Sum of RGB (Red+Green+Blue) = 225+233+185=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 233 (91.41% from 255 or 36.24% from 643); Blue value is 185 (72.66% from 255 or 28.77% from 643); Max value from RGB is 233 - color contains mainly: green. Hex color #E1E9B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E9B9 is #1E1646. Grayscale: #E1E1E1. Windows color (decimal): -1971783 or 12184033. OLE color: 12184033.
HSL color Cylindrical-coordinate representation of color #E1E9B9: hue angle of 70º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1E9B9 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 225 | 233 | 185 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.09 |
| HSL | 70º | 0.52% | 0.82% | - |
| HSV(B) | 70º | 0.21% | 0.91% | - |
| XYZ | 68.95 | 77.79 | 57.28 | - |
| YUV | 225.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 233 | 185 | 0.03 | 0 | 0.21 | 0.09 | 70 | 0.52 | 0.82 |
| Hex | E1 | E9 | B9 | 3 | 0 | 15 | 9 | 46 | 34 | 52 |
| Octal | 341 | 351 | 271 | 3 | 0 | 25 | 11 | 106 | 64 | 122 |
| Binary | 11100001 | 11101001 | 10111001 | 11 | 0 | 10101 | 1001 | 1000110 | 110100 | 1010010 |
Color Harmonies of #E1E9B9
Complementary color
Monochromatic Colors of #E1E9B9
Black with #E1E9B9
Text Example
Text Example
White with #E1E9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E9B9; }
p { color: rgb(225,233,185); }
H1.HeaderClassName
{
color: #E1E9B9;
}
.AnyTagClassName
{
color: #E1E9B9;
}
</style>
background-color css
<style>
a { background-color: #E1E9B9; }
a { background-color: rgb(225,233,185); }
div.DivClassName
{
background-color: #E1E9B9;
}
.BgClassName
{
background-color: #E1E9B9;
}
</style>
border-color css
<style>
span { border-color: #E1E9B9; }
span { border-color: rgb(225,233,185); }
td.TdClassName
{
border-color: #E1E9B9;
}
.TagClassName
{
border-color: #E1E9B9;
}
</style>