Shades of Loafer #E2E0BB
Tints of Loafer #E2E0BB
RGB
CMYK
RGB Variations
Color information
#E2E0BB (or 0xE2E0BB) is known color: Loafer. HEX triplet: E2, E0 and BB. RGB value is (226,224,187). Sum of RGB (Red+Green+Blue) = 226+224+187=637 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.48% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 187 (73.44% from 255 or 29.36% from 637); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E0BB is #1D1F44. Grayscale: #DCDCDC. Windows color (decimal): -1908549 or 12312802. OLE color: 12312802.
HSL color Cylindrical-coordinate representation of color #E2E0BB: hue angle of 56.92º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E2E0BB is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 224 | 187 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.11 |
| HSL | 56.92º | 0.4% | 0.81% | - |
| HSV(B) | 56.92º | 0.17% | 0.89% | - |
| XYZ | 66.99 | 73.07 | 57.59 | - |
| YUV | 220.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 224 | 187 | 0 | 0.01 | 0.17 | 0.11 | 56.92 | 0.4 | 0.81 |
| Hex | E2 | E0 | BB | 0 | 1 | 11 | B | 39 | 28 | 51 |
| Octal | 342 | 340 | 273 | 0 | 1 | 21 | 13 | 71 | 50 | 121 |
| Binary | 11100010 | 11100000 | 10111011 | 0 | 1 | 10001 | 1011 | 111001 | 101000 | 1010001 |
Color Harmonies of #E2E0BB
Complementary color
Monochromatic Colors of #E2E0BB
Black with #E2E0BB
Text Example
Text Example
White with #E2E0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E0BB; }
p { color: rgb(226,224,187); }
H1.HeaderClassName
{
color: #E2E0BB;
}
.AnyTagClassName
{
color: #E2E0BB;
}
</style>
background-color css
<style>
a { background-color: #E2E0BB; }
a { background-color: rgb(226,224,187); }
div.DivClassName
{
background-color: #E2E0BB;
}
.BgClassName
{
background-color: #E2E0BB;
}
</style>
border-color css
<style>
span { border-color: #E2E0BB; }
span { border-color: rgb(226,224,187); }
td.TdClassName
{
border-color: #E2E0BB;
}
.TagClassName
{
border-color: #E2E0BB;
}
</style>