Shades of Tusk #E6E8BC
Tints of Tusk #E6E8BC
RGB
CMYK
RGB Variations
Color information
#E6E8BC (or 0xE6E8BC) is known color: Tusk. HEX triplet: E6, E8 and BC. RGB value is (230,232,188). Sum of RGB (Red+Green+Blue) = 230+232+188=650 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.38% from 650); Green value is 232 (91.02% from 255 or 35.69% from 650); Blue value is 188 (73.83% from 255 or 28.92% from 650); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E8BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E8BC is #191743. Grayscale: #E2E2E2. Windows color (decimal): -1644356 or 12380390. OLE color: 12380390.
HSL color Cylindrical-coordinate representation of color #E6E8BC: hue angle of 62.73º 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 #E6E8BC is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 230 | 232 | 188 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.09 |
| HSL | 62.73º | 0.49% | 0.82% | - |
| HSV(B) | 62.73º | 0.19% | 0.91% | - |
| XYZ | 70.57 | 78.17 | 58.95 | - |
| YUV | 226.39 | 106.34 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 232 | 188 | 0.01 | 0 | 0.19 | 0.09 | 62.73 | 0.49 | 0.82 |
| Hex | E6 | E8 | BC | 1 | 0 | 13 | 9 | 3F | 31 | 52 |
| Octal | 346 | 350 | 274 | 1 | 0 | 23 | 11 | 77 | 61 | 122 |
| Binary | 11100110 | 11101000 | 10111100 | 1 | 0 | 10011 | 1001 | 111111 | 110001 | 1010010 |
Color Harmonies of #E6E8BC
Complementary color
Monochromatic Colors of #E6E8BC
Black with #E6E8BC
Text Example
Text Example
White with #E6E8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6E8BC; }
p { color: rgb(230,232,188); }
H1.HeaderClassName
{
color: #E6E8BC;
}
.AnyTagClassName
{
color: #E6E8BC;
}
</style>
background-color css
<style>
a { background-color: #E6E8BC; }
a { background-color: rgb(230,232,188); }
div.DivClassName
{
background-color: #E6E8BC;
}
.BgClassName
{
background-color: #E6E8BC;
}
</style>
border-color css
<style>
span { border-color: #E6E8BC; }
span { border-color: rgb(230,232,188); }
td.TdClassName
{
border-color: #E6E8BC;
}
.TagClassName
{
border-color: #E6E8BC;
}
</style>