Shades of Tusk #E0EFAD
Tints of Tusk #E0EFAD
RGB
CMYK
RGB Variations
Color information
#E0EFAD (or 0xE0EFAD) is known color: Tusk. HEX triplet: E0, EF and AD. RGB value is (224,239,173). Sum of RGB (Red+Green+Blue) = 224+239+173=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 173 (67.97% from 255 or 27.20% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #E0EFAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0EFAD is #1F1052. Grayscale: #E3E3E3. Windows color (decimal): -2035795 or 11399136. OLE color: 11399136.
HSL color Cylindrical-coordinate representation of color #E0EFAD: hue angle of 73.64º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E0EFAD is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 239 | 173 | - |
| CMYK | 0.06 | 0 | 0.28 | 0.06 |
| HSL | 73.64º | 0.67% | 0.81% | - |
| HSV(B) | 73.64º | 0.28% | 0.94% | - |
| XYZ | 69.15 | 80.6 | 51.45 | - |
| YUV | 226.99 | 97.53 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 173 | 0.06 | 0 | 0.28 | 0.06 | 73.64 | 0.67 | 0.81 |
| Hex | E0 | EF | AD | 6 | 0 | 1C | 6 | 4A | 43 | 51 |
| Octal | 340 | 357 | 255 | 6 | 0 | 34 | 6 | 112 | 103 | 121 |
| Binary | 11100000 | 11101111 | 10101101 | 110 | 0 | 11100 | 110 | 1001010 | 1000011 | 1010001 |
Color Harmonies of #E0EFAD
Complementary color
Monochromatic Colors of #E0EFAD
Black with #E0EFAD
Text Example
Text Example
White with #E0EFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFAD; }
p { color: rgb(224,239,173); }
H1.HeaderClassName
{
color: #E0EFAD;
}
.AnyTagClassName
{
color: #E0EFAD;
}
</style>
background-color css
<style>
a { background-color: #E0EFAD; }
a { background-color: rgb(224,239,173); }
div.DivClassName
{
background-color: #E0EFAD;
}
.BgClassName
{
background-color: #E0EFAD;
}
</style>
border-color css
<style>
span { border-color: #E0EFAD; }
span { border-color: rgb(224,239,173); }
td.TdClassName
{
border-color: #E0EFAD;
}
.TagClassName
{
border-color: #E0EFAD;
}
</style>