Shades of Tusk #E1EDB6
Tints of Tusk #E1EDB6
RGB
CMYK
RGB Variations
Color information
#E1EDB6 (or 0xE1EDB6) is known color: Tusk. HEX triplet: E1, ED and B6. RGB value is (225,237,182). Sum of RGB (Red+Green+Blue) = 225+237+182=644 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.94% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 182 (71.48% from 255 or 28.26% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDB6 is #1E1249. Grayscale: #E3E3E3. Windows color (decimal): -1970762 or 11988449. OLE color: 11988449.
HSL color Cylindrical-coordinate representation of color #E1EDB6: hue angle of 73.09º degrees, saturation: 0.6, 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 #E1EDB6 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 182 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.07 |
| HSL | 73.09º | 0.6% | 0.82% | - |
| HSV(B) | 73.09º | 0.23% | 0.93% | - |
| XYZ | 69.78 | 79.95 | 56.01 | - |
| YUV | 227.14 | 102.52 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 182 | 0.05 | 0 | 0.23 | 0.07 | 73.09 | 0.6 | 0.82 |
| Hex | E1 | ED | B6 | 5 | 0 | 17 | 7 | 49 | 3C | 52 |
| Octal | 341 | 355 | 266 | 5 | 0 | 27 | 7 | 111 | 74 | 122 |
| Binary | 11100001 | 11101101 | 10110110 | 101 | 0 | 10111 | 111 | 1001001 | 111100 | 1010010 |
Color Harmonies of #E1EDB6
Complementary color
Monochromatic Colors of #E1EDB6
Black with #E1EDB6
Text Example
Text Example
White with #E1EDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDB6; }
p { color: rgb(225,237,182); }
H1.HeaderClassName
{
color: #E1EDB6;
}
.AnyTagClassName
{
color: #E1EDB6;
}
</style>
background-color css
<style>
a { background-color: #E1EDB6; }
a { background-color: rgb(225,237,182); }
div.DivClassName
{
background-color: #E1EDB6;
}
.BgClassName
{
background-color: #E1EDB6;
}
</style>
border-color css
<style>
span { border-color: #E1EDB6; }
span { border-color: rgb(225,237,182); }
td.TdClassName
{
border-color: #E1EDB6;
}
.TagClassName
{
border-color: #E1EDB6;
}
</style>