Shades of Tusk #E2E5B4
Tints of Tusk #E2E5B4
RGB
CMYK
RGB Variations
Color information
#E2E5B4 (or 0xE2E5B4) is known color: Tusk. HEX triplet: E2, E5 and B4. RGB value is (226,229,180). Sum of RGB (Red+Green+Blue) = 226+229+180=635 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.59% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E5B4 is #1D1A4B. Grayscale: #DEDEDE. Windows color (decimal): -1907276 or 11855330. OLE color: 11855330.
HSL color Cylindrical-coordinate representation of color #E2E5B4: hue angle of 63.67º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E2E5B4 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 180 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.10 |
| HSL | 63.67º | 0.49% | 0.8% | - |
| HSV(B) | 63.67º | 0.21% | 0.9% | - |
| XYZ | 67.62 | 75.5 | 54.19 | - |
| YUV | 222.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 180 | 0.01 | 0 | 0.21 | 0.10 | 63.67 | 0.49 | 0.8 |
| Hex | E2 | E5 | B4 | 1 | 0 | 15 | A | 40 | 31 | 50 |
| Octal | 342 | 345 | 264 | 1 | 0 | 25 | 12 | 100 | 61 | 120 |
| Binary | 11100010 | 11100101 | 10110100 | 1 | 0 | 10101 | 1010 | 1000000 | 110001 | 1010000 |
Color Harmonies of #E2E5B4
Complementary color
Monochromatic Colors of #E2E5B4
Black with #E2E5B4
Text Example
Text Example
White with #E2E5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E5B4; }
p { color: rgb(226,229,180); }
H1.HeaderClassName
{
color: #E2E5B4;
}
.AnyTagClassName
{
color: #E2E5B4;
}
</style>
background-color css
<style>
a { background-color: #E2E5B4; }
a { background-color: rgb(226,229,180); }
div.DivClassName
{
background-color: #E2E5B4;
}
.BgClassName
{
background-color: #E2E5B4;
}
</style>
border-color css
<style>
span { border-color: #E2E5B4; }
span { border-color: rgb(226,229,180); }
td.TdClassName
{
border-color: #E2E5B4;
}
.TagClassName
{
border-color: #E2E5B4;
}
</style>