#E2E1BD

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

Shades of Loafer #E2E1BD

Tints of Loafer #E2E1BD

Color information

#E2E1BD (or 0xE2E1BD) is unknown color: approx Loafer. HEX triplet: E2, E1 and BD. RGB value is (226,225,189). Sum of RGB (Red+Green+Blue) = 226+225+189=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1BD is #1D1E42. Grayscale: #DDDDDD. Windows color (decimal): -1908291 or 12444130. OLE color: 12444130.

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

Color convert

RGB226225189-
CMYK00.000.160.11
HSL58.38º38.95%81.37%-
HSV(B)58.38º16.37%88.63%-
XYZ67.4773.6958.81-
YUV221.2109.83131.43-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.31%
GREEN value IS 225 (88.28% from 255) = 35.16%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=35.31%
G=35.16%
B=29.53%

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
Decimal22622518900.000.160.1158.3838.9581.37
HexE2E1BD0010B3a2751
Octal3423412750020137247121
Binary111000101110000110111101001000010111110101001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1BD; }

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

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

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

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

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

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

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

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