#E0DDBE

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

Shades of Loafer #E0DDBE

Tints of Loafer #E0DDBE

Color information

#E0DDBE (or 0xE0DDBE) is unknown color: approx Loafer. HEX triplet: E0, DD and BE. RGB value is (224,221,190). Sum of RGB (Red+Green+Blue) = 224+221+190=635 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.28% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 190 (74.61% from 255 or 29.92% from 635); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DDBE is #1F2241. Grayscale: #DADADA. Windows color (decimal): -2040386 or 12508640. OLE color: 12508640.

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

Color convert

RGB224221190-
CMYK00.010.150.12
HSL54.71º35.42%81.18%-
HSV(B)54.71º15.18%87.84%-
XYZ65.8971.2859-
YUV218.36111.99132.02-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.28%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 190 (74.61% from 255) = 29.92%
R=35.28%
G=34.80%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422119000.010.150.1254.7135.4281.18
HexE0DDBE01FC372351
Octal3403352760117146743121
Binary11100000110111011011111001111111001101111000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DDBE; }

 p { color: rgb(224,221,190); }

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

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

 a { background-color: rgb(224,221,190); }

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

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

 span { border-color: rgb(224,221,190); }

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