Shades of Tusk #E0DFAB
Tints of Tusk #E0DFAB
RGB
CMYK
RGB Variations
Color information
#E0DFAB (or 0xE0DFAB) is known color: Tusk. HEX triplet: E0, DF and AB. RGB value is (224,223,171). Sum of RGB (Red+Green+Blue) = 224+223+171=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DFAB is #1F2054. Grayscale: #D9D9D9. Windows color (decimal): -2039893 or 11263968. OLE color: 11263968.
HSL color Cylindrical-coordinate representation of color #E0DFAB: hue angle of 58.87º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E0DFAB is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 223 | 171 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.12 |
| HSL | 58.87º | 0.46% | 0.77% | - |
| HSV(B) | 58.87º | 0.24% | 0.88% | - |
| XYZ | 64.48 | 71.56 | 48.94 | - |
| YUV | 217.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 223 | 171 | 0 | 0.00 | 0.24 | 0.12 | 58.87 | 0.46 | 0.77 |
| Hex | E0 | DF | AB | 0 | 0 | 18 | C | 3B | 2E | 4D |
| Octal | 340 | 337 | 253 | 0 | 0 | 30 | 14 | 73 | 56 | 115 |
| Binary | 11100000 | 11011111 | 10101011 | 0 | 0 | 11000 | 1100 | 111011 | 101110 | 1001101 |
Color Harmonies of #E0DFAB
Complementary color
Monochromatic Colors of #E0DFAB
Black with #E0DFAB
Text Example
Text Example
White with #E0DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DFAB; }
p { color: rgb(224,223,171); }
H1.HeaderClassName
{
color: #E0DFAB;
}
.AnyTagClassName
{
color: #E0DFAB;
}
</style>
background-color css
<style>
a { background-color: #E0DFAB; }
a { background-color: rgb(224,223,171); }
div.DivClassName
{
background-color: #E0DFAB;
}
.BgClassName
{
background-color: #E0DFAB;
}
</style>
border-color css
<style>
span { border-color: #E0DFAB; }
span { border-color: rgb(224,223,171); }
td.TdClassName
{
border-color: #E0DFAB;
}
.TagClassName
{
border-color: #E0DFAB;
}
</style>