Shades of Tusk #E7E6BB
Tints of Tusk #E7E6BB
RGB
CMYK
RGB Variations
Color information
#E7E6BB (or 0xE7E6BB) is known color: Tusk. HEX triplet: E7, E6 and BB. RGB value is (231,230,187). Sum of RGB (Red+Green+Blue) = 231+230+187=648 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.65% from 648); Green value is 230 (90.23% from 255 or 35.49% from 648); Blue value is 187 (73.44% from 255 or 28.86% from 648); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7E6BB is #181944. Grayscale: #E1E1E1. Windows color (decimal): -1579333 or 12314343. OLE color: 12314343.
HSL color Cylindrical-coordinate representation of color #E7E6BB: hue angle of 58.64º 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 #E7E6BB is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 230 | 187 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.09 |
| HSL | 58.64º | 0.48% | 0.82% | - |
| HSV(B) | 58.64º | 0.19% | 0.91% | - |
| XYZ | 70.22 | 77.17 | 58.21 | - |
| YUV | 225.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 230 | 187 | 0 | 0.00 | 0.19 | 0.09 | 58.64 | 0.48 | 0.82 |
| Hex | E7 | E6 | BB | 0 | 0 | 13 | 9 | 3B | 30 | 52 |
| Octal | 347 | 346 | 273 | 0 | 0 | 23 | 11 | 73 | 60 | 122 |
| Binary | 11100111 | 11100110 | 10111011 | 0 | 0 | 10011 | 1001 | 111011 | 110000 | 1010010 |
Color Harmonies of #E7E6BB
Complementary color
Monochromatic Colors of #E7E6BB
Black with #E7E6BB
Text Example
Text Example
White with #E7E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7E6BB; }
p { color: rgb(231,230,187); }
H1.HeaderClassName
{
color: #E7E6BB;
}
.AnyTagClassName
{
color: #E7E6BB;
}
</style>
background-color css
<style>
a { background-color: #E7E6BB; }
a { background-color: rgb(231,230,187); }
div.DivClassName
{
background-color: #E7E6BB;
}
.BgClassName
{
background-color: #E7E6BB;
}
</style>
border-color css
<style>
span { border-color: #E7E6BB; }
span { border-color: rgb(231,230,187); }
td.TdClassName
{
border-color: #E7E6BB;
}
.TagClassName
{
border-color: #E7E6BB;
}
</style>