Shades of Tusk #E0EDB6
Tints of Tusk #E0EDB6
RGB
CMYK
RGB Variations
Color information
#E0EDB6 (or 0xE0EDB6) is known color: Tusk. HEX triplet: E0, ED and B6. RGB value is (224,237,182). Sum of RGB (Red+Green+Blue) = 224+237+182=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 182 (71.48% from 255 or 28.30% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #E0EDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EDB6 is #1F1249. Grayscale: #E3E3E3. Windows color (decimal): -2036298 or 11988448. OLE color: 11988448.
HSL color Cylindrical-coordinate representation of color #E0EDB6: hue angle of 74.18º 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 #E0EDB6 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 237 | 182 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.07 |
| HSL | 74.18º | 0.6% | 0.82% | - |
| HSV(B) | 74.18º | 0.23% | 0.93% | - |
| XYZ | 69.47 | 79.79 | 56 | - |
| YUV | 226.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 237 | 182 | 0.05 | 0 | 0.23 | 0.07 | 74.18 | 0.6 | 0.82 |
| Hex | E0 | ED | B6 | 5 | 0 | 17 | 7 | 4A | 3C | 52 |
| Octal | 340 | 355 | 266 | 5 | 0 | 27 | 7 | 112 | 74 | 122 |
| Binary | 11100000 | 11101101 | 10110110 | 101 | 0 | 10111 | 111 | 1001010 | 111100 | 1010010 |
Color Harmonies of #E0EDB6
Complementary color
Monochromatic Colors of #E0EDB6
Black with #E0EDB6
Text Example
Text Example
White with #E0EDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EDB6; }
p { color: rgb(224,237,182); }
H1.HeaderClassName
{
color: #E0EDB6;
}
.AnyTagClassName
{
color: #E0EDB6;
}
</style>
background-color css
<style>
a { background-color: #E0EDB6; }
a { background-color: rgb(224,237,182); }
div.DivClassName
{
background-color: #E0EDB6;
}
.BgClassName
{
background-color: #E0EDB6;
}
</style>
border-color css
<style>
span { border-color: #E0EDB6; }
span { border-color: rgb(224,237,182); }
td.TdClassName
{
border-color: #E0EDB6;
}
.TagClassName
{
border-color: #E0EDB6;
}
</style>