Shades of Tusk #E0DEAC
Tints of Tusk #E0DEAC
RGB
CMYK
RGB Variations
Color information
#E0DEAC (or 0xE0DEAC) is known color: Tusk. HEX triplet: E0, DE and AC. RGB value is (224,222,172). Sum of RGB (Red+Green+Blue) = 224+222+172=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0DEAC is #1F2153. Grayscale: #D9D9D9. Windows color (decimal): -2040148 or 11329248. OLE color: 11329248.
HSL color Cylindrical-coordinate representation of color #E0DEAC: hue angle of 57.69º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0DEAC is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 172 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.12 |
| HSL | 57.69º | 0.46% | 0.78% | - |
| HSV(B) | 57.69º | 0.23% | 0.88% | - |
| XYZ | 64.31 | 71.07 | 49.36 | - |
| YUV | 216.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 172 | 0 | 0.01 | 0.23 | 0.12 | 57.69 | 0.46 | 0.78 |
| Hex | E0 | DE | AC | 0 | 1 | 17 | C | 3A | 2E | 4E |
| Octal | 340 | 336 | 254 | 0 | 1 | 27 | 14 | 72 | 56 | 116 |
| Binary | 11100000 | 11011110 | 10101100 | 0 | 1 | 10111 | 1100 | 111010 | 101110 | 1001110 |
Color Harmonies of #E0DEAC
Complementary color
Monochromatic Colors of #E0DEAC
Black with #E0DEAC
Text Example
Text Example
White with #E0DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEAC; }
p { color: rgb(224,222,172); }
H1.HeaderClassName
{
color: #E0DEAC;
}
.AnyTagClassName
{
color: #E0DEAC;
}
</style>
background-color css
<style>
a { background-color: #E0DEAC; }
a { background-color: rgb(224,222,172); }
div.DivClassName
{
background-color: #E0DEAC;
}
.BgClassName
{
background-color: #E0DEAC;
}
</style>
border-color css
<style>
span { border-color: #E0DEAC; }
span { border-color: rgb(224,222,172); }
td.TdClassName
{
border-color: #E0DEAC;
}
.TagClassName
{
border-color: #E0DEAC;
}
</style>