COLOR #E5B494

HEX: #E5B494
RGB: (229,180,148)

Color info

#E5B494 contains mainly red and green colors. Web safe color of #E5B494 is #CCCC99 (or #CC9).

RGB color model

#E5B494 color RGB value is (229,180,148).

  • red value is 229;
  • green value is 180;
  • blue value is 148.
RGB:
(229,180,148)
(90%,71%,58%)

RGB channels and saturation

R 229 of 255 = 90%
G 180 of 255 = 71%
B 148 of 255 = 58%

229
180
148

R + G + B ~ 73%. #E5B494 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 180 + 148 = 557 (100%)
R 229 of 557 ~ 41.11%
G 180 of 557 ~ 32.32%
B 148 of 557 ~ 26.57%

%41.11
%32.32
%26.57

CMYK color model

#E5B494 color CMYK value is (0,21,35,10).

  • cyan value is 0.00%
  • magenta value is 21.40%
  • yellow value is 35.37%
  • key color value is 10.20%
CMYK:
(0,21,35,10)
C0M21Y35K10 
(0%,21%,35%,10%)
(0.00/0.21/0.35/0.10)	

CMYK percentages

%0
%21.4
%35.37
%10.2

Codes

Color #E5B494 in popluar color models

E5B494
RGB229180148
HSL24°60.90%73.92%
HSB/HSV24°35.37%89.80%
CMYK0.00%21.40%35.37%
10.20%

Color #E5B494 in popluar number systems.

HEXE5B494
Decimal229180148
Binary111001011011010010010100
Octal345264224

Shades and tints

Shades of #E5B494

#E5B494
(229,180,148)
#D1A487
(209,164,135)
#BD947A
(189,148,122)
#A9846D
(169,132,109)
#957460
(149,116,96)
#816453
(129,100,83)
#6D5446
(109,84,70)
#594439
(89,68,57)
#45342C
(69,52,44)
#31241F
(49,36,31)
#1D1412
(29,20,18)
#000000
(0,0,0)

Tints of #E5B494

#E5B494
(229,180,148)
#E7BA9D
(231,186,157)
#E9C0A6
(233,192,166)
#EBC6AF
(235,198,175)
#EDCCB8
(237,204,184)
#EFD2C1
(239,210,193)
#F1D8CA
(241,216,202)
#F3DED3
(243,222,211)
#F5E4DC
(245,228,220)
#F7EAE5
(247,234,229)
#F9F0EE
(249,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B494 color. Also use rgb(229,180,148) instead hex code.

Text Font Color

.myTextColor { color: #E5B494; }

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

This text font color is #E5B494.


Background Color

.myBgColor { background-color: #E5B494; }

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

This div background color is #E5B494.


Border color

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

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

This div border color is #E5B494.


Opacity

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

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

Text with #E5B494 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 #E5B494;}

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

This text has shadow with #E5B494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5B494 on black background.


Color preview on white background

This text has color #E5B494 on white background.



Black color preview on #E5B494 background

This text has black color on #E5B494 background.


White color preview on #E5B494 background

This text has white color on #E5B494 background.