Shades of Tusk #E0ECB5
Tints of Tusk #E0ECB5
RGB
CMYK
RGB Variations
Color information
#E0ECB5 (or 0xE0ECB5) is known color: Tusk. HEX triplet: E0, EC and B5. RGB value is (224,236,181). Sum of RGB (Red+Green+Blue) = 224+236+181=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0ECB5 is #1F134A. Grayscale: #E2E2E2. Windows color (decimal): -2036555 or 11922656. OLE color: 11922656.
HSL color Cylindrical-coordinate representation of color #E0ECB5: hue angle of 73.09º 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 #E0ECB5 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 181 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.07 |
| HSL | 73.09º | 0.59% | 0.82% | - |
| HSV(B) | 73.09º | 0.23% | 0.93% | - |
| XYZ | 69.08 | 79.17 | 55.36 | - |
| YUV | 226.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 181 | 0.05 | 0 | 0.23 | 0.07 | 73.09 | 0.59 | 0.82 |
| Hex | E0 | EC | B5 | 5 | 0 | 17 | 7 | 49 | 3B | 52 |
| Octal | 340 | 354 | 265 | 5 | 0 | 27 | 7 | 111 | 73 | 122 |
| Binary | 11100000 | 11101100 | 10110101 | 101 | 0 | 10111 | 111 | 1001001 | 111011 | 1010010 |
Color Harmonies of #E0ECB5
Complementary color
Monochromatic Colors of #E0ECB5
Black with #E0ECB5
Text Example
Text Example
White with #E0ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECB5; }
p { color: rgb(224,236,181); }
H1.HeaderClassName
{
color: #E0ECB5;
}
.AnyTagClassName
{
color: #E0ECB5;
}
</style>
background-color css
<style>
a { background-color: #E0ECB5; }
a { background-color: rgb(224,236,181); }
div.DivClassName
{
background-color: #E0ECB5;
}
.BgClassName
{
background-color: #E0ECB5;
}
</style>
border-color css
<style>
span { border-color: #E0ECB5; }
span { border-color: rgb(224,236,181); }
td.TdClassName
{
border-color: #E0ECB5;
}
.TagClassName
{
border-color: #E0ECB5;
}
</style>