Shades of Tusk #E3DFAF
Tints of Tusk #E3DFAF
RGB
CMYK
RGB Variations
Color information
#E3DFAF (or 0xE3DFAF) is known color: Tusk. HEX triplet: E3, DF and AF. RGB value is (227,223,175). Sum of RGB (Red+Green+Blue) = 227+223+175=625 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.32% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3DFAF is #1C2050. Grayscale: #DADADA. Windows color (decimal): -1843281 or 11526115. OLE color: 11526115.
HSL color Cylindrical-coordinate representation of color #E3DFAF: hue angle of 55.38º degrees, saturation: 0.48, 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 #E3DFAF is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 223 | 175 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.11 |
| HSL | 55.38º | 0.48% | 0.79% | - |
| HSV(B) | 55.38º | 0.23% | 0.89% | - |
| XYZ | 65.8 | 72.2 | 51.03 | - |
| YUV | 218.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 223 | 175 | 0 | 0.02 | 0.23 | 0.11 | 55.38 | 0.48 | 0.79 |
| Hex | E3 | DF | AF | 0 | 2 | 17 | B | 37 | 30 | 4F |
| Octal | 343 | 337 | 257 | 0 | 2 | 27 | 13 | 67 | 60 | 117 |
| Binary | 11100011 | 11011111 | 10101111 | 0 | 10 | 10111 | 1011 | 110111 | 110000 | 1001111 |
Color Harmonies of #E3DFAF
Complementary color
Monochromatic Colors of #E3DFAF
Black with #E3DFAF
Text Example
Text Example
White with #E3DFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3DFAF; }
p { color: rgb(227,223,175); }
H1.HeaderClassName
{
color: #E3DFAF;
}
.AnyTagClassName
{
color: #E3DFAF;
}
</style>
background-color css
<style>
a { background-color: #E3DFAF; }
a { background-color: rgb(227,223,175); }
div.DivClassName
{
background-color: #E3DFAF;
}
.BgClassName
{
background-color: #E3DFAF;
}
</style>
border-color css
<style>
span { border-color: #E3DFAF; }
span { border-color: rgb(227,223,175); }
td.TdClassName
{
border-color: #E3DFAF;
}
.TagClassName
{
border-color: #E3DFAF;
}
</style>