Shades of Tusk #E7E5BC
Tints of Tusk #E7E5BC
RGB
CMYK
RGB Variations
Color information
#E7E5BC (or 0xE7E5BC) is known color: Tusk. HEX triplet: E7, E5 and BC. RGB value is (231,229,188). Sum of RGB (Red+Green+Blue) = 231+229+188=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 229 (89.84% from 255 or 35.34% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5BC is #181A43. Grayscale: #E1E1E1. Windows color (decimal): -1579588 or 12379623. OLE color: 12379623.
HSL color Cylindrical-coordinate representation of color #E7E5BC: hue angle of 57.21º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7E5BC is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 188 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.09 |
| HSL | 57.21º | 0.47% | 0.82% | - |
| HSV(B) | 57.21º | 0.19% | 0.91% | - |
| XYZ | 70.05 | 76.66 | 58.68 | - |
| YUV | 224.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 188 | 0 | 0.01 | 0.19 | 0.09 | 57.21 | 0.47 | 0.82 |
| Hex | E7 | E5 | BC | 0 | 1 | 13 | 9 | 39 | 2F | 52 |
| Octal | 347 | 345 | 274 | 0 | 1 | 23 | 11 | 71 | 57 | 122 |
| Binary | 11100111 | 11100101 | 10111100 | 0 | 1 | 10011 | 1001 | 111001 | 101111 | 1010010 |
Color Harmonies of #E7E5BC
Complementary color
Monochromatic Colors of #E7E5BC
Black with #E7E5BC
Text Example
Text Example
White with #E7E5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E5BC; }
p { color: rgb(231,229,188); }
H1.HeaderClassName
{
color: #E7E5BC;
}
.AnyTagClassName
{
color: #E7E5BC;
}
</style>
background-color css
<style>
a { background-color: #E7E5BC; }
a { background-color: rgb(231,229,188); }
div.DivClassName
{
background-color: #E7E5BC;
}
.BgClassName
{
background-color: #E7E5BC;
}
</style>
border-color css
<style>
span { border-color: #E7E5BC; }
span { border-color: rgb(231,229,188); }
td.TdClassName
{
border-color: #E7E5BC;
}
.TagClassName
{
border-color: #E7E5BC;
}
</style>