COLOR #E8A481

HEX: #E8A481 RGB: (232,164,129)

Color info

#E8A481 contains mainly red color. Web safe color of #E8A481 is #FF9999 (or #F99).

RGB color model

#E8A481 color RGB value is (232,164,129).

RGB: (232,164,129) (91%, 64%, 51%)

RGB channels and saturation

R 232 of 255 = 91%
G 164 of 255 = 64%
B 129 of 255 = 51%

232
164
129

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

Portions of RGB colors in percentages

R + G + B = 232 + 164 + 129 = 525 (100%)
R 232 of 525 ~ 44.19%
G 164 of 525 ~ 31.24%
B 129 of 525 ~ 24.57'%

%44.19
%31.24
%24.57

CMYK color model

#E8A481 color CMYK value is (0,29,44,9).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 44.40%
  • key color value is 9.02%
CMYK: (0,29,44,9) C0M29Y44K9 (0%,29%,44%,9%) (0.00/0.29/0.44/0.09) 

CMYK percentages

%0
%29.31
%44.4
%9.02

Codes

Color #E8A481 in popluar color models

E8 A4 81
RGB 232 164 129
HSL 20° 69.13% 70.78%
HSB/HSV 20° 44.40% 90.98%
CMYK 0.00% 29.31% 44.40%
9.02%

Color #E8A481 in popluar number systems.

HEX E8 A4 81
Decimal 232 164 129
Binary 11101000 10100100 10000001
Octal 350 244 201

Shades and tints

Shades of #E8A481

#E8A481
(232,164,129)
#D39676
(211,150,118)
#BE886B
(190,136,107)
#A97A60
(169,122,96)
#946C55
(148,108,85)
#7F5E4A
(127,94,74)
#6A503F
(106,80,63)
#554234
(85,66,52)
#403429
(64,52,41)
#2B261E
(43,38,30)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #E8A481

#E8A481
(232,164,129)
#EAAC8C
(234,172,140)
#ECB497
(236,180,151)
#EEBCA2
(238,188,162)
#F0C4AD
(240,196,173)
#F2CCB8
(242,204,184)
#F4D4C3
(244,212,195)
#F6DCCE
(246,220,206)
#F8E4D9
(248,228,217)
#FAECE4
(250,236,228)
#FCF4EF
(252,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8A481 color. Also use rgb(232,164,129) instead hex code.

Text Font Color

.myTextColor { color: #E8A481; }

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

This text font color is #E8A481.

Background Color

.myBgColor { background-color: #E8A481; }

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

This div background color is #E8A481.

Border color

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

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

This div border color is #E8A481.

Opacity

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

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

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

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

This text has shadow with #E8A481 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8A481.

Preview

Color preview on black background

This text has color #E8A481 on black background.


Color preview on white background

This text has color #E8A481 on white background.


Black color preview on #E8A481 background

This text has black color on #E8A481 background.


White color preview on #E8A481 background

This text has white color on #E8A481 background.


Related colors

Complementary color

Complementary color for #hex is #175B7E.


I love getcolorcode.com

Triadic colors

1 #81E8A4 and #A481E8 with #E8A481 are triadic colors.

2 #81A4E8 and #A4E881 with #E8A481 are triadic colors.