Shades of Tusk #E6E8B1
Tints of Tusk #E6E8B1
RGB
CMYK
RGB Variations
Color information
#E6E8B1 (or 0xE6E8B1) is known color: Tusk. HEX triplet: E6, E8 and B1. RGB value is (230,232,177). Sum of RGB (Red+Green+Blue) = 230+232+177=639 (84% of max value = 765). Red value is 230 (90.23% from 255 or 35.99% from 639); Green value is 232 (91.02% from 255 or 36.31% from 639); Blue value is 177 (69.53% from 255 or 27.70% from 639); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E8B1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6E8B1 is #19174E. Grayscale: #E1E1E1. Windows color (decimal): -1644367 or 11659494. OLE color: 11659494.
HSL color Cylindrical-coordinate representation of color #E6E8B1: hue angle of 62.18º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6E8B1 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 232 | 177 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.09 |
| HSL | 62.18º | 0.54% | 0.8% | - |
| HSV(B) | 62.18º | 0.24% | 0.91% | - |
| XYZ | 69.43 | 77.71 | 52.94 | - |
| YUV | 225.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 177 | 0.01 | 0 | 0.24 | 0.09 | 62.18 | 0.54 | 0.8 |
| Hex | E6 | E8 | B1 | 1 | 0 | 18 | 9 | 3E | 36 | 50 |
| Octal | 346 | 350 | 261 | 1 | 0 | 30 | 11 | 76 | 66 | 120 |
| Binary | 11100110 | 11101000 | 10110001 | 1 | 0 | 11000 | 1001 | 111110 | 110110 | 1010000 |
Color Harmonies of #E6E8B1
Complementary color
Monochromatic Colors of #E6E8B1
Black with #E6E8B1
Text Example
Text Example
White with #E6E8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E8B1; }
p { color: rgb(230,232,177); }
H1.HeaderClassName
{
color: #E6E8B1;
}
.AnyTagClassName
{
color: #E6E8B1;
}
</style>
background-color css
<style>
a { background-color: #E6E8B1; }
a { background-color: rgb(230,232,177); }
div.DivClassName
{
background-color: #E6E8B1;
}
.BgClassName
{
background-color: #E6E8B1;
}
</style>
border-color css
<style>
span { border-color: #E6E8B1; }
span { border-color: rgb(230,232,177); }
td.TdClassName
{
border-color: #E6E8B1;
}
.TagClassName
{
border-color: #E6E8B1;
}
</style>