#E2E1C1

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

Shades of Loafer #E2E1C1

Tints of Loafer #E2E1C1

Color information

#E2E1C1 (or 0xE2E1C1) is unknown color: approx Loafer. HEX triplet: E2, E1 and C1. RGB value is (226,225,193). Sum of RGB (Red+Green+Blue) = 226+225+193=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 225 (88.28% from 255 or 34.94% from 644); Blue value is 193 (75.78% from 255 or 29.97% from 644); Max value from RGB is 226 - color contains mainly: red. Hex color #E2E1C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E1C1 is #1D1E3E. Grayscale: #DDDDDD. Windows color (decimal): -1908287 or 12706274. OLE color: 12706274.

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

Color convert

RGB226225193-
CMYK00.000.150.11
HSL58.18º36.26%82.16%-
HSV(B)58.18º14.6%88.63%-
XYZ67.9173.8761.13-
YUV221.65111.83131.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.09%
GREEN value IS 225 (88.28% from 255) = 34.94%
BLUE value IS 193 (75.78% from 255) = 29.97%
R=35.09%
G=34.94%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622519300.000.150.1158.1836.2682.16
HexE2E1C100FB3a2452
Octal3423413010017137244122
Binary11100010111000011100000100111110111110101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E1C1; }

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

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

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

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

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

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

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

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