Shades of Tusk #E1EBB8
Tints of Tusk #E1EBB8
RGB
CMYK
RGB Variations
Color information
#E1EBB8 (or 0xE1EBB8) is known color: Tusk. HEX triplet: E1, EB and B8. RGB value is (225,235,184). Sum of RGB (Red+Green+Blue) = 225+235+184=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 184 (72.27% from 255 or 28.57% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EBB8 is #1E1447. Grayscale: #E2E2E2. Windows color (decimal): -1971272 or 12119009. OLE color: 12119009.
HSL color Cylindrical-coordinate representation of color #E1EBB8: hue angle of 71.76º degrees, saturation: 0.56, 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 #E1EBB8 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 184 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.08 |
| HSL | 71.76º | 0.56% | 0.82% | - |
| HSV(B) | 71.76º | 0.22% | 0.92% | - |
| XYZ | 69.41 | 78.88 | 56.92 | - |
| YUV | 226.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 184 | 0.04 | 0 | 0.22 | 0.08 | 71.76 | 0.56 | 0.82 |
| Hex | E1 | EB | B8 | 4 | 0 | 16 | 8 | 48 | 38 | 52 |
| Octal | 341 | 353 | 270 | 4 | 0 | 26 | 10 | 110 | 70 | 122 |
| Binary | 11100001 | 11101011 | 10111000 | 100 | 0 | 10110 | 1000 | 1001000 | 111000 | 1010010 |
Color Harmonies of #E1EBB8
Complementary color
Monochromatic Colors of #E1EBB8
Black with #E1EBB8
Text Example
Text Example
White with #E1EBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EBB8; }
p { color: rgb(225,235,184); }
H1.HeaderClassName
{
color: #E1EBB8;
}
.AnyTagClassName
{
color: #E1EBB8;
}
</style>
background-color css
<style>
a { background-color: #E1EBB8; }
a { background-color: rgb(225,235,184); }
div.DivClassName
{
background-color: #E1EBB8;
}
.BgClassName
{
background-color: #E1EBB8;
}
</style>
border-color css
<style>
span { border-color: #E1EBB8; }
span { border-color: rgb(225,235,184); }
td.TdClassName
{
border-color: #E1EBB8;
}
.TagClassName
{
border-color: #E1EBB8;
}
</style>