Shades of Tusk #E2EBAA
Tints of Tusk #E2EBAA
RGB
CMYK
RGB Variations
Color information
#E2EBAA (or 0xE2EBAA) is known color: Tusk. HEX triplet: E2, EB and AA. RGB value is (226,235,170). Sum of RGB (Red+Green+Blue) = 226+235+170=631 (83% of max value = 765). Red value is 226 (88.67% from 255 or 35.82% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EBAA is #1D1455. Grayscale: #E1E1E1. Windows color (decimal): -1905750 or 11201506. OLE color: 11201506.
HSL color Cylindrical-coordinate representation of color #E2EBAA: hue angle of 68.31º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E2EBAA is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 170 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.08 |
| HSL | 68.31º | 0.62% | 0.79% | - |
| HSV(B) | 68.31º | 0.28% | 0.92% | - |
| XYZ | 68.33 | 78.49 | 49.58 | - |
| YUV | 224.9 | 97.02 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 170 | 0.04 | 0 | 0.28 | 0.08 | 68.31 | 0.62 | 0.79 |
| Hex | E2 | EB | AA | 4 | 0 | 1C | 8 | 44 | 3E | 4F |
| Octal | 342 | 353 | 252 | 4 | 0 | 34 | 10 | 104 | 76 | 117 |
| Binary | 11100010 | 11101011 | 10101010 | 100 | 0 | 11100 | 1000 | 1000100 | 111110 | 1001111 |
Color Harmonies of #E2EBAA
Complementary color
Monochromatic Colors of #E2EBAA
Black with #E2EBAA
Text Example
Text Example
White with #E2EBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBAA; }
p { color: rgb(226,235,170); }
H1.HeaderClassName
{
color: #E2EBAA;
}
.AnyTagClassName
{
color: #E2EBAA;
}
</style>
background-color css
<style>
a { background-color: #E2EBAA; }
a { background-color: rgb(226,235,170); }
div.DivClassName
{
background-color: #E2EBAA;
}
.BgClassName
{
background-color: #E2EBAA;
}
</style>
border-color css
<style>
span { border-color: #E2EBAA; }
span { border-color: rgb(226,235,170); }
td.TdClassName
{
border-color: #E2EBAA;
}
.TagClassName
{
border-color: #E2EBAA;
}
</style>