COLOR #E7B474

HEX: #E7B474
RGB: (231,180,116)

Color info

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

RGB color model

#E7B474 color RGB value is (231,180,116).

  • red value is 231;
  • green value is 180;
  • blue value is 116.
RGB:
(231,180,116)
(91%,71%,45%)

RGB channels and saturation

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

231
180
116

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

Portions of RGB colors in percentages

R + G + B =
231 + 180 + 116 = 527 (100%)
R 231 of 527 ~ 43.83%
G 180 of 527 ~ 34.16%
B 116 of 527 ~ 22.01%

%43.83
%34.16
%22.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 49.78%
  • 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
%49.78
%9.41

Codes

Color #E7B474 in popluar color models

E7B474
RGB231180116
HSL33°70.55%68.04%
HSB/HSV33°49.78%90.59%
CMYK0.00%22.08%49.78%
9.41%

Color #E7B474 in popluar number systems.

HEXE7B474
Decimal231180116
Binary11100111101101001110100
Octal347264164

Shades and tints

Shades of #E7B474

#E7B474
(231,180,116)
#D2A46A
(210,164,106)
#BD9460
(189,148,96)
#A88456
(168,132,86)
#93744C
(147,116,76)
#7E6442
(126,100,66)
#695438
(105,84,56)
#54442E
(84,68,46)
#3F3424
(63,52,36)
#2A241A
(42,36,26)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #E7B474

#E7B474
(231,180,116)
#E9BA80
(233,186,128)
#EBC08C
(235,192,140)
#EDC698
(237,198,152)
#EFCCA4
(239,204,164)
#F1D2B0
(241,210,176)
#F3D8BC
(243,216,188)
#F5DEC8
(245,222,200)
#F7E4D4
(247,228,212)
#F9EAE0
(249,234,224)
#FBF0EC
(251,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B474; }

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

This text font color is #E7B474.


Background Color

.myBgColor { background-color: #E7B474; }

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

This div background color is #E7B474.


Border color

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

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

This div border color is #E7B474.


Opacity

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

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

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

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

This text has shadow with #E7B474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B474 on black background.


Color preview on white background

This text has color #E7B474 on white background.



Black color preview on #E7B474 background

This text has black color on #E7B474 background.


White color preview on #E7B474 background

This text has white color on #E7B474 background.