Shades of Tusk #E7E7BC
Tints of Tusk #E7E7BC
RGB
CMYK
RGB Variations
Color information
#E7E7BC (or 0xE7E7BC) is known color: Tusk. HEX triplet: E7, E7 and BC. RGB value is (231,231,188). Sum of RGB (Red+Green+Blue) = 231+231+188=650 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.54% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 231 - color contains mainly: red, green. Hex color #E7E7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E7BC is #181843. Grayscale: #E2E2E2. Windows color (decimal): -1579076 or 12380135. OLE color: 12380135.
HSL color Cylindrical-coordinate representation of color #E7E7BC: hue angle of 60º 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 #E7E7BC is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 231 | 188 | - |
| CMYK | 0 | 0 | 0.19 | 0.09 |
| HSL | 60º | 0.47% | 0.82% | - |
| HSV(B) | 60º | 0.19% | 0.91% | - |
| XYZ | 70.61 | 77.77 | 58.87 | - |
| YUV | 226.1 | 106.5 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 231 | 188 | 0 | 0 | 0.19 | 0.09 | 60 | 0.47 | 0.82 |
| Hex | E7 | E7 | BC | 0 | 0 | 13 | 9 | 3C | 2F | 52 |
| Octal | 347 | 347 | 274 | 0 | 0 | 23 | 11 | 74 | 57 | 122 |
| Binary | 11100111 | 11100111 | 10111100 | 0 | 0 | 10011 | 1001 | 111100 | 101111 | 1010010 |
Color Harmonies of #E7E7BC
Complementary color
Monochromatic Colors of #E7E7BC
Black with #E7E7BC
Text Example
Text Example
White with #E7E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E7BC; }
p { color: rgb(231,231,188); }
H1.HeaderClassName
{
color: #E7E7BC;
}
.AnyTagClassName
{
color: #E7E7BC;
}
</style>
background-color css
<style>
a { background-color: #E7E7BC; }
a { background-color: rgb(231,231,188); }
div.DivClassName
{
background-color: #E7E7BC;
}
.BgClassName
{
background-color: #E7E7BC;
}
</style>
border-color css
<style>
span { border-color: #E7E7BC; }
span { border-color: rgb(231,231,188); }
td.TdClassName
{
border-color: #E7E7BC;
}
.TagClassName
{
border-color: #E7E7BC;
}
</style>