Shades of Tusk #E2EEAD
Tints of Tusk #E2EEAD
RGB
CMYK
RGB Variations
Color information
#E2EEAD (or 0xE2EEAD) is known color: Tusk. HEX triplet: E2, EE and AD. RGB value is (226,238,173). Sum of RGB (Red+Green+Blue) = 226+238+173=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 238 (93.36% from 255 or 37.36% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2EEAD is #1D1152. Grayscale: #E3E3E3. Windows color (decimal): -1904979 or 11398882. OLE color: 11398882.
HSL color Cylindrical-coordinate representation of color #E2EEAD: hue angle of 71.08º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E2EEAD is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 238 | 173 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.07 |
| HSL | 71.08º | 0.66% | 0.81% | - |
| HSV(B) | 71.08º | 0.27% | 0.93% | - |
| XYZ | 69.48 | 80.33 | 51.38 | - |
| YUV | 227 | 97.52 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 173 | 0.05 | 0 | 0.27 | 0.07 | 71.08 | 0.66 | 0.81 |
| Hex | E2 | EE | AD | 5 | 0 | 1B | 7 | 47 | 42 | 51 |
| Octal | 342 | 356 | 255 | 5 | 0 | 33 | 7 | 107 | 102 | 121 |
| Binary | 11100010 | 11101110 | 10101101 | 101 | 0 | 11011 | 111 | 1000111 | 1000010 | 1010001 |
Color Harmonies of #E2EEAD
Complementary color
Monochromatic Colors of #E2EEAD
Black with #E2EEAD
Text Example
Text Example
White with #E2EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EEAD; }
p { color: rgb(226,238,173); }
H1.HeaderClassName
{
color: #E2EEAD;
}
.AnyTagClassName
{
color: #E2EEAD;
}
</style>
background-color css
<style>
a { background-color: #E2EEAD; }
a { background-color: rgb(226,238,173); }
div.DivClassName
{
background-color: #E2EEAD;
}
.BgClassName
{
background-color: #E2EEAD;
}
</style>
border-color css
<style>
span { border-color: #E2EEAD; }
span { border-color: rgb(226,238,173); }
td.TdClassName
{
border-color: #E2EEAD;
}
.TagClassName
{
border-color: #E2EEAD;
}
</style>