COLOR #E5BA7E

HEX: #E5BA7E RGB: (229,186,126)

Color info

#E5BA7E contains mainly red and green colors. Web safe color of #E5BA7E is #CCCC66 (or #CC6).

RGB color model

#E5BA7E color RGB value is (229,186,126).

RGB: (229,186,126) (90%, 73%, 49%)

RGB channels and saturation

R 229 of 255 = 90%
G 186 of 255 = 73%
B 126 of 255 = 49%

229
186
126

R + G + B ~ 71%. #E5BA7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 186 + 126 = 541 (100%)
R 229 of 541 ~ 42.33%
G 186 of 541 ~ 34.38%
B 126 of 541 ~ 23.29'%

%42.33
%34.38
%23.29

CMYK color model

#E5BA7E color CMYK value is (0,19,45,10).

  • cyan value is 0.00%
  • magenta value is 18.78%
  • yellow value is 44.98%
  • key color value is 10.20%

CMYK: (0,19,45,10)
C0M19Y45K10 (0%, 19%, 45%, 10%)
(0.00 / 0.19 / 0.45 / 0.10)

CMYK percentages

%0
%18.78
%44.98
%10.2

Codes

Color #E5BA7E in popluar color models

E5 BA 7E
RGB 229 186 126
HSL 35° 66.45% 69.61%
HSB/HSV 35° 44.98% 89.80%
CMYK 0.00% 18.78% 44.98%
10.20%

Color #E5BA7E in popluar number systems.

HEX E5 BA 7E
Decimal 229 186 126
Binary 11100101 10111010 1111110
Octal 345 272 176

Shades and tints

Shades of #E5BA7E

#E5BA7E
(229,186,126)
#D1AA73
(209,170,115)
#BD9A68
(189,154,104)
#A98A5D
(169,138,93)
#957A52
(149,122,82)
#816A47
(129,106,71)
#6D5A3C
(109,90,60)
#594A31
(89,74,49)
#453A26
(69,58,38)
#312A1B
(49,42,27)
#1D1A10
(29,26,16)
#000000
(0,0,0)

Tints of #E5BA7E

#E5BA7E
(229,186,126)
#E7C089
(231,192,137)
#E9C694
(233,198,148)
#EBCC9F
(235,204,159)
#EDD2AA
(237,210,170)
#EFD8B5
(239,216,181)
#F1DEC0
(241,222,192)
#F3E4CB
(243,228,203)
#F5EAD6
(245,234,214)
#F7F0E1
(247,240,225)
#F9F6EC
(249,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5BA7E; }

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

This text font color is #E5BA7E.

Background Color

.myBgColor { background-color: #E5BA7E; }

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

This div background color is #E5BA7E.

Border color

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

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

This div border color is #E5BA7E.

Opacity

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

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

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

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

This text has shadow with #E5BA7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BA7E.

Preview

Color preview on black background

This text has color #E5BA7E on black background.


Color preview on white background

This text has color #E5BA7E on white background.


Black color preview on #E5BA7E background

This text has black color on #E5BA7E background.


White color preview on #E5BA7E background

This text has white color on #E5BA7E background.


Related colors

Complementary color

Complementary color for #hex is #1A4581.


I love getcolorcode.com

Triadic colors

1 #7EE5BA and #BA7EE5 with #E5BA7E are triadic colors.

2 #7EBAE5 and #BAE57E with #E5BA7E are triadic colors.