Shades of Loafer #E2E1BF
Tints of Loafer #E2E1BF
RGB
CMYK
RGB Variations
Color information
#E2E1BF (or 0xE2E1BF) is known color: Loafer. HEX triplet: E2, E1 and BF. RGB value is (226,225,191). Sum of RGB (Red+Green+Blue) = 226+225+191=642 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.20% from 642); Green value is 225 (88.28% from 255 or 35.05% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1BF is #1D1E40. Grayscale: #DDDDDD. Windows color (decimal): -1908289 or 12575202. OLE color: 12575202.
HSL color Cylindrical-coordinate representation of color #E2E1BF: hue angle of 58.29º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2E1BF is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 225 | 191 | - |
| CMYK | 0 | 0.00 | 0.15 | 0.11 |
| HSL | 58.29º | 0.38% | 0.82% | - |
| HSV(B) | 58.29º | 0.15% | 0.89% | - |
| XYZ | 67.69 | 73.78 | 59.96 | - |
| YUV | 221.42 | 110.83 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 225 | 191 | 0 | 0.00 | 0.15 | 0.11 | 58.29 | 0.38 | 0.82 |
| Hex | E2 | E1 | BF | 0 | 0 | F | B | 3A | 26 | 52 |
| Octal | 342 | 341 | 277 | 0 | 0 | 17 | 13 | 72 | 46 | 122 |
| Binary | 11100010 | 11100001 | 10111111 | 0 | 0 | 1111 | 1011 | 111010 | 100110 | 1010010 |
Color Harmonies of #E2E1BF
Complementary color
Monochromatic Colors of #E2E1BF
Black with #E2E1BF
Text Example
Text Example
White with #E2E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E1BF; }
p { color: rgb(226,225,191); }
H1.HeaderClassName
{
color: #E2E1BF;
}
.AnyTagClassName
{
color: #E2E1BF;
}
</style>
background-color css
<style>
a { background-color: #E2E1BF; }
a { background-color: rgb(226,225,191); }
div.DivClassName
{
background-color: #E2E1BF;
}
.BgClassName
{
background-color: #E2E1BF;
}
</style>
border-color css
<style>
span { border-color: #E2E1BF; }
span { border-color: rgb(226,225,191); }
td.TdClassName
{
border-color: #E2E1BF;
}
.TagClassName
{
border-color: #E2E1BF;
}
</style>