COLOR #E2B37F

HEX: #E2B37F
RGB: (226,179,127)

Color info

#E2B37F contains mainly red and green colors. Web safe color of #E2B37F is #CC9966 (or #C96).

RGB color model

#E2B37F color RGB value is (226,179,127).

  • red value is 226;
  • green value is 179;
  • blue value is 127.
RGB:
(226,179,127)
(89%,70%,50%)

RGB channels and saturation

R 226 of 255 = 89%
G 179 of 255 = 70%
B 127 of 255 = 50%

226
179
127

R + G + B ~ 70%. #E2B37F is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 179 + 127 = 532 (100%)
R 226 of 532 ~ 42.48%
G 179 of 532 ~ 33.65%
B 127 of 532 ~ 23.87%

%42.48
%33.65
%23.87

CMYK color model

#E2B37F color CMYK value is (0,21,44,11).

  • cyan value is 0.00%
  • magenta value is 20.80%
  • yellow value is 43.81%
  • key color value is 11.37%
CMYK:
(0,21,44,11)
C0M21Y44K11 
(0%,21%,44%,11%)
(0.00/0.21/0.44/0.11)	

CMYK percentages

%0
%20.8
%43.81
%11.37

Codes

Color #E2B37F in popluar color models

E2B37F
RGB226179127
HSL32°63.06%69.22%
HSB/HSV32°43.81%88.63%
CMYK0.00%20.80%43.81%
11.37%

Color #E2B37F in popluar number systems.

HEXE2B37F
Decimal226179127
Binary11100010101100111111111
Octal342263177

Shades and tints

Shades of #E2B37F

#E2B37F
(226,179,127)
#CEA374
(206,163,116)
#BA9369
(186,147,105)
#A6835E
(166,131,94)
#927353
(146,115,83)
#7E6348
(126,99,72)
#6A533D
(106,83,61)
#564332
(86,67,50)
#423327
(66,51,39)
#2E231C
(46,35,28)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #E2B37F

#E2B37F
(226,179,127)
#E4B98A
(228,185,138)
#E6BF95
(230,191,149)
#E8C5A0
(232,197,160)
#EACBAB
(234,203,171)
#ECD1B6
(236,209,182)
#EED7C1
(238,215,193)
#F0DDCC
(240,221,204)
#F2E3D7
(242,227,215)
#F4E9E2
(244,233,226)
#F6EFED
(246,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2B37F color. Also use rgb(226,179,127) instead hex code.

Text Font Color

.myTextColor { color: #E2B37F; }

<p style="color:#E2B37F">This sample text font color is #E2B37F.</p>

This text font color is #E2B37F.


Background Color

.myBgColor { background-color: #E2B37F; }

<div style="background-color:#E2B37F">Inner text</div>

This div background color is #E2B37F.


Border color

.myBorderColor { border: 1px solid #E2B37F; }

<div style="border:3px solid #E2B37F">Div</div>

This div border color is #E2B37F.


Opacity

.myOpacity80 { color: #E2B37F; opacity: 0.8; }

<p style="color:#E2B37F;opacity:0.8;">80%</p>

Text with #E2B37F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E2B37F;}

<p style="text-shadow: 3px 3px 1px #E2B37F">Text here.</p>

This text has shadow with #E2B37F color.

.textShadow {text-shadow: 3px 3px 1px #E2B37F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E2B37F, 5px 5px 20px red">Text here.</p>

This text has shadow with #E2B37F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2B37F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E2B37F, Direction=45, Strength=4)">Text</p>

This text has shadow with #E2B37F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E2B37F;
  -webkit-box-shadow:	1px 1px 3px 2px #E2B37F;
  box-shadow:		1px 1px 3px 2px #E2B37F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E2B37F;
-webkit-box-shadow: 1px 1px 3px 2px #E2B37F;
box-shadow:1px 1px 3px 2px #E2B37F;">
Div content here</div>
This div box has shadow with color #E2B37F.

Preview

Color preview on black background

This text has color #E2B37F on black background.


Color preview on white background

This text has color #E2B37F on white background.



Black color preview on #E2B37F background

This text has black color on #E2B37F background.


White color preview on #E2B37F background

This text has white color on #E2B37F background.