COLOR #E6A089

HEX: #E6A089
RGB: (230,160,137)

Color info

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

RGB color model

#E6A089 color RGB value is (230,160,137).

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

RGB channels and saturation

R 230 of 255 = 90%
G 160 of 255 = 63%
B 137 of 255 = 54%

230
160
137

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

Portions of RGB colors in percentages

R + G + B =
230 + 160 + 137 = 527 (100%)
R 230 of 527 ~ 43.64%
G 160 of 527 ~ 30.36%
B 137 of 527 ~ 26%

%43.64
%30.36
%26

CMYK color model

#E6A089 color CMYK value is (0,30,40,10).

  • cyan value is 0.00%
  • magenta value is 30.43%
  • yellow value is 40.43%
  • key color value is 9.80%
CMYK:
(0,30,40,10)
C0M30Y40K10 
(0%,30%,40%,10%)
(0.00/0.30/0.40/0.10)	

CMYK percentages

%0
%30.43
%40.43
%9.8

Codes

Color #E6A089 in popluar color models

E6A089
RGB230160137
HSL15°65.03%71.96%
HSB/HSV15°40.43%90.20%
CMYK0.00%30.43%40.43%
9.80%

Color #E6A089 in popluar number systems.

HEXE6A089
Decimal230160137
Binary111001101010000010001001
Octal346240211

Shades and tints

Shades of #E6A089

#E6A089
(230,160,137)
#D2927D
(210,146,125)
#BE8471
(190,132,113)
#AA7665
(170,118,101)
#966859
(150,104,89)
#825A4D
(130,90,77)
#6E4C41
(110,76,65)
#5A3E35
(90,62,53)
#463029
(70,48,41)
#32221D
(50,34,29)
#1E1411
(30,20,17)
#000000
(0,0,0)

Tints of #E6A089

#E6A089
(230,160,137)
#E8A893
(232,168,147)
#EAB09D
(234,176,157)
#ECB8A7
(236,184,167)
#EEC0B1
(238,192,177)
#F0C8BB
(240,200,187)
#F2D0C5
(242,208,197)
#F4D8CF
(244,216,207)
#F6E0D9
(246,224,217)
#F8E8E3
(248,232,227)
#FAF0ED
(250,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6A089; }

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

This text font color is #E6A089.


Background Color

.myBgColor { background-color: #E6A089; }

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

This div background color is #E6A089.


Border color

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

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

This div border color is #E6A089.


Opacity

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

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

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

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

This text has shadow with #E6A089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A089 on black background.


Color preview on white background

This text has color #E6A089 on white background.



Black color preview on #E6A089 background

This text has black color on #E6A089 background.


White color preview on #E6A089 background

This text has white color on #E6A089 background.