#E0DFBE

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

Shades of Loafer #E0DFBE

Tints of Loafer #E0DFBE

Color information

#E0DFBE (or 0xE0DFBE) is unknown color: approx Loafer. HEX triplet: E0, DF and BE. RGB value is (224,223,190). Sum of RGB (Red+Green+Blue) = 224+223+190=637 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.16% from 637); Green value is 223 (87.5% from 255 or 35.01% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0DFBE is #1F2041. Grayscale: #DBDBDB. Windows color (decimal): -2039874 or 12509152. OLE color: 12509152.

HSL color Cylindrical-coordinate representation of color #E0DFBE: hue angle of 58.24º 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 #E0DFBE is Cyan = 0, Magento = 0.00, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB224223190-
CMYK00.000.150.12
HSL58.24º35.42%81.18%-
HSV(B)58.24º15.18%87.84%-
XYZ66.4272.3459.18-
YUV219.54111.33131.18-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.16%
GREEN value IS 223 (87.5% from 255) = 35.01%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=35.16%
G=35.01%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22422319000.000.150.1258.2435.4281.18
HexE0DFBE00FC3a2351
Octal3403372760017147243121
Binary11100000110111111011111000111111001110101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0DFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0DFBE; }

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

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

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

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

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

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

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

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