Shades of Tusk #E2DFAF
Tints of Tusk #E2DFAF
RGB
CMYK
RGB Variations
Color information
#E2DFAF (or 0xE2DFAF) is known color: Tusk. HEX triplet: E2, DF and AF. RGB value is (226,223,175). Sum of RGB (Red+Green+Blue) = 226+223+175=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DFAF is #1D2050. Grayscale: #DADADA. Windows color (decimal): -1908817 or 11526114. OLE color: 11526114.
HSL color Cylindrical-coordinate representation of color #E2DFAF: hue angle of 56.47º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2DFAF is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 223 | 175 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.11 |
| HSL | 56.47º | 0.47% | 0.79% | - |
| HSV(B) | 56.47º | 0.23% | 0.89% | - |
| XYZ | 65.49 | 72.04 | 51.01 | - |
| YUV | 218.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 223 | 175 | 0 | 0.01 | 0.23 | 0.11 | 56.47 | 0.47 | 0.79 |
| Hex | E2 | DF | AF | 0 | 1 | 17 | B | 38 | 2F | 4F |
| Octal | 342 | 337 | 257 | 0 | 1 | 27 | 13 | 70 | 57 | 117 |
| Binary | 11100010 | 11011111 | 10101111 | 0 | 1 | 10111 | 1011 | 111000 | 101111 | 1001111 |
Color Harmonies of #E2DFAF
Complementary color
Monochromatic Colors of #E2DFAF
Black with #E2DFAF
Text Example
Text Example
White with #E2DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DFAF; }
p { color: rgb(226,223,175); }
H1.HeaderClassName
{
color: #E2DFAF;
}
.AnyTagClassName
{
color: #E2DFAF;
}
</style>
background-color css
<style>
a { background-color: #E2DFAF; }
a { background-color: rgb(226,223,175); }
div.DivClassName
{
background-color: #E2DFAF;
}
.BgClassName
{
background-color: #E2DFAF;
}
</style>
border-color css
<style>
span { border-color: #E2DFAF; }
span { border-color: rgb(226,223,175); }
td.TdClassName
{
border-color: #E2DFAF;
}
.TagClassName
{
border-color: #E2DFAF;
}
</style>