Shades of Loafer #E4E2BE
Tints of Loafer #E4E2BE
RGB
CMYK
RGB Variations
Color information
#E4E2BE (or 0xE4E2BE) is known color: Loafer. HEX triplet: E4, E2 and BE. RGB value is (228,226,190). Sum of RGB (Red+Green+Blue) = 228+226+190=644 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.40% from 644); Green value is 226 (88.67% from 255 or 35.09% from 644); Blue value is 190 (74.61% from 255 or 29.50% from 644); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E2BE is #1B1D41. Grayscale: #DEDEDE. Windows color (decimal): -1776962 or 12509924. OLE color: 12509924.
HSL color Cylindrical-coordinate representation of color #E4E2BE: hue angle of 56.84º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4E2BE is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 226 | 190 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.11 |
| HSL | 56.84º | 0.41% | 0.82% | - |
| HSV(B) | 56.84º | 0.17% | 0.89% | - |
| XYZ | 68.49 | 74.6 | 59.51 | - |
| YUV | 222.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 226 | 190 | 0 | 0.01 | 0.17 | 0.11 | 56.84 | 0.41 | 0.82 |
| Hex | E4 | E2 | BE | 0 | 1 | 11 | B | 39 | 29 | 52 |
| Octal | 344 | 342 | 276 | 0 | 1 | 21 | 13 | 71 | 51 | 122 |
| Binary | 11100100 | 11100010 | 10111110 | 0 | 1 | 10001 | 1011 | 111001 | 101001 | 1010010 |
Color Harmonies of #E4E2BE
Complementary color
Monochromatic Colors of #E4E2BE
Black with #E4E2BE
Text Example
Text Example
White with #E4E2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E2BE; }
p { color: rgb(228,226,190); }
H1.HeaderClassName
{
color: #E4E2BE;
}
.AnyTagClassName
{
color: #E4E2BE;
}
</style>
background-color css
<style>
a { background-color: #E4E2BE; }
a { background-color: rgb(228,226,190); }
div.DivClassName
{
background-color: #E4E2BE;
}
.BgClassName
{
background-color: #E4E2BE;
}
</style>
border-color css
<style>
span { border-color: #E4E2BE; }
span { border-color: rgb(228,226,190); }
td.TdClassName
{
border-color: #E4E2BE;
}
.TagClassName
{
border-color: #E4E2BE;
}
</style>