Shades of Tusk #E8ECB6
Tints of Tusk #E8ECB6
RGB
CMYK
RGB Variations
Color information
#E8ECB6 (or 0xE8ECB6) is known color: Tusk. HEX triplet: E8, EC and B6. RGB value is (232,236,182). Sum of RGB (Red+Green+Blue) = 232+236+182=650 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.69% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 182 (71.48% from 255 or 28% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #E8ECB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8ECB6 is #171349. Grayscale: #E4E4E4. Windows color (decimal): -1512266 or 11988200. OLE color: 11988200.
HSL color Cylindrical-coordinate representation of color #E8ECB6: hue angle of 64.44º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E8ECB6 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 232 | 236 | 182 | - |
| CMYK | 0.02 | 0 | 0.23 | 0.07 |
| HSL | 64.44º | 0.59% | 0.82% | - |
| HSV(B) | 64.44º | 0.23% | 0.93% | - |
| XYZ | 71.72 | 80.52 | 56.02 | - |
| YUV | 228.65 | 101.67 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 236 | 182 | 0.02 | 0 | 0.23 | 0.07 | 64.44 | 0.59 | 0.82 |
| Hex | E8 | EC | B6 | 2 | 0 | 17 | 7 | 40 | 3B | 52 |
| Octal | 350 | 354 | 266 | 2 | 0 | 27 | 7 | 100 | 73 | 122 |
| Binary | 11101000 | 11101100 | 10110110 | 10 | 0 | 10111 | 111 | 1000000 | 111011 | 1010010 |
Color Harmonies of #E8ECB6
Complementary color
Monochromatic Colors of #E8ECB6
Black with #E8ECB6
Text Example
Text Example
White with #E8ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8ECB6; }
p { color: rgb(232,236,182); }
H1.HeaderClassName
{
color: #E8ECB6;
}
.AnyTagClassName
{
color: #E8ECB6;
}
</style>
background-color css
<style>
a { background-color: #E8ECB6; }
a { background-color: rgb(232,236,182); }
div.DivClassName
{
background-color: #E8ECB6;
}
.BgClassName
{
background-color: #E8ECB6;
}
</style>
border-color css
<style>
span { border-color: #E8ECB6; }
span { border-color: rgb(232,236,182); }
td.TdClassName
{
border-color: #E8ECB6;
}
.TagClassName
{
border-color: #E8ECB6;
}
</style>