Shades of Tusk #E1EEB5
Tints of Tusk #E1EEB5
RGB
CMYK
RGB Variations
Color information
#E1EEB5 (or 0xE1EEB5) is known color: Tusk. HEX triplet: E1, EE and B5. RGB value is (225,238,181). Sum of RGB (Red+Green+Blue) = 225+238+181=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 181 (71.09% from 255 or 28.11% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EEB5 is #1E114A. Grayscale: #E3E3E3. Windows color (decimal): -1970507 or 11923169. OLE color: 11923169.
HSL color Cylindrical-coordinate representation of color #E1EEB5: hue angle of 73.68º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E1EEB5 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 238 | 181 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.07 |
| HSL | 73.68º | 0.63% | 0.82% | - |
| HSV(B) | 73.68º | 0.24% | 0.93% | - |
| XYZ | 69.97 | 80.49 | 55.57 | - |
| YUV | 227.62 | 101.69 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 181 | 0.05 | 0 | 0.24 | 0.07 | 73.68 | 0.63 | 0.82 |
| Hex | E1 | EE | B5 | 5 | 0 | 18 | 7 | 4A | 3F | 52 |
| Octal | 341 | 356 | 265 | 5 | 0 | 30 | 7 | 112 | 77 | 122 |
| Binary | 11100001 | 11101110 | 10110101 | 101 | 0 | 11000 | 111 | 1001010 | 111111 | 1010010 |
Color Harmonies of #E1EEB5
Complementary color
Monochromatic Colors of #E1EEB5
Black with #E1EEB5
Text Example
Text Example
White with #E1EEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EEB5; }
p { color: rgb(225,238,181); }
H1.HeaderClassName
{
color: #E1EEB5;
}
.AnyTagClassName
{
color: #E1EEB5;
}
</style>
background-color css
<style>
a { background-color: #E1EEB5; }
a { background-color: rgb(225,238,181); }
div.DivClassName
{
background-color: #E1EEB5;
}
.BgClassName
{
background-color: #E1EEB5;
}
</style>
border-color css
<style>
span { border-color: #E1EEB5; }
span { border-color: rgb(225,238,181); }
td.TdClassName
{
border-color: #E1EEB5;
}
.TagClassName
{
border-color: #E1EEB5;
}
</style>