Shades of Tusk #E7EEB4
Tints of Tusk #E7EEB4
RGB
CMYK
RGB Variations
Color information
#E7EEB4 (or 0xE7EEB4) is known color: Tusk. HEX triplet: E7, EE and B4. RGB value is (231,238,180). Sum of RGB (Red+Green+Blue) = 231+238+180=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 180 (70.70% from 255 or 27.73% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #E7EEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EEB4 is #18114B. Grayscale: #E5E5E5. Windows color (decimal): -1577292 or 11857639. OLE color: 11857639.
HSL color Cylindrical-coordinate representation of color #E7EEB4: hue angle of 67.24º 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 #E7EEB4 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 231 | 238 | 180 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.07 |
| HSL | 67.24º | 0.63% | 0.82% | - |
| HSV(B) | 67.24º | 0.24% | 0.93% | - |
| XYZ | 71.77 | 81.43 | 55.12 | - |
| YUV | 229.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 238 | 180 | 0.03 | 0 | 0.24 | 0.07 | 67.24 | 0.63 | 0.82 |
| Hex | E7 | EE | B4 | 3 | 0 | 18 | 7 | 43 | 3F | 52 |
| Octal | 347 | 356 | 264 | 3 | 0 | 30 | 7 | 103 | 77 | 122 |
| Binary | 11100111 | 11101110 | 10110100 | 11 | 0 | 11000 | 111 | 1000011 | 111111 | 1010010 |
Color Harmonies of #E7EEB4
Complementary color
Monochromatic Colors of #E7EEB4
Black with #E7EEB4
Text Example
Text Example
White with #E7EEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7EEB4; }
p { color: rgb(231,238,180); }
H1.HeaderClassName
{
color: #E7EEB4;
}
.AnyTagClassName
{
color: #E7EEB4;
}
</style>
background-color css
<style>
a { background-color: #E7EEB4; }
a { background-color: rgb(231,238,180); }
div.DivClassName
{
background-color: #E7EEB4;
}
.BgClassName
{
background-color: #E7EEB4;
}
</style>
border-color css
<style>
span { border-color: #E7EEB4; }
span { border-color: rgb(231,238,180); }
td.TdClassName
{
border-color: #E7EEB4;
}
.TagClassName
{
border-color: #E7EEB4;
}
</style>