Shades of Tusk #E8E6BD
Tints of Tusk #E8E6BD
RGB
CMYK
RGB Variations
Color information
#E8E6BD (or 0xE8E6BD) is known color: Tusk. HEX triplet: E8, E6 and BD. RGB value is (232,230,189). Sum of RGB (Red+Green+Blue) = 232+230+189=651 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.64% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8E6BD is #171942. Grayscale: #E2E2E2. Windows color (decimal): -1513795 or 12445416. OLE color: 12445416.
HSL color Cylindrical-coordinate representation of color #E8E6BD: hue angle of 57.21º degrees, saturation: 0.48, 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 #E8E6BD is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 230 | 189 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.09 |
| HSL | 57.21º | 0.48% | 0.83% | - |
| HSV(B) | 57.21º | 0.19% | 0.91% | - |
| XYZ | 70.76 | 77.42 | 59.36 | - |
| YUV | 225.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 230 | 189 | 0 | 0.01 | 0.19 | 0.09 | 57.21 | 0.48 | 0.83 |
| Hex | E8 | E6 | BD | 0 | 1 | 13 | 9 | 39 | 30 | 53 |
| Octal | 350 | 346 | 275 | 0 | 1 | 23 | 11 | 71 | 60 | 123 |
| Binary | 11101000 | 11100110 | 10111101 | 0 | 1 | 10011 | 1001 | 111001 | 110000 | 1010011 |
Color Harmonies of #E8E6BD
Complementary color
Monochromatic Colors of #E8E6BD
Black with #E8E6BD
Text Example
Text Example
White with #E8E6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8E6BD; }
p { color: rgb(232,230,189); }
H1.HeaderClassName
{
color: #E8E6BD;
}
.AnyTagClassName
{
color: #E8E6BD;
}
</style>
background-color css
<style>
a { background-color: #E8E6BD; }
a { background-color: rgb(232,230,189); }
div.DivClassName
{
background-color: #E8E6BD;
}
.BgClassName
{
background-color: #E8E6BD;
}
</style>
border-color css
<style>
span { border-color: #E8E6BD; }
span { border-color: rgb(232,230,189); }
td.TdClassName
{
border-color: #E8E6BD;
}
.TagClassName
{
border-color: #E8E6BD;
}
</style>