Shades of Tusk #E7E8B6
Tints of Tusk #E7E8B6
RGB
CMYK
RGB Variations
Color information
#E7E8B6 (or 0xE7E8B6) is known color: Tusk. HEX triplet: E7, E8 and B6. RGB value is (231,232,182). Sum of RGB (Red+Green+Blue) = 231+232+182=645 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.81% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 182 (71.48% from 255 or 28.22% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #E7E8B6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E8B6 is #181749. Grayscale: #E2E2E2. Windows color (decimal): -1578826 or 11987175. OLE color: 11987175.
HSL color Cylindrical-coordinate representation of color #E7E8B6: hue angle of 61.2º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E7E8B6 is Cyan = 0.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 232 | 182 | - |
| CMYK | 0.00 | 0 | 0.22 | 0.09 |
| HSL | 61.2º | 0.52% | 0.81% | - |
| HSV(B) | 61.2º | 0.22% | 0.91% | - |
| XYZ | 70.26 | 78.08 | 55.62 | - |
| YUV | 226 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 232 | 182 | 0.00 | 0 | 0.22 | 0.09 | 61.2 | 0.52 | 0.81 |
| Hex | E7 | E8 | B6 | 0 | 0 | 16 | 9 | 3D | 34 | 51 |
| Octal | 347 | 350 | 266 | 0 | 0 | 26 | 11 | 75 | 64 | 121 |
| Binary | 11100111 | 11101000 | 10110110 | 0 | 0 | 10110 | 1001 | 111101 | 110100 | 1010001 |
Color Harmonies of #E7E8B6
Complementary color
Monochromatic Colors of #E7E8B6
Black with #E7E8B6
Text Example
Text Example
White with #E7E8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E8B6; }
p { color: rgb(231,232,182); }
H1.HeaderClassName
{
color: #E7E8B6;
}
.AnyTagClassName
{
color: #E7E8B6;
}
</style>
background-color css
<style>
a { background-color: #E7E8B6; }
a { background-color: rgb(231,232,182); }
div.DivClassName
{
background-color: #E7E8B6;
}
.BgClassName
{
background-color: #E7E8B6;
}
</style>
border-color css
<style>
span { border-color: #E7E8B6; }
span { border-color: rgb(231,232,182); }
td.TdClassName
{
border-color: #E7E8B6;
}
.TagClassName
{
border-color: #E7E8B6;
}
</style>