Shades of Tusk #E4EEAD
Tints of Tusk #E4EEAD
RGB
CMYK
RGB Variations
Color information
#E4EEAD (or 0xE4EEAD) is known color: Tusk. HEX triplet: E4, EE and AD. RGB value is (228,238,173). Sum of RGB (Red+Green+Blue) = 228+238+173=639 (84% of max value = 765). Red value is 228 (89.45% from 255 or 35.68% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 173 (67.97% from 255 or 27.07% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #E4EEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EEAD is #1B1152. Grayscale: #E3E3E3. Windows color (decimal): -1773907 or 11398884. OLE color: 11398884.
HSL color Cylindrical-coordinate representation of color #E4EEAD: hue angle of 69.23º 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 #E4EEAD is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 238 | 173 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.07 |
| HSL | 69.23º | 0.66% | 0.81% | - |
| HSV(B) | 69.23º | 0.27% | 0.93% | - |
| XYZ | 70.11 | 80.66 | 51.41 | - |
| YUV | 227.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 238 | 173 | 0.04 | 0 | 0.27 | 0.07 | 69.23 | 0.66 | 0.81 |
| Hex | E4 | EE | AD | 4 | 0 | 1B | 7 | 45 | 42 | 51 |
| Octal | 344 | 356 | 255 | 4 | 0 | 33 | 7 | 105 | 102 | 121 |
| Binary | 11100100 | 11101110 | 10101101 | 100 | 0 | 11011 | 111 | 1000101 | 1000010 | 1010001 |
Color Harmonies of #E4EEAD
Complementary color
Monochromatic Colors of #E4EEAD
Black with #E4EEAD
Text Example
Text Example
White with #E4EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EEAD; }
p { color: rgb(228,238,173); }
H1.HeaderClassName
{
color: #E4EEAD;
}
.AnyTagClassName
{
color: #E4EEAD;
}
</style>
background-color css
<style>
a { background-color: #E4EEAD; }
a { background-color: rgb(228,238,173); }
div.DivClassName
{
background-color: #E4EEAD;
}
.BgClassName
{
background-color: #E4EEAD;
}
</style>
border-color css
<style>
span { border-color: #E4EEAD; }
span { border-color: rgb(228,238,173); }
td.TdClassName
{
border-color: #E4EEAD;
}
.TagClassName
{
border-color: #E4EEAD;
}
</style>