Shades of Tusk #E1ECB5
Tints of Tusk #E1ECB5
RGB
CMYK
RGB Variations
Color information
#E1ECB5 (or 0xE1ECB5) is known color: Tusk. HEX triplet: E1, EC and B5. RGB value is (225,236,181). Sum of RGB (Red+Green+Blue) = 225+236+181=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #E1ECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1ECB5 is #1E134A. Grayscale: #E2E2E2. Windows color (decimal): -1971019 or 11922657. OLE color: 11922657.
HSL color Cylindrical-coordinate representation of color #E1ECB5: hue angle of 72º 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 #E1ECB5 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 181 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.07 |
| HSL | 72º | 0.59% | 0.82% | - |
| HSV(B) | 72º | 0.23% | 0.93% | - |
| XYZ | 69.39 | 79.33 | 55.37 | - |
| YUV | 226.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 181 | 0.05 | 0 | 0.23 | 0.07 | 72 | 0.59 | 0.82 |
| Hex | E1 | EC | B5 | 5 | 0 | 17 | 7 | 48 | 3B | 52 |
| Octal | 341 | 354 | 265 | 5 | 0 | 27 | 7 | 110 | 73 | 122 |
| Binary | 11100001 | 11101100 | 10110101 | 101 | 0 | 10111 | 111 | 1001000 | 111011 | 1010010 |
Color Harmonies of #E1ECB5
Complementary color
Monochromatic Colors of #E1ECB5
Black with #E1ECB5
Text Example
Text Example
White with #E1ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECB5; }
p { color: rgb(225,236,181); }
H1.HeaderClassName
{
color: #E1ECB5;
}
.AnyTagClassName
{
color: #E1ECB5;
}
</style>
background-color css
<style>
a { background-color: #E1ECB5; }
a { background-color: rgb(225,236,181); }
div.DivClassName
{
background-color: #E1ECB5;
}
.BgClassName
{
background-color: #E1ECB5;
}
</style>
border-color css
<style>
span { border-color: #E1ECB5; }
span { border-color: rgb(225,236,181); }
td.TdClassName
{
border-color: #E1ECB5;
}
.TagClassName
{
border-color: #E1ECB5;
}
</style>