Shades of Tusk #E7E5BA
Tints of Tusk #E7E5BA
RGB
CMYK
RGB Variations
Color information
#E7E5BA (or 0xE7E5BA) is known color: Tusk. HEX triplet: E7, E5 and BA. RGB value is (231,229,186). Sum of RGB (Red+Green+Blue) = 231+229+186=646 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.76% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 186 (73.05% from 255 or 28.79% from 646); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7E5BA is #181A45. Grayscale: #E0E0E0. Windows color (decimal): -1579590 or 12248551. OLE color: 12248551.
HSL color Cylindrical-coordinate representation of color #E7E5BA: hue angle of 57.33º degrees, saturation: 0.48, 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 #E7E5BA is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 229 | 186 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.09 |
| HSL | 57.33º | 0.48% | 0.82% | - |
| HSV(B) | 57.33º | 0.19% | 0.91% | - |
| XYZ | 69.84 | 76.57 | 57.55 | - |
| YUV | 224.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 229 | 186 | 0 | 0.01 | 0.19 | 0.09 | 57.33 | 0.48 | 0.82 |
| Hex | E7 | E5 | BA | 0 | 1 | 13 | 9 | 39 | 30 | 52 |
| Octal | 347 | 345 | 272 | 0 | 1 | 23 | 11 | 71 | 60 | 122 |
| Binary | 11100111 | 11100101 | 10111010 | 0 | 1 | 10011 | 1001 | 111001 | 110000 | 1010010 |
Color Harmonies of #E7E5BA
Complementary color
Monochromatic Colors of #E7E5BA
Black with #E7E5BA
Text Example
Text Example
White with #E7E5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E5BA; }
p { color: rgb(231,229,186); }
H1.HeaderClassName
{
color: #E7E5BA;
}
.AnyTagClassName
{
color: #E7E5BA;
}
</style>
background-color css
<style>
a { background-color: #E7E5BA; }
a { background-color: rgb(231,229,186); }
div.DivClassName
{
background-color: #E7E5BA;
}
.BgClassName
{
background-color: #E7E5BA;
}
</style>
border-color css
<style>
span { border-color: #E7E5BA; }
span { border-color: rgb(231,229,186); }
td.TdClassName
{
border-color: #E7E5BA;
}
.TagClassName
{
border-color: #E7E5BA;
}
</style>