Shades of Tusk #E1E4B3
Tints of Tusk #E1E4B3
RGB
CMYK
RGB Variations
Color information
#E1E4B3 (or 0xE1E4B3) is known color: Tusk. HEX triplet: E1, E4 and B3. RGB value is (225,228,179). Sum of RGB (Red+Green+Blue) = 225+228+179=632 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.60% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 179 (70.31% from 255 or 28.32% from 632); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E4B3 is #1E1B4C. Grayscale: #DDDDDD. Windows color (decimal): -1973069 or 11789537. OLE color: 11789537.
HSL color Cylindrical-coordinate representation of color #E1E4B3: hue angle of 63.67º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E1E4B3 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 179 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.11 |
| HSL | 63.67º | 0.48% | 0.8% | - |
| HSV(B) | 63.67º | 0.21% | 0.89% | - |
| XYZ | 66.93 | 74.75 | 53.55 | - |
| YUV | 221.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 179 | 0.01 | 0 | 0.21 | 0.11 | 63.67 | 0.48 | 0.8 |
| Hex | E1 | E4 | B3 | 1 | 0 | 15 | B | 40 | 30 | 50 |
| Octal | 341 | 344 | 263 | 1 | 0 | 25 | 13 | 100 | 60 | 120 |
| Binary | 11100001 | 11100100 | 10110011 | 1 | 0 | 10101 | 1011 | 1000000 | 110000 | 1010000 |
Color Harmonies of #E1E4B3
Complementary color
Monochromatic Colors of #E1E4B3
Black with #E1E4B3
Text Example
Text Example
White with #E1E4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4B3; }
p { color: rgb(225,228,179); }
H1.HeaderClassName
{
color: #E1E4B3;
}
.AnyTagClassName
{
color: #E1E4B3;
}
</style>
background-color css
<style>
a { background-color: #E1E4B3; }
a { background-color: rgb(225,228,179); }
div.DivClassName
{
background-color: #E1E4B3;
}
.BgClassName
{
background-color: #E1E4B3;
}
</style>
border-color css
<style>
span { border-color: #E1E4B3; }
span { border-color: rgb(225,228,179); }
td.TdClassName
{
border-color: #E1E4B3;
}
.TagClassName
{
border-color: #E1E4B3;
}
</style>