COLOR #E5BB7D

HEX: #E5BB7D RGB: (229,187,125)

Color info

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

RGB color model

#E5BB7D color RGB value is (229,187,125).

RGB: (229,187,125) (90%, 73%, 49%)

RGB channels and saturation

R 229 of 255 = 90%
G 187 of 255 = 73%
B 125 of 255 = 49%

229
187
125

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

Portions of RGB colors in percentages

R + G + B = 229 + 187 + 125 = 541 (100%)
R 229 of 541 ~ 42.33%
G 187 of 541 ~ 34.57%
B 125 of 541 ~ 23.11'%

%42.33
%34.57
%23.11

CMYK color model

#E5BB7D color CMYK value is (0,18,45,10).

  • cyan value is 0.00%
  • magenta value is 18.34%
  • yellow value is 45.41%
  • key color value is 10.20%

CMYK: (0,18,45,10)
C0M18Y45K10 (0%, 18%, 45%, 10%)
(0.00 / 0.18 / 0.45 / 0.10)

CMYK percentages

%0
%18.34
%45.41
%10.2

Codes

Color #E5BB7D in popluar color models

E5 BB 7D
RGB 229 187 125
HSL 36° 66.67% 69.41%
HSB/HSV 36° 45.41% 89.80%
CMYK 0.00% 18.34% 45.41%
10.20%

Color #E5BB7D in popluar number systems.

HEX E5 BB 7D
Decimal 229 187 125
Binary 11100101 10111011 1111101
Octal 345 273 175

Shades and tints

Shades of #E5BB7D

#E5BB7D
(229,187,125)
#D1AA72
(209,170,114)
#BD9967
(189,153,103)
#A9885C
(169,136,92)
#957751
(149,119,81)
#816646
(129,102,70)
#6D553B
(109,85,59)
#594430
(89,68,48)
#453325
(69,51,37)
#31221A
(49,34,26)
#1D110F
(29,17,15)
#000000
(0,0,0)

Tints of #E5BB7D

#E5BB7D
(229,187,125)
#E7C188
(231,193,136)
#E9C793
(233,199,147)
#EBCD9E
(235,205,158)
#EDD3A9
(237,211,169)
#EFD9B4
(239,217,180)
#F1DFBF
(241,223,191)
#F3E5CA
(243,229,202)
#F5EBD5
(245,235,213)
#F7F1E0
(247,241,224)
#F9F7EB
(249,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5BB7D color. Also use rgb(229,187,125) instead hex code.

Text Font Color

.myTextColor { color: #E5BB7D; }

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

This text font color is #E5BB7D.

Background Color

.myBgColor { background-color: #E5BB7D; }

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

This div background color is #E5BB7D.

Border color

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

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

This div border color is #E5BB7D.

Opacity

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

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

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

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

This text has shadow with #E5BB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5BB7D.

Preview

Color preview on black background

This text has color #E5BB7D on black background.


Color preview on white background

This text has color #E5BB7D on white background.


Black color preview on #E5BB7D background

This text has black color on #E5BB7D background.


White color preview on #E5BB7D background

This text has white color on #E5BB7D background.


Related colors

Complementary color

Complementary color for #hex is #1A4482.


I love getcolorcode.com

Triadic colors

1 #7DE5BB and #BB7DE5 with #E5BB7D are triadic colors.

2 #7DBBE5 and #BBE57D with #E5BB7D are triadic colors.