Shades of Tusk #E4EEB2
Tints of Tusk #E4EEB2
RGB
CMYK
RGB Variations
Color information
#E4EEB2 (or 0xE4EEB2) is known color: Tusk. HEX triplet: E4, EE and B2. RGB value is (228,238,178). Sum of RGB (Red+Green+Blue) = 228+238+178=644 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.40% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 178 (69.92% from 255 or 27.64% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #E4EEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4EEB2 is #1B114D. Grayscale: #E4E4E4. Windows color (decimal): -1773902 or 11726564. OLE color: 11726564.
HSL color Cylindrical-coordinate representation of color #E4EEB2: hue angle of 70º degrees, saturation: 0.64, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E4EEB2 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 238 | 178 | - |
| CMYK | 0.04 | 0 | 0.25 | 0.07 |
| HSL | 70º | 0.64% | 0.82% | - |
| HSV(B) | 70º | 0.25% | 0.93% | - |
| XYZ | 70.61 | 80.86 | 54.01 | - |
| YUV | 228.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 238 | 178 | 0.04 | 0 | 0.25 | 0.07 | 70 | 0.64 | 0.82 |
| Hex | E4 | EE | B2 | 4 | 0 | 19 | 7 | 46 | 40 | 52 |
| Octal | 344 | 356 | 262 | 4 | 0 | 31 | 7 | 106 | 100 | 122 |
| Binary | 11100100 | 11101110 | 10110010 | 100 | 0 | 11001 | 111 | 1000110 | 1000000 | 1010010 |
Color Harmonies of #E4EEB2
Complementary color
Monochromatic Colors of #E4EEB2
Black with #E4EEB2
Text Example
Text Example
White with #E4EEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EEB2; }
p { color: rgb(228,238,178); }
H1.HeaderClassName
{
color: #E4EEB2;
}
.AnyTagClassName
{
color: #E4EEB2;
}
</style>
background-color css
<style>
a { background-color: #E4EEB2; }
a { background-color: rgb(228,238,178); }
div.DivClassName
{
background-color: #E4EEB2;
}
.BgClassName
{
background-color: #E4EEB2;
}
</style>
border-color css
<style>
span { border-color: #E4EEB2; }
span { border-color: rgb(228,238,178); }
td.TdClassName
{
border-color: #E4EEB2;
}
.TagClassName
{
border-color: #E4EEB2;
}
</style>