Shades of Tusk #E1E4B9
Tints of Tusk #E1E4B9
RGB
CMYK
RGB Variations
Color information
#E1E4B9 (or 0xE1E4B9) is known color: Tusk. HEX triplet: E1, E4 and B9. RGB value is (225,228,185). Sum of RGB (Red+Green+Blue) = 225+228+185=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E4B9 is #1E1B46. Grayscale: #DEDEDE. Windows color (decimal): -1973063 or 12182753. OLE color: 12182753.
HSL color Cylindrical-coordinate representation of color #E1E4B9: hue angle of 64.19º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1E4B9 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 185 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.11 |
| HSL | 64.19º | 0.44% | 0.81% | - |
| HSV(B) | 64.19º | 0.19% | 0.89% | - |
| XYZ | 67.55 | 75 | 56.81 | - |
| YUV | 222.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 185 | 0.01 | 0 | 0.19 | 0.11 | 64.19 | 0.44 | 0.81 |
| Hex | E1 | E4 | B9 | 1 | 0 | 13 | B | 40 | 2C | 51 |
| Octal | 341 | 344 | 271 | 1 | 0 | 23 | 13 | 100 | 54 | 121 |
| Binary | 11100001 | 11100100 | 10111001 | 1 | 0 | 10011 | 1011 | 1000000 | 101100 | 1010001 |
Color Harmonies of #E1E4B9
Complementary color
Monochromatic Colors of #E1E4B9
Black with #E1E4B9
Text Example
Text Example
White with #E1E4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4B9; }
p { color: rgb(225,228,185); }
H1.HeaderClassName
{
color: #E1E4B9;
}
.AnyTagClassName
{
color: #E1E4B9;
}
</style>
background-color css
<style>
a { background-color: #E1E4B9; }
a { background-color: rgb(225,228,185); }
div.DivClassName
{
background-color: #E1E4B9;
}
.BgClassName
{
background-color: #E1E4B9;
}
</style>
border-color css
<style>
span { border-color: #E1E4B9; }
span { border-color: rgb(225,228,185); }
td.TdClassName
{
border-color: #E1E4B9;
}
.TagClassName
{
border-color: #E1E4B9;
}
</style>