Shades of Tusk #E1EBB7
Tints of Tusk #E1EBB7
RGB
CMYK
RGB Variations
Color information
#E1EBB7 (or 0xE1EBB7) is known color: Tusk. HEX triplet: E1, EB and B7. RGB value is (225,235,183). Sum of RGB (Red+Green+Blue) = 225+235+183=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBB7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EBB7 is #1E1448. Grayscale: #E2E2E2. Windows color (decimal): -1971273 or 12053473. OLE color: 12053473.
HSL color Cylindrical-coordinate representation of color #E1EBB7: hue angle of 71.54º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1EBB7 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 183 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.08 |
| HSL | 71.54º | 0.57% | 0.82% | - |
| HSV(B) | 71.54º | 0.22% | 0.92% | - |
| XYZ | 69.31 | 78.84 | 56.37 | - |
| YUV | 226.08 | 103.69 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 183 | 0.04 | 0 | 0.22 | 0.08 | 71.54 | 0.57 | 0.82 |
| Hex | E1 | EB | B7 | 4 | 0 | 16 | 8 | 48 | 39 | 52 |
| Octal | 341 | 353 | 267 | 4 | 0 | 26 | 10 | 110 | 71 | 122 |
| Binary | 11100001 | 11101011 | 10110111 | 100 | 0 | 10110 | 1000 | 1001000 | 111001 | 1010010 |
Color Harmonies of #E1EBB7
Complementary color
Monochromatic Colors of #E1EBB7
Black with #E1EBB7
Text Example
Text Example
White with #E1EBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EBB7; }
p { color: rgb(225,235,183); }
H1.HeaderClassName
{
color: #E1EBB7;
}
.AnyTagClassName
{
color: #E1EBB7;
}
</style>
background-color css
<style>
a { background-color: #E1EBB7; }
a { background-color: rgb(225,235,183); }
div.DivClassName
{
background-color: #E1EBB7;
}
.BgClassName
{
background-color: #E1EBB7;
}
</style>
border-color css
<style>
span { border-color: #E1EBB7; }
span { border-color: rgb(225,235,183); }
td.TdClassName
{
border-color: #E1EBB7;
}
.TagClassName
{
border-color: #E1EBB7;
}
</style>