COLOR #E6A489

HEX: #E6A489
RGB: (230,164,137)

Color info

#E6A489 contains mainly red color. Web safe color of #E6A489 is #CC9999 (or #C99).

RGB color model

#E6A489 color RGB value is (230,164,137).

  • red value is 230;
  • green value is 164;
  • blue value is 137.
RGB:
(230,164,137)
(90%,64%,54%)

RGB channels and saturation

R 230 of 255 = 90%
G 164 of 255 = 64%
B 137 of 255 = 54%

230
164
137

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

Portions of RGB colors in percentages

R + G + B =
230 + 164 + 137 = 531 (100%)
R 230 of 531 ~ 43.31%
G 164 of 531 ~ 30.89%
B 137 of 531 ~ 25.8%

%43.31
%30.89
%25.8

CMYK color model

#E6A489 color CMYK value is (0,29,40,10).

  • cyan value is 0.00%
  • magenta value is 28.70%
  • yellow value is 40.43%
  • key color value is 9.80%
CMYK:
(0,29,40,10)
C0M29Y40K10 
(0%,29%,40%,10%)
(0.00/0.29/0.40/0.10)	

CMYK percentages

%0
%28.7
%40.43
%9.8

Codes

Color #E6A489 in popluar color models

E6A489
RGB230164137
HSL17°65.03%71.96%
HSB/HSV17°40.43%90.20%
CMYK0.00%28.70%40.43%
9.80%

Color #E6A489 in popluar number systems.

HEXE6A489
Decimal230164137
Binary111001101010010010001001
Octal346244211

Shades and tints

Shades of #E6A489

#E6A489
(230,164,137)
#D2967D
(210,150,125)
#BE8871
(190,136,113)
#AA7A65
(170,122,101)
#966C59
(150,108,89)
#825E4D
(130,94,77)
#6E5041
(110,80,65)
#5A4235
(90,66,53)
#463429
(70,52,41)
#32261D
(50,38,29)
#1E1811
(30,24,17)
#000000
(0,0,0)

Tints of #E6A489

#E6A489
(230,164,137)
#E8AC93
(232,172,147)
#EAB49D
(234,180,157)
#ECBCA7
(236,188,167)
#EEC4B1
(238,196,177)
#F0CCBB
(240,204,187)
#F2D4C5
(242,212,197)
#F4DCCF
(244,220,207)
#F6E4D9
(246,228,217)
#F8ECE3
(248,236,227)
#FAF4ED
(250,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A489 color. Also use rgb(230,164,137) instead hex code.

Text Font Color

.myTextColor { color: #E6A489; }

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

This text font color is #E6A489.


Background Color

.myBgColor { background-color: #E6A489; }

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

This div background color is #E6A489.


Border color

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

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

This div border color is #E6A489.


Opacity

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

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

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

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

This text has shadow with #E6A489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A489 on black background.


Color preview on white background

This text has color #E6A489 on white background.



Black color preview on #E6A489 background

This text has black color on #E6A489 background.


White color preview on #E6A489 background

This text has white color on #E6A489 background.