COLOR #E5BA93

HEX: #E5BA93
RGB: (229,186,147)

Color info

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

RGB color model

#E5BA93 color RGB value is (229,186,147).

  • red value is 229;
  • green value is 186;
  • blue value is 147.
RGB:
(229,186,147)
(90%,73%,58%)

RGB channels and saturation

R 229 of 255 = 90%
G 186 of 255 = 73%
B 147 of 255 = 58%

229
186
147

R + G + B ~ 74%. #E5BA93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 186 + 147 = 562 (100%)
R 229 of 562 ~ 40.75%
G 186 of 562 ~ 33.1%
B 147 of 562 ~ 26.16%

%40.75
%33.1
%26.16

CMYK color model

#E5BA93 color CMYK value is (0,19,36,10).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 35.81%
  • key color value is 10.20%
CMYK:
(0,19,36,10)
C0M19Y36K10 
(0%,19%,36%,10%)
(0.00/0.19/0.36/0.10)	

CMYK percentages

%0
%18.78
%35.81
%10.2

Codes

Color #E5BA93 in popluar color models

E5BA93
RGB229186147
HSL29°61.19%73.73%
HSB/HSV29°35.81%89.80%
CMYK0.00%18.78%35.81%
10.20%

Color #E5BA93 in popluar number systems.

HEXE5BA93
Decimal229186147
Binary111001011011101010010011
Octal345272223

Shades and tints

Shades of #E5BA93

#E5BA93
(229,186,147)
#D1AA86
(209,170,134)
#BD9A79
(189,154,121)
#A98A6C
(169,138,108)
#957A5F
(149,122,95)
#816A52
(129,106,82)
#6D5A45
(109,90,69)
#594A38
(89,74,56)
#453A2B
(69,58,43)
#312A1E
(49,42,30)
#1D1A11
(29,26,17)
#000000
(0,0,0)

Tints of #E5BA93

#E5BA93
(229,186,147)
#E7C09C
(231,192,156)
#E9C6A5
(233,198,165)
#EBCCAE
(235,204,174)
#EDD2B7
(237,210,183)
#EFD8C0
(239,216,192)
#F1DEC9
(241,222,201)
#F3E4D2
(243,228,210)
#F5EADB
(245,234,219)
#F7F0E4
(247,240,228)
#F9F6ED
(249,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BA93 color. Also use rgb(229,186,147) instead hex code.

Text Font Color

.myTextColor { color: #E5BA93; }

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

This text font color is #E5BA93.


Background Color

.myBgColor { background-color: #E5BA93; }

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

This div background color is #E5BA93.


Border color

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

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

This div border color is #E5BA93.


Opacity

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

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

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

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

This text has shadow with #E5BA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5BA93 on black background.


Color preview on white background

This text has color #E5BA93 on white background.



Black color preview on #E5BA93 background

This text has black color on #E5BA93 background.


White color preview on #E5BA93 background

This text has white color on #E5BA93 background.