Shades of Tusk #E8E7BB
Tints of Tusk #E8E7BB
RGB
CMYK
RGB Variations
Color information
#E8E7BB (or 0xE8E7BB) is known color: Tusk. HEX triplet: E8, E7 and BB. RGB value is (232,231,187). Sum of RGB (Red+Green+Blue) = 232+231+187=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 231 (90.62% from 255 or 35.54% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E7BB is #171844. Grayscale: #E2E2E2. Windows color (decimal): -1513541 or 12314600. OLE color: 12314600.
HSL color Cylindrical-coordinate representation of color #E8E7BB: hue angle of 58.67º degrees, saturation: 0.49, 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 #E8E7BB is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 231 | 187 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.09 |
| HSL | 58.67º | 0.49% | 0.82% | - |
| HSV(B) | 58.67º | 0.19% | 0.91% | - |
| XYZ | 70.82 | 77.9 | 58.32 | - |
| YUV | 226.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 231 | 187 | 0 | 0.00 | 0.19 | 0.09 | 58.67 | 0.49 | 0.82 |
| Hex | E8 | E7 | BB | 0 | 0 | 13 | 9 | 3B | 31 | 52 |
| Octal | 350 | 347 | 273 | 0 | 0 | 23 | 11 | 73 | 61 | 122 |
| Binary | 11101000 | 11100111 | 10111011 | 0 | 0 | 10011 | 1001 | 111011 | 110001 | 1010010 |
Color Harmonies of #E8E7BB
Complementary color
Monochromatic Colors of #E8E7BB
Black with #E8E7BB
Text Example
Text Example
White with #E8E7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E7BB; }
p { color: rgb(232,231,187); }
H1.HeaderClassName
{
color: #E8E7BB;
}
.AnyTagClassName
{
color: #E8E7BB;
}
</style>
background-color css
<style>
a { background-color: #E8E7BB; }
a { background-color: rgb(232,231,187); }
div.DivClassName
{
background-color: #E8E7BB;
}
.BgClassName
{
background-color: #E8E7BB;
}
</style>
border-color css
<style>
span { border-color: #E8E7BB; }
span { border-color: rgb(232,231,187); }
td.TdClassName
{
border-color: #E8E7BB;
}
.TagClassName
{
border-color: #E8E7BB;
}
</style>