COLOR #E5B049

HEX: #E5B049 RGB: (229,176,73)

Color info

#E5B049 contains mainly red and green colors. Web safe color of #E5B049 is #CC9933 (or #C93).

RGB color model

#E5B049 color RGB value is (229,176,73).

RGB: (229,176,73) (90%, 69%, 29%)

RGB channels and saturation

R 229 of 255 = 90%
G 176 of 255 = 69%
B 73 of 255 = 29%

229
176
73

R + G + B ~ 63%. #E5B049 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 176 + 73 = 478 (100%)
R 229 of 478 ~ 47.91%
G 176 of 478 ~ 36.82%
B 73 of 478 ~ 15.27'%

%47.91
%36.82
%15.27

CMYK color model

#E5B049 color CMYK value is (0,23,68,10).

  • cyan value is 0.00%
  • magenta value is 23.14%
  • yellow value is 68.12%
  • key color value is 10.20%

CMYK: (0,23,68,10)
C0M23Y68K10 (0%, 23%, 68%, 10%)
(0.00 / 0.23 / 0.68 / 0.10)

CMYK percentages

%0
%23.14
%68.12
%10.2

Codes

Color #E5B049 in popluar color models

E5 B0 49
RGB 229 176 73
HSL 40° 75.00% 59.22%
HSB/HSV 40° 68.12% 89.80%
CMYK 0.00% 23.14% 68.12%
10.20%

Color #E5B049 in popluar number systems.

HEX E5 B0 49
Decimal 229 176 73
Binary 11100101 10110000 1001001
Octal 345 260 111

Shades and tints

Shades of #E5B049

#E5B049
(229,176,73)
#D1A043
(209,160,67)
#BD903D
(189,144,61)
#A98037
(169,128,55)
#957031
(149,112,49)
#81602B
(129,96,43)
#6D5025
(109,80,37)
#59401F
(89,64,31)
#453019
(69,48,25)
#312013
(49,32,19)
#1D100D
(29,16,13)
#000000
(0,0,0)

Tints of #E5B049

#E5B049
(229,176,73)
#E7B759
(231,183,89)
#E9BE69
(233,190,105)
#EBC579
(235,197,121)
#EDCC89
(237,204,137)
#EFD399
(239,211,153)
#F1DAA9
(241,218,169)
#F3E1B9
(243,225,185)
#F5E8C9
(245,232,201)
#F7EFD9
(247,239,217)
#F9F6E9
(249,246,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5B049 color. Also use rgb(229,176,73) instead hex code.

Text Font Color

.myTextColor { color: #E5B049; }

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

This text font color is #E5B049.

Background Color

.myBgColor { background-color: #E5B049; }

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

This div background color is #E5B049.

Border color

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

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

This div border color is #E5B049.

Opacity

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

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

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

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

This text has shadow with #E5B049 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5B049.

Preview

Color preview on black background

This text has color #E5B049 on black background.


Color preview on white background

This text has color #E5B049 on white background.


Black color preview on #E5B049 background

This text has black color on #E5B049 background.


White color preview on #E5B049 background

This text has white color on #E5B049 background.


Related colors

Complementary color

Complementary color for #hex is #1A4FB6.


I love getcolorcode.com

Triadic colors

1 #49E5B0 and #B049E5 with #E5B049 are triadic colors.

2 #49B0E5 and #B0E549 with #E5B049 are triadic colors.