COLOR #E5A179

HEX: #E5A179
RGB: (229,161,121)

Color info

#E5A179 contains mainly red color. Web safe color of #E5A179 is #CC9966 (or #C96).

RGB color model

#E5A179 color RGB value is (229,161,121).

  • red value is 229;
  • green value is 161;
  • blue value is 121.
RGB:
(229,161,121)
(90%,63%,47%)

RGB channels and saturation

R 229 of 255 = 90%
G 161 of 255 = 63%
B 121 of 255 = 47%

229
161
121

R + G + B ~ 67%. #E5A179 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 161 + 121 = 511 (100%)
R 229 of 511 ~ 44.81%
G 161 of 511 ~ 31.51%
B 121 of 511 ~ 23.68%

%44.81
%31.51
%23.68

CMYK color model

#E5A179 color CMYK value is (0,30,47,10).

  • cyan value is 0.00%
  • magenta value is 29.69%
  • yellow value is 47.16%
  • key color value is 10.20%
CMYK:
(0,30,47,10)
C0M30Y47K10 
(0%,30%,47%,10%)
(0.00/0.30/0.47/0.10)	

CMYK percentages

%0
%29.69
%47.16
%10.2

Codes

Color #E5A179 in popluar color models

E5A179
RGB229161121
HSL22°67.50%68.63%
HSB/HSV22°47.16%89.80%
CMYK0.00%29.69%47.16%
10.20%

Color #E5A179 in popluar number systems.

HEXE5A179
Decimal229161121
Binary11100101101000011111001
Octal345241171

Shades and tints

Shades of #E5A179

#E5A179
(229,161,121)
#D1936E
(209,147,110)
#BD8563
(189,133,99)
#A97758
(169,119,88)
#95694D
(149,105,77)
#815B42
(129,91,66)
#6D4D37
(109,77,55)
#593F2C
(89,63,44)
#453121
(69,49,33)
#312316
(49,35,22)
#1D150B
(29,21,11)
#000000
(0,0,0)

Tints of #E5A179

#E5A179
(229,161,121)
#E7A985
(231,169,133)
#E9B191
(233,177,145)
#EBB99D
(235,185,157)
#EDC1A9
(237,193,169)
#EFC9B5
(239,201,181)
#F1D1C1
(241,209,193)
#F3D9CD
(243,217,205)
#F5E1D9
(245,225,217)
#F7E9E5
(247,233,229)
#F9F1F1
(249,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5A179 color. Also use rgb(229,161,121) instead hex code.

Text Font Color

.myTextColor { color: #E5A179; }

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

This text font color is #E5A179.


Background Color

.myBgColor { background-color: #E5A179; }

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

This div background color is #E5A179.


Border color

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

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

This div border color is #E5A179.


Opacity

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

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

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

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

This text has shadow with #E5A179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5A179 on black background.


Color preview on white background

This text has color #E5A179 on white background.



Black color preview on #E5A179 background

This text has black color on #E5A179 background.


White color preview on #E5A179 background

This text has white color on #E5A179 background.