Shades of Tusk #E2ECAD
Tints of Tusk #E2ECAD
RGB
CMYK
RGB Variations
Color information
#E2ECAD (or 0xE2ECAD) is known color: Tusk. HEX triplet: E2, EC and AD. RGB value is (226,236,173). Sum of RGB (Red+Green+Blue) = 226+236+173=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2ECAD is #1D1352. Grayscale: #E2E2E2. Windows color (decimal): -1905491 or 11398370. OLE color: 11398370.
HSL color Cylindrical-coordinate representation of color #E2ECAD: hue angle of 69.52º 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 #E2ECAD is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 173 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.07 |
| HSL | 69.52º | 0.62% | 0.8% | - |
| HSV(B) | 69.52º | 0.27% | 0.93% | - |
| XYZ | 68.9 | 79.18 | 51.19 | - |
| YUV | 225.83 | 98.19 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 173 | 0.04 | 0 | 0.27 | 0.07 | 69.52 | 0.62 | 0.8 |
| Hex | E2 | EC | AD | 4 | 0 | 1B | 7 | 46 | 3E | 50 |
| Octal | 342 | 354 | 255 | 4 | 0 | 33 | 7 | 106 | 76 | 120 |
| Binary | 11100010 | 11101100 | 10101101 | 100 | 0 | 11011 | 111 | 1000110 | 111110 | 1010000 |
Color Harmonies of #E2ECAD
Complementary color
Monochromatic Colors of #E2ECAD
Black with #E2ECAD
Text Example
Text Example
White with #E2ECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECAD; }
p { color: rgb(226,236,173); }
H1.HeaderClassName
{
color: #E2ECAD;
}
.AnyTagClassName
{
color: #E2ECAD;
}
</style>
background-color css
<style>
a { background-color: #E2ECAD; }
a { background-color: rgb(226,236,173); }
div.DivClassName
{
background-color: #E2ECAD;
}
.BgClassName
{
background-color: #E2ECAD;
}
</style>
border-color css
<style>
span { border-color: #E2ECAD; }
span { border-color: rgb(226,236,173); }
td.TdClassName
{
border-color: #E2ECAD;
}
.TagClassName
{
border-color: #E2ECAD;
}
</style>