Shades of Tusk #E0E2AD
Tints of Tusk #E0E2AD
RGB
CMYK
RGB Variations
Color information
#E0E2AD (or 0xE0E2AD) is known color: Tusk. HEX triplet: E0, E2 and AD. RGB value is (224,226,173). Sum of RGB (Red+Green+Blue) = 224+226+173=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0E2AD is #1F1D52. Grayscale: #DBDBDB. Windows color (decimal): -2039123 or 11395808. OLE color: 11395808.
HSL color Cylindrical-coordinate representation of color #E0E2AD: hue angle of 62.26º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0E2AD is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 224 | 226 | 173 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.11 |
| HSL | 62.26º | 0.48% | 0.78% | - |
| HSV(B) | 62.26º | 0.23% | 0.89% | - |
| XYZ | 65.48 | 73.26 | 50.22 | - |
| YUV | 219.36 | 101.84 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 226 | 173 | 0.01 | 0 | 0.23 | 0.11 | 62.26 | 0.48 | 0.78 |
| Hex | E0 | E2 | AD | 1 | 0 | 17 | B | 3E | 30 | 4E |
| Octal | 340 | 342 | 255 | 1 | 0 | 27 | 13 | 76 | 60 | 116 |
| Binary | 11100000 | 11100010 | 10101101 | 1 | 0 | 10111 | 1011 | 111110 | 110000 | 1001110 |
Color Harmonies of #E0E2AD
Complementary color
Monochromatic Colors of #E0E2AD
Black with #E0E2AD
Text Example
Text Example
White with #E0E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0E2AD; }
p { color: rgb(224,226,173); }
H1.HeaderClassName
{
color: #E0E2AD;
}
.AnyTagClassName
{
color: #E0E2AD;
}
</style>
background-color css
<style>
a { background-color: #E0E2AD; }
a { background-color: rgb(224,226,173); }
div.DivClassName
{
background-color: #E0E2AD;
}
.BgClassName
{
background-color: #E0E2AD;
}
</style>
border-color css
<style>
span { border-color: #E0E2AD; }
span { border-color: rgb(224,226,173); }
td.TdClassName
{
border-color: #E0E2AD;
}
.TagClassName
{
border-color: #E0E2AD;
}
</style>