Shades of Tusk #E2EBB4
Tints of Tusk #E2EBB4
RGB
CMYK
RGB Variations
Color information
#E2EBB4 (or 0xE2EBB4) is known color: Tusk. HEX triplet: E2, EB and B4. RGB value is (226,235,180). Sum of RGB (Red+Green+Blue) = 226+235+180=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #E2EBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EBB4 is #1D144B. Grayscale: #E2E2E2. Windows color (decimal): -1905740 or 11856866. OLE color: 11856866.
HSL color Cylindrical-coordinate representation of color #E2EBB4: hue angle of 69.82º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2EBB4 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 235 | 180 | - |
| CMYK | 0.04 | 0 | 0.23 | 0.08 |
| HSL | 69.82º | 0.58% | 0.81% | - |
| HSV(B) | 69.82º | 0.23% | 0.92% | - |
| XYZ | 69.31 | 78.88 | 54.75 | - |
| YUV | 226.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 235 | 180 | 0.04 | 0 | 0.23 | 0.08 | 69.82 | 0.58 | 0.81 |
| Hex | E2 | EB | B4 | 4 | 0 | 17 | 8 | 46 | 3A | 51 |
| Octal | 342 | 353 | 264 | 4 | 0 | 27 | 10 | 106 | 72 | 121 |
| Binary | 11100010 | 11101011 | 10110100 | 100 | 0 | 10111 | 1000 | 1000110 | 111010 | 1010001 |
Color Harmonies of #E2EBB4
Complementary color
Monochromatic Colors of #E2EBB4
Black with #E2EBB4
Text Example
Text Example
White with #E2EBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EBB4; }
p { color: rgb(226,235,180); }
H1.HeaderClassName
{
color: #E2EBB4;
}
.AnyTagClassName
{
color: #E2EBB4;
}
</style>
background-color css
<style>
a { background-color: #E2EBB4; }
a { background-color: rgb(226,235,180); }
div.DivClassName
{
background-color: #E2EBB4;
}
.BgClassName
{
background-color: #E2EBB4;
}
</style>
border-color css
<style>
span { border-color: #E2EBB4; }
span { border-color: rgb(226,235,180); }
td.TdClassName
{
border-color: #E2EBB4;
}
.TagClassName
{
border-color: #E2EBB4;
}
</style>