Shades of Tusk #E0ECB6
Tints of Tusk #E0ECB6
RGB
CMYK
RGB Variations
Color information
#E0ECB6 (or 0xE0ECB6) is known color: Tusk. HEX triplet: E0, EC and B6. RGB value is (224,236,182). Sum of RGB (Red+Green+Blue) = 224+236+182=642 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.89% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 182 (71.48% from 255 or 28.35% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0ECB6 is #1F1349. Grayscale: #E2E2E2. Windows color (decimal): -2036554 or 11988192. OLE color: 11988192.
HSL color Cylindrical-coordinate representation of color #E0ECB6: hue angle of 73.33º 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 #E0ECB6 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 182 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.07 |
| HSL | 73.33º | 0.59% | 0.82% | - |
| HSV(B) | 73.33º | 0.23% | 0.93% | - |
| XYZ | 69.18 | 79.22 | 55.9 | - |
| YUV | 226.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 182 | 0.05 | 0 | 0.23 | 0.07 | 73.33 | 0.59 | 0.82 |
| Hex | E0 | EC | B6 | 5 | 0 | 17 | 7 | 49 | 3B | 52 |
| Octal | 340 | 354 | 266 | 5 | 0 | 27 | 7 | 111 | 73 | 122 |
| Binary | 11100000 | 11101100 | 10110110 | 101 | 0 | 10111 | 111 | 1001001 | 111011 | 1010010 |
Color Harmonies of #E0ECB6
Complementary color
Monochromatic Colors of #E0ECB6
Black with #E0ECB6
Text Example
Text Example
White with #E0ECB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECB6; }
p { color: rgb(224,236,182); }
H1.HeaderClassName
{
color: #E0ECB6;
}
.AnyTagClassName
{
color: #E0ECB6;
}
</style>
background-color css
<style>
a { background-color: #E0ECB6; }
a { background-color: rgb(224,236,182); }
div.DivClassName
{
background-color: #E0ECB6;
}
.BgClassName
{
background-color: #E0ECB6;
}
</style>
border-color css
<style>
span { border-color: #E0ECB6; }
span { border-color: rgb(224,236,182); }
td.TdClassName
{
border-color: #E0ECB6;
}
.TagClassName
{
border-color: #E0ECB6;
}
</style>