Shades of Tusk #E2EAB9
Tints of Tusk #E2EAB9
RGB
CMYK
RGB Variations
Color information
#E2EAB9 (or 0xE2EAB9) is known color: Tusk. HEX triplet: E2, EA and B9. RGB value is (226,234,185). Sum of RGB (Red+Green+Blue) = 226+234+185=645 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.04% from 645); Green value is 234 (91.80% from 255 or 36.28% from 645); Blue value is 185 (72.66% from 255 or 28.68% from 645); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EAB9 is #1D1546. Grayscale: #E2E2E2. Windows color (decimal): -1905991 or 12184290. OLE color: 12184290.
HSL color Cylindrical-coordinate representation of color #E2EAB9: hue angle of 69.8º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2EAB9 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
RGB | 226 | 234 | 185 | - |
CMYK | 0.03 | 0 | 0.21 | 0.08 |
HSL | 69.8º | 0.54% | 0.82% | - |
HSV(B) | 69.8º | 0.21% | 0.92% | - |
XYZ | 69.54 | 78.52 | 57.39 | - |
YUV | 226.02 | 104.85 | 127.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 234 | 185 | 0.03 | 0 | 0.21 | 0.08 | 69.8 | 0.54 | 0.82 |
Hex | E2 | EA | B9 | 3 | 0 | 15 | 8 | 46 | 36 | 52 |
Octal | 342 | 352 | 271 | 3 | 0 | 25 | 10 | 106 | 66 | 122 |
Binary | 11100010 | 11101010 | 10111001 | 11 | 0 | 10101 | 1000 | 1000110 | 110110 | 1010010 |
Color Harmonies of #E2EAB9
Complementary color
Monochromatic Colors of #E2EAB9
Black with #E2EAB9
Text Example
Text Example
White with #E2EAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EAB9; }
p { color: rgb(226,234,185); }
H1.HeaderClassName
{
color: #E2EAB9;
}
.AnyTagClassName
{
color: #E2EAB9;
}
</style>
background-color css
<style>
a { background-color: #E2EAB9; }
a { background-color: rgb(226,234,185); }
div.DivClassName
{
background-color: #E2EAB9;
}
.BgClassName
{
background-color: #E2EAB9;
}
</style>
border-color css
<style>
span { border-color: #E2EAB9; }
span { border-color: rgb(226,234,185); }
td.TdClassName
{
border-color: #E2EAB9;
}
.TagClassName
{
border-color: #E2EAB9;
}
</style>