Shades of Tusk #E0ECAF
Tints of Tusk #E0ECAF
RGB
CMYK
RGB Variations
Color information
#E0ECAF (or 0xE0ECAF) is known color: Tusk. HEX triplet: E0, EC and AF. RGB value is (224,236,175). Sum of RGB (Red+Green+Blue) = 224+236+175=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0ECAF is #1F1350. Grayscale: #E1E1E1. Windows color (decimal): -2036561 or 11529440. OLE color: 11529440.
HSL color Cylindrical-coordinate representation of color #E0ECAF: hue angle of 71.8º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #E0ECAF is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 175 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.07 |
| HSL | 71.8º | 0.62% | 0.81% | - |
| HSV(B) | 71.8º | 0.26% | 0.93% | - |
| XYZ | 68.47 | 78.93 | 52.18 | - |
| YUV | 225.46 | 99.52 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 175 | 0.05 | 0 | 0.26 | 0.07 | 71.8 | 0.62 | 0.81 |
| Hex | E0 | EC | AF | 5 | 0 | 1A | 7 | 48 | 3E | 51 |
| Octal | 340 | 354 | 257 | 5 | 0 | 32 | 7 | 110 | 76 | 121 |
| Binary | 11100000 | 11101100 | 10101111 | 101 | 0 | 11010 | 111 | 1001000 | 111110 | 1010001 |
Color Harmonies of #E0ECAF
Complementary color
Monochromatic Colors of #E0ECAF
Black with #E0ECAF
Text Example
Text Example
White with #E0ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECAF; }
p { color: rgb(224,236,175); }
H1.HeaderClassName
{
color: #E0ECAF;
}
.AnyTagClassName
{
color: #E0ECAF;
}
</style>
background-color css
<style>
a { background-color: #E0ECAF; }
a { background-color: rgb(224,236,175); }
div.DivClassName
{
background-color: #E0ECAF;
}
.BgClassName
{
background-color: #E0ECAF;
}
</style>
border-color css
<style>
span { border-color: #E0ECAF; }
span { border-color: rgb(224,236,175); }
td.TdClassName
{
border-color: #E0ECAF;
}
.TagClassName
{
border-color: #E0ECAF;
}
</style>