Shades of Tusk #E0ECAD
Tints of Tusk #E0ECAD
RGB
CMYK
RGB Variations
Color information
#E0ECAD (or 0xE0ECAD) is known color: Tusk. HEX triplet: E0, EC and AD. RGB value is (224,236,173). Sum of RGB (Red+Green+Blue) = 224+236+173=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 173 (67.97% from 255 or 27.33% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0ECAD is #1F1352. Grayscale: #E1E1E1. Windows color (decimal): -2036563 or 11398368. OLE color: 11398368.
HSL color Cylindrical-coordinate representation of color #E0ECAD: hue angle of 71.43º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #E0ECAD is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 173 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.07 |
| HSL | 71.43º | 0.62% | 0.8% | - |
| HSV(B) | 71.43º | 0.27% | 0.93% | - |
| XYZ | 68.28 | 78.86 | 51.16 | - |
| YUV | 225.23 | 98.52 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 173 | 0.05 | 0 | 0.27 | 0.07 | 71.43 | 0.62 | 0.8 |
| Hex | E0 | EC | AD | 5 | 0 | 1B | 7 | 47 | 3E | 50 |
| Octal | 340 | 354 | 255 | 5 | 0 | 33 | 7 | 107 | 76 | 120 |
| Binary | 11100000 | 11101100 | 10101101 | 101 | 0 | 11011 | 111 | 1000111 | 111110 | 1010000 |
Color Harmonies of #E0ECAD
Complementary color
Monochromatic Colors of #E0ECAD
Black with #E0ECAD
Text Example
Text Example
White with #E0ECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECAD; }
p { color: rgb(224,236,173); }
H1.HeaderClassName
{
color: #E0ECAD;
}
.AnyTagClassName
{
color: #E0ECAD;
}
</style>
background-color css
<style>
a { background-color: #E0ECAD; }
a { background-color: rgb(224,236,173); }
div.DivClassName
{
background-color: #E0ECAD;
}
.BgClassName
{
background-color: #E0ECAD;
}
</style>
border-color css
<style>
span { border-color: #E0ECAD; }
span { border-color: rgb(224,236,173); }
td.TdClassName
{
border-color: #E0ECAD;
}
.TagClassName
{
border-color: #E0ECAD;
}
</style>