COLOR #E7B473

HEX: #E7B473 RGB: (231,180,115)

Color info

#E7B473 contains mainly red and green colors. Web safe color of #E7B473 is #FFCC66 (or #FC6).

RGB color model

#E7B473 color RGB value is (231,180,115).

RGB: (231,180,115) (91%, 71%, 45%)

RGB channels and saturation

R 231 of 255 = 91%
G 180 of 255 = 71%
B 115 of 255 = 45%

231
180
115

R + G + B ~ 69%. #E7B473 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 180 + 115 = 526 (100%)
R 231 of 526 ~ 43.92%
G 180 of 526 ~ 34.22%
B 115 of 526 ~ 21.86'%

%43.92
%34.22
%21.86

CMYK color model

#E7B473 color CMYK value is (0,22,50,9).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 50.22%
  • key color value is 9.41%

CMYK: (0,22,50,9)
C0M22Y50K9 (0%, 22%, 50%, 9%)
(0.00 / 0.22 / 0.50 / 0.09)

CMYK percentages

%0
%22.08
%50.22
%9.41

Codes

Color #E7B473 in popluar color models

E7 B4 73
RGB 231 180 115
HSL 34° 70.73% 67.84%
HSB/HSV 34° 50.22% 90.59%
CMYK 0.00% 22.08% 50.22%
9.41%

Color #E7B473 in popluar number systems.

HEX E7 B4 73
Decimal 231 180 115
Binary 11100111 10110100 1110011
Octal 347 264 163

Shades and tints

Shades of #E7B473

#E7B473
(231,180,115)
#D2A469
(210,164,105)
#BD945F
(189,148,95)
#A88455
(168,132,85)
#93744B
(147,116,75)
#7E6441
(126,100,65)
#695437
(105,84,55)
#54442D
(84,68,45)
#3F3423
(63,52,35)
#2A2419
(42,36,25)
#15140F
(21,20,15)
#000000
(0,0,0)

Tints of #E7B473

#E7B473
(231,180,115)
#E9BA7F
(233,186,127)
#EBC08B
(235,192,139)
#EDC697
(237,198,151)
#EFCCA3
(239,204,163)
#F1D2AF
(241,210,175)
#F3D8BB
(243,216,187)
#F5DEC7
(245,222,199)
#F7E4D3
(247,228,211)
#F9EADF
(249,234,223)
#FBF0EB
(251,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B473 color. Also use rgb(231,180,115) instead hex code.

Text Font Color

.myTextColor { color: #E7B473; }

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

This text font color is #E7B473.

Background Color

.myBgColor { background-color: #E7B473; }

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

This div background color is #E7B473.

Border color

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

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

This div border color is #E7B473.

Opacity

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

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

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

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

This text has shadow with #E7B473 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7B473.

Preview

Color preview on black background

This text has color #E7B473 on black background.


Color preview on white background

This text has color #E7B473 on white background.


Black color preview on #E7B473 background

This text has black color on #E7B473 background.


White color preview on #E7B473 background

This text has white color on #E7B473 background.


Related colors

Complementary color

Complementary color for #hex is #184B8C.


I love getcolorcode.com

Triadic colors

1 #73E7B4 and #B473E7 with #E7B473 are triadic colors.

2 #73B4E7 and #B4E773 with #E7B473 are triadic colors.