Shades of Tusk #E2DFAD
Tints of Tusk #E2DFAD
RGB
CMYK
RGB Variations
Color information
#E2DFAD (or 0xE2DFAD) is known color: Tusk. HEX triplet: E2, DF and AD. RGB value is (226,223,173). Sum of RGB (Red+Green+Blue) = 226+223+173=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DFAD is #1D2052. Grayscale: #DADADA. Windows color (decimal): -1908819 or 11395042. OLE color: 11395042.
HSL color Cylindrical-coordinate representation of color #E2DFAD: hue angle of 56.6º 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 #E2DFAD is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 173 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.11 |
| HSL | 56.6º | 0.48% | 0.78% | - |
| HSV(B) | 56.6º | 0.23% | 0.89% | - |
| XYZ | 65.29 | 71.96 | 49.98 | - |
| YUV | 218.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 173 | 0 | 0.01 | 0.23 | 0.11 | 56.6 | 0.48 | 0.78 |
| Hex | E2 | DF | AD | 0 | 1 | 17 | B | 39 | 30 | 4E |
| Octal | 342 | 337 | 255 | 0 | 1 | 27 | 13 | 71 | 60 | 116 |
| Binary | 11100010 | 11011111 | 10101101 | 0 | 1 | 10111 | 1011 | 111001 | 110000 | 1001110 |
Color Harmonies of #E2DFAD
Complementary color
Monochromatic Colors of #E2DFAD
Black with #E2DFAD
Text Example
Text Example
White with #E2DFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFAD; }
p { color: rgb(226,223,173); }
H1.HeaderClassName
{
color: #E2DFAD;
}
.AnyTagClassName
{
color: #E2DFAD;
}
</style>
background-color css
<style>
a { background-color: #E2DFAD; }
a { background-color: rgb(226,223,173); }
div.DivClassName
{
background-color: #E2DFAD;
}
.BgClassName
{
background-color: #E2DFAD;
}
</style>
border-color css
<style>
span { border-color: #E2DFAD; }
span { border-color: rgb(226,223,173); }
td.TdClassName
{
border-color: #E2DFAD;
}
.TagClassName
{
border-color: #E2DFAD;
}
</style>