Shades of Tusk #E7E8B9
Tints of Tusk #E7E8B9
RGB
CMYK
RGB Variations
Color information
#E7E8B9 (or 0xE7E8B9) is known color: Tusk. HEX triplet: E7, E8 and B9. RGB value is (231,232,185). Sum of RGB (Red+Green+Blue) = 231+232+185=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 232 (91.02% from 255 or 35.80% from 648); Blue value is 185 (72.66% from 255 or 28.55% from 648); Max value from RGB is 232 - color contains mainly: green. Hex color #E7E8B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E8B9 is #181746. Grayscale: #E2E2E2. Windows color (decimal): -1578823 or 12183783. OLE color: 12183783.
HSL color Cylindrical-coordinate representation of color #E7E8B9: hue angle of 61.28º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E7E8B9 is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 232 | 185 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.09 |
| HSL | 61.28º | 0.51% | 0.82% | - |
| HSV(B) | 61.28º | 0.2% | 0.91% | - |
| XYZ | 70.57 | 78.2 | 57.27 | - |
| YUV | 226.34 | 104.67 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 232 | 185 | 0.00 | 0 | 0.20 | 0.09 | 61.28 | 0.51 | 0.82 |
| Hex | E7 | E8 | B9 | 0 | 0 | 14 | 9 | 3D | 33 | 52 |
| Octal | 347 | 350 | 271 | 0 | 0 | 24 | 11 | 75 | 63 | 122 |
| Binary | 11100111 | 11101000 | 10111001 | 0 | 0 | 10100 | 1001 | 111101 | 110011 | 1010010 |
Color Harmonies of #E7E8B9
Complementary color
Monochromatic Colors of #E7E8B9
Black with #E7E8B9
Text Example
Text Example
White with #E7E8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E8B9; }
p { color: rgb(231,232,185); }
H1.HeaderClassName
{
color: #E7E8B9;
}
.AnyTagClassName
{
color: #E7E8B9;
}
</style>
background-color css
<style>
a { background-color: #E7E8B9; }
a { background-color: rgb(231,232,185); }
div.DivClassName
{
background-color: #E7E8B9;
}
.BgClassName
{
background-color: #E7E8B9;
}
</style>
border-color css
<style>
span { border-color: #E7E8B9; }
span { border-color: rgb(231,232,185); }
td.TdClassName
{
border-color: #E7E8B9;
}
.TagClassName
{
border-color: #E7E8B9;
}
</style>