Shades of Tusk #E2EAB1
Tints of Tusk #E2EAB1
RGB
CMYK
RGB Variations
Color information
#E2EAB1 (or 0xE2EAB1) is known color: Tusk. HEX triplet: E2, EA and B1. RGB value is (226,234,177). Sum of RGB (Red+Green+Blue) = 226+234+177=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 177 (69.53% from 255 or 27.79% from 637); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EAB1 is #1D154E. Grayscale: #E1E1E1. Windows color (decimal): -1905999 or 11660002. OLE color: 11660002.
HSL color Cylindrical-coordinate representation of color #E2EAB1: hue angle of 68.42º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2EAB1 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 177 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.08 |
| HSL | 68.42º | 0.58% | 0.81% | - |
| HSV(B) | 68.42º | 0.24% | 0.92% | - |
| XYZ | 68.72 | 78.19 | 53.06 | - |
| YUV | 225.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 177 | 0.03 | 0 | 0.24 | 0.08 | 68.42 | 0.58 | 0.81 |
| Hex | E2 | EA | B1 | 3 | 0 | 18 | 8 | 44 | 3A | 51 |
| Octal | 342 | 352 | 261 | 3 | 0 | 30 | 10 | 104 | 72 | 121 |
| Binary | 11100010 | 11101010 | 10110001 | 11 | 0 | 11000 | 1000 | 1000100 | 111010 | 1010001 |
Color Harmonies of #E2EAB1
Complementary color
Monochromatic Colors of #E2EAB1
Black with #E2EAB1
Text Example
Text Example
White with #E2EAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAB1; }
p { color: rgb(226,234,177); }
H1.HeaderClassName
{
color: #E2EAB1;
}
.AnyTagClassName
{
color: #E2EAB1;
}
</style>
background-color css
<style>
a { background-color: #E2EAB1; }
a { background-color: rgb(226,234,177); }
div.DivClassName
{
background-color: #E2EAB1;
}
.BgClassName
{
background-color: #E2EAB1;
}
</style>
border-color css
<style>
span { border-color: #E2EAB1; }
span { border-color: rgb(226,234,177); }
td.TdClassName
{
border-color: #E2EAB1;
}
.TagClassName
{
border-color: #E2EAB1;
}
</style>