Shades of Tusk #E2ECB5
Tints of Tusk #E2ECB5
RGB
CMYK
RGB Variations
Color information
#E2ECB5 (or 0xE2ECB5) is known color: Tusk. HEX triplet: E2, EC and B5. RGB value is (226,236,181). Sum of RGB (Red+Green+Blue) = 226+236+181=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 236 (92.58% from 255 or 36.70% from 643); Blue value is 181 (71.09% from 255 or 28.15% from 643); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECB5 is #1D134A. Grayscale: #E2E2E2. Windows color (decimal): -1905483 or 11922658. OLE color: 11922658.
HSL color Cylindrical-coordinate representation of color #E2ECB5: hue angle of 70.91º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2ECB5 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 226 | 236 | 181 | - |
CMYK | 0.04 | 0 | 0.23 | 0.07 |
HSL | 70.91º | 0.59% | 0.82% | - |
HSV(B) | 70.91º | 0.23% | 0.93% | - |
XYZ | 69.7 | 79.5 | 55.39 | - |
YUV | 226.74 | 102.19 | 127.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 236 | 181 | 0.04 | 0 | 0.23 | 0.07 | 70.91 | 0.59 | 0.82 |
Hex | E2 | EC | B5 | 4 | 0 | 17 | 7 | 47 | 3B | 52 |
Octal | 342 | 354 | 265 | 4 | 0 | 27 | 7 | 107 | 73 | 122 |
Binary | 11100010 | 11101100 | 10110101 | 100 | 0 | 10111 | 111 | 1000111 | 111011 | 1010010 |
Color Harmonies of #E2ECB5
Complementary color
Monochromatic Colors of #E2ECB5
Black with #E2ECB5
Text Example
Text Example
White with #E2ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECB5; }
p { color: rgb(226,236,181); }
H1.HeaderClassName
{
color: #E2ECB5;
}
.AnyTagClassName
{
color: #E2ECB5;
}
</style>
background-color css
<style>
a { background-color: #E2ECB5; }
a { background-color: rgb(226,236,181); }
div.DivClassName
{
background-color: #E2ECB5;
}
.BgClassName
{
background-color: #E2ECB5;
}
</style>
border-color css
<style>
span { border-color: #E2ECB5; }
span { border-color: rgb(226,236,181); }
td.TdClassName
{
border-color: #E2ECB5;
}
.TagClassName
{
border-color: #E2ECB5;
}
</style>