Shades of Tusk #E2EEB4
Tints of Tusk #E2EEB4
RGB
CMYK
RGB Variations
Color information
#E2EEB4 (or 0xE2EEB4) is known color: Tusk. HEX triplet: E2, EE and B4. RGB value is (226,238,180). Sum of RGB (Red+Green+Blue) = 226+238+180=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 180 (70.70% from 255 or 27.95% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EEB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EEB4 is #1D114B. Grayscale: #E4E4E4. Windows color (decimal): -1904972 or 11857634. OLE color: 11857634.
HSL color Cylindrical-coordinate representation of color #E2EEB4: hue angle of 72.41º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2EEB4 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 238 | 180 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.07 |
| HSL | 72.41º | 0.63% | 0.82% | - |
| HSV(B) | 72.41º | 0.24% | 0.93% | - |
| XYZ | 70.18 | 80.61 | 55.04 | - |
| YUV | 227.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 238 | 180 | 0.05 | 0 | 0.24 | 0.07 | 72.41 | 0.63 | 0.82 |
| Hex | E2 | EE | B4 | 5 | 0 | 18 | 7 | 48 | 3F | 52 |
| Octal | 342 | 356 | 264 | 5 | 0 | 30 | 7 | 110 | 77 | 122 |
| Binary | 11100010 | 11101110 | 10110100 | 101 | 0 | 11000 | 111 | 1001000 | 111111 | 1010010 |
Color Harmonies of #E2EEB4
Complementary color
Monochromatic Colors of #E2EEB4
Black with #E2EEB4
Text Example
Text Example
White with #E2EEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EEB4; }
p { color: rgb(226,238,180); }
H1.HeaderClassName
{
color: #E2EEB4;
}
.AnyTagClassName
{
color: #E2EEB4;
}
</style>
background-color css
<style>
a { background-color: #E2EEB4; }
a { background-color: rgb(226,238,180); }
div.DivClassName
{
background-color: #E2EEB4;
}
.BgClassName
{
background-color: #E2EEB4;
}
</style>
border-color css
<style>
span { border-color: #E2EEB4; }
span { border-color: rgb(226,238,180); }
td.TdClassName
{
border-color: #E2EEB4;
}
.TagClassName
{
border-color: #E2EEB4;
}
</style>