Shades of Tusk #E2E1A9
Tints of Tusk #E2E1A9
RGB
CMYK
RGB Variations
Color information
#E2E1A9 (or 0xE2E1A9) is known color: Tusk. HEX triplet: E2, E1 and A9. RGB value is (226,225,169). Sum of RGB (Red+Green+Blue) = 226+225+169=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2E1A9 is #1D1E56. Grayscale: #DBDBDB. Windows color (decimal): -1908311 or 11133410. OLE color: 11133410.
HSL color Cylindrical-coordinate representation of color #E2E1A9: hue angle of 58.95º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E2E1A9 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 169 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.11 |
| HSL | 58.95º | 0.5% | 0.77% | - |
| HSV(B) | 58.95º | 0.25% | 0.89% | - |
| XYZ | 65.45 | 72.88 | 48.15 | - |
| YUV | 218.92 | 99.83 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 169 | 0 | 0.00 | 0.25 | 0.11 | 58.95 | 0.5 | 0.77 |
| Hex | E2 | E1 | A9 | 0 | 0 | 19 | B | 3B | 32 | 4D |
| Octal | 342 | 341 | 251 | 0 | 0 | 31 | 13 | 73 | 62 | 115 |
| Binary | 11100010 | 11100001 | 10101001 | 0 | 0 | 11001 | 1011 | 111011 | 110010 | 1001101 |
Color Harmonies of #E2E1A9
Complementary color
Monochromatic Colors of #E2E1A9
Black with #E2E1A9
Text Example
Text Example
White with #E2E1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1A9; }
p { color: rgb(226,225,169); }
H1.HeaderClassName
{
color: #E2E1A9;
}
.AnyTagClassName
{
color: #E2E1A9;
}
</style>
background-color css
<style>
a { background-color: #E2E1A9; }
a { background-color: rgb(226,225,169); }
div.DivClassName
{
background-color: #E2E1A9;
}
.BgClassName
{
background-color: #E2E1A9;
}
</style>
border-color css
<style>
span { border-color: #E2E1A9; }
span { border-color: rgb(226,225,169); }
td.TdClassName
{
border-color: #E2E1A9;
}
.TagClassName
{
border-color: #E2E1A9;
}
</style>