#E1E0BF

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

Shades of Loafer #E1E0BF

Tints of Loafer #E1E0BF

Color information

#E1E0BF (or 0xE1E0BF) is unknown color: approx Loafer. HEX triplet: E1, E0 and BF. RGB value is (225,224,191). Sum of RGB (Red+Green+Blue) = 225+224+191=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 191 (75% from 255 or 29.84% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E0BF is #1E1F40. Grayscale: #DCDCDC. Windows color (decimal): -1974081 or 12574945. OLE color: 12574945.

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

Color convert

RGB225224191-
CMYK00.000.150.12
HSL58.24º36.17%81.57%-
HSV(B)58.24º15.11%88.24%-
XYZ67.1173.0859.86-
YUV220.54111.33131.18-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.16%
GREEN value IS 224 (87.89% from 255) = 35%
BLUE value IS 191 (75% from 255) = 29.84%
R=35.16%
G=35%
B=29.84%

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
Decimal22522419100.000.150.1258.2436.1781.57
HexE1E0BF00FC3a2452
Octal3413402770017147244122
Binary11100001111000001011111100111111001110101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1E0BF; }

 p { color: rgb(225,224,191); }

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

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

 a { background-color: rgb(225,224,191); }

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

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

 span { border-color: rgb(225,224,191); }

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