#E2E1BE

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

Shades of Loafer #E2E1BE

Tints of Loafer #E2E1BE

Color information

#E2E1BE (or 0xE2E1BE) is unknown color: approx Loafer. HEX triplet: E2, E1 and BE. RGB value is (226,225,190). Sum of RGB (Red+Green+Blue) = 226+225+190=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 225 (88.28% from 255 or 35.10% from 641); Blue value is 190 (74.61% from 255 or 29.64% from 641); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1BE is #1D1E41. Grayscale: #DDDDDD. Windows color (decimal): -1908290 or 12509666. OLE color: 12509666.

HSL color Cylindrical-coordinate representation of color #E2E1BE: hue angle of 58.33º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2E1BE is Cyan = 0, Magento = 0.00, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB226225190-
CMYK00.000.160.11
HSL58.33º38.3%81.57%-
HSV(B)58.33º15.93%88.63%-
XYZ67.5873.7459.39-
YUV221.31110.33131.35-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.26%
GREEN value IS 225 (88.28% from 255) = 35.10%
BLUE value IS 190 (74.61% from 255) = 29.64%
R=35.26%
G=35.10%
B=29.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.16
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622519000.000.160.1158.3338.381.57
HexE2E1BE0010B3a2652
Octal3423412760020137246122
Binary111000101110000110111110001000010111110101001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1BE; }

 p { color: rgb(226,225,190); }

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

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

 a { background-color: rgb(226,225,190); }

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

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

 span { border-color: rgb(226,225,190); }

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