Shades of Loafer #E2E1BE
Tints of Loafer #E2E1BE
RGB
CMYK
RGB Variations
Color information
#E2E1BE (or 0xE2E1BE) is known color: Loafer. HEX triplet: E2, E1 and BE. RGB value is (226,225,190). Sum of RGB (Red+Green+Blue) = 226+225+190=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1BE is #1D1E41. Grayscale: #DDDDDD. Windows color (decimal): -1908290 or 12509666. OLE color: 12509666.
HSL color Cylindrical-coordinate representation of color #E2E1BE: hue angle of 58.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2E1BE is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 190 | - |
| CMYK | 0 | 0.00 | 0.16 | 0.11 |
| HSL | 58.33º | 0.38% | 0.82% | - |
| HSV(B) | 58.33º | 0.16% | 0.89% | - |
| XYZ | 67.58 | 73.74 | 59.39 | - |
| YUV | 221.31 | 110.33 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 190 | 0 | 0.00 | 0.16 | 0.11 | 58.33 | 0.38 | 0.82 |
| Hex | E2 | E1 | BE | 0 | 0 | 10 | B | 3A | 26 | 52 |
| Octal | 342 | 341 | 276 | 0 | 0 | 20 | 13 | 72 | 46 | 122 |
| Binary | 11100010 | 11100001 | 10111110 | 0 | 0 | 10000 | 1011 | 111010 | 100110 | 1010010 |
Color Harmonies of #E2E1BE
Complementary color
Monochromatic Colors of #E2E1BE
Black with #E2E1BE
Text Example
Text Example
White with #E2E1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1BE; }
p { color: rgb(226,225,190); }
H1.HeaderClassName
{
color: #E2E1BE;
}
.AnyTagClassName
{
color: #E2E1BE;
}
</style>
background-color css
<style>
a { background-color: #E2E1BE; }
a { background-color: rgb(226,225,190); }
div.DivClassName
{
background-color: #E2E1BE;
}
.BgClassName
{
background-color: #E2E1BE;
}
</style>
border-color css
<style>
span { border-color: #E2E1BE; }
span { border-color: rgb(226,225,190); }
td.TdClassName
{
border-color: #E2E1BE;
}
.TagClassName
{
border-color: #E2E1BE;
}
</style>