Shades of Tusk #E1ECB7
Tints of Tusk #E1ECB7
RGB
CMYK
RGB Variations
Color information
#E1ECB7 (or 0xE1ECB7) is known color: Tusk. HEX triplet: E1, EC and B7. RGB value is (225,236,183). Sum of RGB (Red+Green+Blue) = 225+236+183=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 183 (71.88% from 255 or 28.42% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #E1ECB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1ECB7 is #1E1348. Grayscale: #E2E2E2. Windows color (decimal): -1971017 or 12053729. OLE color: 12053729.
HSL color Cylindrical-coordinate representation of color #E1ECB7: hue angle of 72.45º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1ECB7 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 183 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.07 |
| HSL | 72.45º | 0.58% | 0.82% | - |
| HSV(B) | 72.45º | 0.22% | 0.93% | - |
| XYZ | 69.59 | 79.42 | 56.46 | - |
| YUV | 226.67 | 103.36 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 183 | 0.05 | 0 | 0.22 | 0.07 | 72.45 | 0.58 | 0.82 |
| Hex | E1 | EC | B7 | 5 | 0 | 16 | 7 | 48 | 3A | 52 |
| Octal | 341 | 354 | 267 | 5 | 0 | 26 | 7 | 110 | 72 | 122 |
| Binary | 11100001 | 11101100 | 10110111 | 101 | 0 | 10110 | 111 | 1001000 | 111010 | 1010010 |
Color Harmonies of #E1ECB7
Complementary color
Monochromatic Colors of #E1ECB7
Black with #E1ECB7
Text Example
Text Example
White with #E1ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECB7; }
p { color: rgb(225,236,183); }
H1.HeaderClassName
{
color: #E1ECB7;
}
.AnyTagClassName
{
color: #E1ECB7;
}
</style>
background-color css
<style>
a { background-color: #E1ECB7; }
a { background-color: rgb(225,236,183); }
div.DivClassName
{
background-color: #E1ECB7;
}
.BgClassName
{
background-color: #E1ECB7;
}
</style>
border-color css
<style>
span { border-color: #E1ECB7; }
span { border-color: rgb(225,236,183); }
td.TdClassName
{
border-color: #E1ECB7;
}
.TagClassName
{
border-color: #E1ECB7;
}
</style>