Shades of Tusk #E7E8B7
Tints of Tusk #E7E8B7
RGB
CMYK
RGB Variations
Color information
#E7E8B7 (or 0xE7E8B7) is known color: Tusk. HEX triplet: E7, E8 and B7. RGB value is (231,232,183). Sum of RGB (Red+Green+Blue) = 231+232+183=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 232 (91.02% from 255 or 35.91% from 646); Blue value is 183 (71.88% from 255 or 28.33% from 646); Max value from RGB is 232 - color contains mainly: green. Hex color #E7E8B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E8B7 is #181748. Grayscale: #E2E2E2. Windows color (decimal): -1578825 or 12052711. OLE color: 12052711.
HSL color Cylindrical-coordinate representation of color #E7E8B7: hue angle of 61.22º degrees, saturation: 0.52, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E7E8B7 is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 232 | 183 | - |
| CMYK | 0.00 | 0 | 0.21 | 0.09 |
| HSL | 61.22º | 0.52% | 0.81% | - |
| HSV(B) | 61.22º | 0.21% | 0.91% | - |
| XYZ | 70.36 | 78.12 | 56.17 | - |
| YUV | 226.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 232 | 183 | 0.00 | 0 | 0.21 | 0.09 | 61.22 | 0.52 | 0.81 |
| Hex | E7 | E8 | B7 | 0 | 0 | 15 | 9 | 3D | 34 | 51 |
| Octal | 347 | 350 | 267 | 0 | 0 | 25 | 11 | 75 | 64 | 121 |
| Binary | 11100111 | 11101000 | 10110111 | 0 | 0 | 10101 | 1001 | 111101 | 110100 | 1010001 |
Color Harmonies of #E7E8B7
Complementary color
Monochromatic Colors of #E7E8B7
Black with #E7E8B7
Text Example
Text Example
White with #E7E8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E8B7; }
p { color: rgb(231,232,183); }
H1.HeaderClassName
{
color: #E7E8B7;
}
.AnyTagClassName
{
color: #E7E8B7;
}
</style>
background-color css
<style>
a { background-color: #E7E8B7; }
a { background-color: rgb(231,232,183); }
div.DivClassName
{
background-color: #E7E8B7;
}
.BgClassName
{
background-color: #E7E8B7;
}
</style>
border-color css
<style>
span { border-color: #E7E8B7; }
span { border-color: rgb(231,232,183); }
td.TdClassName
{
border-color: #E7E8B7;
}
.TagClassName
{
border-color: #E7E8B7;
}
</style>