Shades of Tusk #E7E5B3
Tints of Tusk #E7E5B3
RGB
CMYK
RGB Variations
Color information
#E7E5B3 (or 0xE7E5B3) is known color: Tusk. HEX triplet: E7, E5 and B3. RGB value is (231,229,179). Sum of RGB (Red+Green+Blue) = 231+229+179=639 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.15% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 179 (70.31% from 255 or 28.01% from 639); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5B3 is #181A4C. Grayscale: #E0E0E0. Windows color (decimal): -1579597 or 11789799. OLE color: 11789799.
HSL color Cylindrical-coordinate representation of color #E7E5B3: hue angle of 57.69º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E7E5B3 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 179 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.09 |
| HSL | 57.69º | 0.52% | 0.8% | - |
| HSV(B) | 57.69º | 0.23% | 0.91% | - |
| XYZ | 69.11 | 76.28 | 53.73 | - |
| YUV | 223.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 179 | 0 | 0.01 | 0.23 | 0.09 | 57.69 | 0.52 | 0.8 |
| Hex | E7 | E5 | B3 | 0 | 1 | 17 | 9 | 3A | 34 | 50 |
| Octal | 347 | 345 | 263 | 0 | 1 | 27 | 11 | 72 | 64 | 120 |
| Binary | 11100111 | 11100101 | 10110011 | 0 | 1 | 10111 | 1001 | 111010 | 110100 | 1010000 |
Color Harmonies of #E7E5B3
Complementary color
Monochromatic Colors of #E7E5B3
Black with #E7E5B3
Text Example
Text Example
White with #E7E5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E5B3; }
p { color: rgb(231,229,179); }
H1.HeaderClassName
{
color: #E7E5B3;
}
.AnyTagClassName
{
color: #E7E5B3;
}
</style>
background-color css
<style>
a { background-color: #E7E5B3; }
a { background-color: rgb(231,229,179); }
div.DivClassName
{
background-color: #E7E5B3;
}
.BgClassName
{
background-color: #E7E5B3;
}
</style>
border-color css
<style>
span { border-color: #E7E5B3; }
span { border-color: rgb(231,229,179); }
td.TdClassName
{
border-color: #E7E5B3;
}
.TagClassName
{
border-color: #E7E5B3;
}
</style>