Shades of Tusk #E2E5B8
Tints of Tusk #E2E5B8
RGB
CMYK
RGB Variations
Color information
#E2E5B8 (or 0xE2E5B8) is known color: Tusk. HEX triplet: E2, E5 and B8. RGB value is (226,229,184). Sum of RGB (Red+Green+Blue) = 226+229+184=639 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.37% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 184 (72.27% from 255 or 28.79% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #E2E5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E5B8 is #1D1A47. Grayscale: #DFDFDF. Windows color (decimal): -1907272 or 12117474. OLE color: 12117474.
HSL color Cylindrical-coordinate representation of color #E2E5B8: hue angle of 64º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E2E5B8 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 229 | 184 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.10 |
| HSL | 64º | 0.46% | 0.81% | - |
| HSV(B) | 64º | 0.2% | 0.9% | - |
| XYZ | 68.04 | 75.67 | 56.37 | - |
| YUV | 222.97 | 106.01 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 229 | 184 | 0.01 | 0 | 0.20 | 0.10 | 64 | 0.46 | 0.81 |
| Hex | E2 | E5 | B8 | 1 | 0 | 14 | A | 40 | 2E | 51 |
| Octal | 342 | 345 | 270 | 1 | 0 | 24 | 12 | 100 | 56 | 121 |
| Binary | 11100010 | 11100101 | 10111000 | 1 | 0 | 10100 | 1010 | 1000000 | 101110 | 1010001 |
Color Harmonies of #E2E5B8
Complementary color
Monochromatic Colors of #E2E5B8
Black with #E2E5B8
Text Example
Text Example
White with #E2E5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E5B8; }
p { color: rgb(226,229,184); }
H1.HeaderClassName
{
color: #E2E5B8;
}
.AnyTagClassName
{
color: #E2E5B8;
}
</style>
background-color css
<style>
a { background-color: #E2E5B8; }
a { background-color: rgb(226,229,184); }
div.DivClassName
{
background-color: #E2E5B8;
}
.BgClassName
{
background-color: #E2E5B8;
}
</style>
border-color css
<style>
span { border-color: #E2E5B8; }
span { border-color: rgb(226,229,184); }
td.TdClassName
{
border-color: #E2E5B8;
}
.TagClassName
{
border-color: #E2E5B8;
}
</style>