Shades of Tusk #E2ECB3
Tints of Tusk #E2ECB3
RGB
CMYK
RGB Variations
Color information
#E2ECB3 (or 0xE2ECB3) is known color: Tusk. HEX triplet: E2, EC and B3. RGB value is (226,236,179). Sum of RGB (Red+Green+Blue) = 226+236+179=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 236 (92.58% from 255 or 36.82% from 641); Blue value is 179 (70.31% from 255 or 27.93% from 641); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECB3 is #1D134C. Grayscale: #E2E2E2. Windows color (decimal): -1905485 or 11791586. OLE color: 11791586.
HSL color Cylindrical-coordinate representation of color #E2ECB3: hue angle of 70.53º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E2ECB3 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 179 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.07 |
| HSL | 70.53º | 0.6% | 0.81% | - |
| HSV(B) | 70.53º | 0.24% | 0.93% | - |
| XYZ | 69.5 | 79.41 | 54.31 | - |
| YUV | 226.51 | 101.19 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 179 | 0.04 | 0 | 0.24 | 0.07 | 70.53 | 0.6 | 0.81 |
| Hex | E2 | EC | B3 | 4 | 0 | 18 | 7 | 47 | 3C | 51 |
| Octal | 342 | 354 | 263 | 4 | 0 | 30 | 7 | 107 | 74 | 121 |
| Binary | 11100010 | 11101100 | 10110011 | 100 | 0 | 11000 | 111 | 1000111 | 111100 | 1010001 |
Color Harmonies of #E2ECB3
Complementary color
Monochromatic Colors of #E2ECB3
Black with #E2ECB3
Text Example
Text Example
White with #E2ECB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECB3; }
p { color: rgb(226,236,179); }
H1.HeaderClassName
{
color: #E2ECB3;
}
.AnyTagClassName
{
color: #E2ECB3;
}
</style>
background-color css
<style>
a { background-color: #E2ECB3; }
a { background-color: rgb(226,236,179); }
div.DivClassName
{
background-color: #E2ECB3;
}
.BgClassName
{
background-color: #E2ECB3;
}
</style>
border-color css
<style>
span { border-color: #E2ECB3; }
span { border-color: rgb(226,236,179); }
td.TdClassName
{
border-color: #E2ECB3;
}
.TagClassName
{
border-color: #E2ECB3;
}
</style>