Shades of Loafer #E0DEBB
Tints of Loafer #E0DEBB
RGB
CMYK
RGB Variations
Color information
#E0DEBB (or 0xE0DEBB) is known color: Loafer. HEX triplet: E0, DE and BB. RGB value is (224,222,187). Sum of RGB (Red+Green+Blue) = 224+222+187=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DEBB is #1F2144. Grayscale: #DADADA. Windows color (decimal): -2040133 or 12312288. OLE color: 12312288.
HSL color Cylindrical-coordinate representation of color #E0DEBB: hue angle of 56.76º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0DEBB is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 222 | 187 | - |
| CMYK | 0 | 0.01 | 0.17 | 0.12 |
| HSL | 56.76º | 0.37% | 0.81% | - |
| HSV(B) | 56.76º | 0.17% | 0.88% | - |
| XYZ | 65.83 | 71.68 | 57.38 | - |
| YUV | 218.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 222 | 187 | 0 | 0.01 | 0.17 | 0.12 | 56.76 | 0.37 | 0.81 |
| Hex | E0 | DE | BB | 0 | 1 | 11 | C | 39 | 25 | 51 |
| Octal | 340 | 336 | 273 | 0 | 1 | 21 | 14 | 71 | 45 | 121 |
| Binary | 11100000 | 11011110 | 10111011 | 0 | 1 | 10001 | 1100 | 111001 | 100101 | 1010001 |
Color Harmonies of #E0DEBB
Complementary color
Monochromatic Colors of #E0DEBB
Black with #E0DEBB
Text Example
Text Example
White with #E0DEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0DEBB; }
p { color: rgb(224,222,187); }
H1.HeaderClassName
{
color: #E0DEBB;
}
.AnyTagClassName
{
color: #E0DEBB;
}
</style>
background-color css
<style>
a { background-color: #E0DEBB; }
a { background-color: rgb(224,222,187); }
div.DivClassName
{
background-color: #E0DEBB;
}
.BgClassName
{
background-color: #E0DEBB;
}
</style>
border-color css
<style>
span { border-color: #E0DEBB; }
span { border-color: rgb(224,222,187); }
td.TdClassName
{
border-color: #E0DEBB;
}
.TagClassName
{
border-color: #E0DEBB;
}
</style>