Shades of Tusk #E6E8B5
Tints of Tusk #E6E8B5
RGB
CMYK
RGB Variations
Color information
#E6E8B5 (or 0xE6E8B5) is known color: Tusk. HEX triplet: E6, E8 and B5. RGB value is (230,232,181). Sum of RGB (Red+Green+Blue) = 230+232+181=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 232 (91.02% from 255 or 36.08% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E8B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E8B5 is #19174A. Grayscale: #E1E1E1. Windows color (decimal): -1644363 or 11921638. OLE color: 11921638.
HSL color Cylindrical-coordinate representation of color #E6E8B5: hue angle of 62.35º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E6E8B5 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 232 | 181 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.09 |
| HSL | 62.35º | 0.53% | 0.81% | - |
| HSV(B) | 62.35º | 0.22% | 0.91% | - |
| XYZ | 69.83 | 77.87 | 55.07 | - |
| YUV | 225.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 181 | 0.01 | 0 | 0.22 | 0.09 | 62.35 | 0.53 | 0.81 |
| Hex | E6 | E8 | B5 | 1 | 0 | 16 | 9 | 3E | 35 | 51 |
| Octal | 346 | 350 | 265 | 1 | 0 | 26 | 11 | 76 | 65 | 121 |
| Binary | 11100110 | 11101000 | 10110101 | 1 | 0 | 10110 | 1001 | 111110 | 110101 | 1010001 |
Color Harmonies of #E6E8B5
Complementary color
Monochromatic Colors of #E6E8B5
Black with #E6E8B5
Text Example
Text Example
White with #E6E8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E8B5; }
p { color: rgb(230,232,181); }
H1.HeaderClassName
{
color: #E6E8B5;
}
.AnyTagClassName
{
color: #E6E8B5;
}
</style>
background-color css
<style>
a { background-color: #E6E8B5; }
a { background-color: rgb(230,232,181); }
div.DivClassName
{
background-color: #E6E8B5;
}
.BgClassName
{
background-color: #E6E8B5;
}
</style>
border-color css
<style>
span { border-color: #E6E8B5; }
span { border-color: rgb(230,232,181); }
td.TdClassName
{
border-color: #E6E8B5;
}
.TagClassName
{
border-color: #E6E8B5;
}
</style>