Shades of Tusk #E9E8BD
Tints of Tusk #E9E8BD
RGB
CMYK
RGB Variations
Color information
#E9E8BD (or 0xE9E8BD) is known color: Tusk. HEX triplet: E9, E8 and BD. RGB value is (233,232,189). Sum of RGB (Red+Green+Blue) = 233+232+189=654 (86% of max value = 765). Red value is 233 (91.41% from 255 or 35.63% from 654); Green value is 232 (91.02% from 255 or 35.47% from 654); Blue value is 189 (74.22% from 255 or 28.90% from 654); Max value from RGB is 233 - color contains mainly: red. Hex color #E9E8BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9E8BD is #161742. Grayscale: #E3E3E3. Windows color (decimal): -1447747 or 12445929. OLE color: 12445929.
HSL color Cylindrical-coordinate representation of color #E9E8BD: hue angle of 58.64º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9E8BD is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 232 | 189 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.09 |
| HSL | 58.64º | 0.5% | 0.83% | - |
| HSV(B) | 58.64º | 0.19% | 0.91% | - |
| XYZ | 71.65 | 78.71 | 59.56 | - |
| YUV | 227.4 | 106.33 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 232 | 189 | 0 | 0.00 | 0.19 | 0.09 | 58.64 | 0.5 | 0.83 |
| Hex | E9 | E8 | BD | 0 | 0 | 13 | 9 | 3B | 32 | 53 |
| Octal | 351 | 350 | 275 | 0 | 0 | 23 | 11 | 73 | 62 | 123 |
| Binary | 11101001 | 11101000 | 10111101 | 0 | 0 | 10011 | 1001 | 111011 | 110010 | 1010011 |
Color Harmonies of #E9E8BD
Complementary color
Monochromatic Colors of #E9E8BD
Black with #E9E8BD
Text Example
Text Example
White with #E9E8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E8BD; }
p { color: rgb(233,232,189); }
H1.HeaderClassName
{
color: #E9E8BD;
}
.AnyTagClassName
{
color: #E9E8BD;
}
</style>
background-color css
<style>
a { background-color: #E9E8BD; }
a { background-color: rgb(233,232,189); }
div.DivClassName
{
background-color: #E9E8BD;
}
.BgClassName
{
background-color: #E9E8BD;
}
</style>
border-color css
<style>
span { border-color: #E9E8BD; }
span { border-color: rgb(233,232,189); }
td.TdClassName
{
border-color: #E9E8BD;
}
.TagClassName
{
border-color: #E9E8BD;
}
</style>