Shades of Tusk #E1E4B1
Tints of Tusk #E1E4B1
RGB
CMYK
RGB Variations
Color information
#E1E4B1 (or 0xE1E4B1) is known color: Tusk. HEX triplet: E1, E4 and B1. RGB value is (225,228,177). Sum of RGB (Red+Green+Blue) = 225+228+177=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 177 (69.53% from 255 or 28.10% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #E1E4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1E4B1 is #1E1B4E. Grayscale: #DDDDDD. Windows color (decimal): -1973071 or 11658465. OLE color: 11658465.
HSL color Cylindrical-coordinate representation of color #E1E4B1: hue angle of 63.53º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1E4B1 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 228 | 177 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.11 |
| HSL | 63.53º | 0.49% | 0.79% | - |
| HSV(B) | 63.53º | 0.22% | 0.89% | - |
| XYZ | 66.73 | 74.67 | 52.49 | - |
| YUV | 221.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 228 | 177 | 0.01 | 0 | 0.22 | 0.11 | 63.53 | 0.49 | 0.79 |
| Hex | E1 | E4 | B1 | 1 | 0 | 16 | B | 40 | 31 | 4F |
| Octal | 341 | 344 | 261 | 1 | 0 | 26 | 13 | 100 | 61 | 117 |
| Binary | 11100001 | 11100100 | 10110001 | 1 | 0 | 10110 | 1011 | 1000000 | 110001 | 1001111 |
Color Harmonies of #E1E4B1
Complementary color
Monochromatic Colors of #E1E4B1
Black with #E1E4B1
Text Example
Text Example
White with #E1E4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E4B1; }
p { color: rgb(225,228,177); }
H1.HeaderClassName
{
color: #E1E4B1;
}
.AnyTagClassName
{
color: #E1E4B1;
}
</style>
background-color css
<style>
a { background-color: #E1E4B1; }
a { background-color: rgb(225,228,177); }
div.DivClassName
{
background-color: #E1E4B1;
}
.BgClassName
{
background-color: #E1E4B1;
}
</style>
border-color css
<style>
span { border-color: #E1E4B1; }
span { border-color: rgb(225,228,177); }
td.TdClassName
{
border-color: #E1E4B1;
}
.TagClassName
{
border-color: #E1E4B1;
}
</style>