#E0DEBA

Color #E0DEBA Loafer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Loafer #E0DEBA

Tints of Loafer #E0DEBA

Color information

#E0DEBA (or 0xE0DEBA) is unknown color: approx Loafer. HEX triplet: E0, DE and BA. RGB value is (224,222,186). Sum of RGB (Red+Green+Blue) = 224+222+186=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 222 (87.11% from 255 or 35.13% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DEBA is #1F2145. Grayscale: #DADADA. Windows color (decimal): -2040134 or 12246752. OLE color: 12246752.

HSL color Cylindrical-coordinate representation of color #E0DEBA: hue angle of 56.84º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0DEBA is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224222186-
CMYK00.010.170.12
HSL56.84º38%80.39%-
HSV(B)56.84º16.96%87.84%-
XYZ65.7271.6456.82-
YUV218.49109.66131.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 222 (87.11% from 255) = 35.13%
BLUE value IS 186 (73.05% from 255) = 29.43%
R=35.44%
G=35.13%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422218600.010.170.1256.843880.39
HexE0DEBA0111C392650
Octal3403362720121147146120
Binary111000001101111010111010011000111001110011001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DEBA; }

 p { color: rgb(224,222,186); }

 H1.HeaderClassName
 {
   color: #E0DEBA;
 }
 .AnyTagClassName
 {
   color: #E0DEBA;
 }
</style>
background-color css

<style>
 a { background-color: #E0DEBA; }

 a { background-color: rgb(224,222,186); }

 div.DivClassName
 {
   background-color: #E0DEBA;
 }
 .BgClassName
 {
   background-color: #E0DEBA;
 }
</style>
border-color css

<style>
 span { border-color: #E0DEBA; }

 span { border-color: rgb(224,222,186); }

 td.TdClassName
 {
   border-color: #E0DEBA;
 }
 .TagClassName
 {
   border-color: #E0DEBA;
 }
</style>