Shades of Tusk #E2E1BB
Tints of Tusk #E2E1BB
RGB
CMYK
RGB Variations
Color information
#E2E1BB (or 0xE2E1BB) is known color: Tusk. HEX triplet: E2, E1 and BB. RGB value is (226,225,187). Sum of RGB (Red+Green+Blue) = 226+225+187=638 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.42% from 638); Green value is 225 (88.28% from 255 or 35.27% from 638); Blue value is 187 (73.44% from 255 or 29.31% from 638); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1BB is #1D1E44. Grayscale: #DDDDDD. Windows color (decimal): -1908293 or 12313058. OLE color: 12313058.
HSL color Cylindrical-coordinate representation of color #E2E1BB: hue angle of 58.46º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2E1BB is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 187 | - |
| CMYK | 0 | 0.00 | 0.17 | 0.11 |
| HSL | 58.46º | 0.4% | 0.81% | - |
| HSV(B) | 58.46º | 0.17% | 0.89% | - |
| XYZ | 67.26 | 73.61 | 57.68 | - |
| YUV | 220.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 187 | 0 | 0.00 | 0.17 | 0.11 | 58.46 | 0.4 | 0.81 |
| Hex | E2 | E1 | BB | 0 | 0 | 11 | B | 3A | 28 | 51 |
| Octal | 342 | 341 | 273 | 0 | 0 | 21 | 13 | 72 | 50 | 121 |
| Binary | 11100010 | 11100001 | 10111011 | 0 | 0 | 10001 | 1011 | 111010 | 101000 | 1010001 |
Color Harmonies of #E2E1BB
Complementary color
Monochromatic Colors of #E2E1BB
Black with #E2E1BB
Text Example
Text Example
White with #E2E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1BB; }
p { color: rgb(226,225,187); }
H1.HeaderClassName
{
color: #E2E1BB;
}
.AnyTagClassName
{
color: #E2E1BB;
}
</style>
background-color css
<style>
a { background-color: #E2E1BB; }
a { background-color: rgb(226,225,187); }
div.DivClassName
{
background-color: #E2E1BB;
}
.BgClassName
{
background-color: #E2E1BB;
}
</style>
border-color css
<style>
span { border-color: #E2E1BB; }
span { border-color: rgb(226,225,187); }
td.TdClassName
{
border-color: #E2E1BB;
}
.TagClassName
{
border-color: #E2E1BB;
}
</style>