COLOR #E6A577

HEX: #E6A577
RGB: (230,165,119)

Color info

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

RGB color model

#E6A577 color RGB value is (230,165,119).

  • red value is 230;
  • green value is 165;
  • blue value is 119.
RGB:
(230,165,119)
(90%,65%,47%)

RGB channels and saturation

R 230 of 255 = 90%
G 165 of 255 = 65%
B 119 of 255 = 47%

230
165
119

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

Portions of RGB colors in percentages

R + G + B =
230 + 165 + 119 = 514 (100%)
R 230 of 514 ~ 44.75%
G 165 of 514 ~ 32.1%
B 119 of 514 ~ 23.15%

%44.75
%32.1
%23.15

CMYK color model

#E6A577 color CMYK value is (0,28,48,10).

  • cyan value is 0.00%
  • magenta value is 28.26%
  • yellow value is 48.26%
  • key color value is 9.80%
CMYK:
(0,28,48,10)
C0M28Y48K10 
(0%,28%,48%,10%)
(0.00/0.28/0.48/0.10)	

CMYK percentages

%0
%28.26
%48.26
%9.8

Codes

Color #E6A577 in popluar color models

E6A577
RGB230165119
HSL25°68.94%68.43%
HSB/HSV25°48.26%90.20%
CMYK0.00%28.26%48.26%
9.80%

Color #E6A577 in popluar number systems.

HEXE6A577
Decimal230165119
Binary11100110101001011110111
Octal346245167

Shades and tints

Shades of #E6A577

#E6A577
(230,165,119)
#D2966D
(210,150,109)
#BE8763
(190,135,99)
#AA7859
(170,120,89)
#96694F
(150,105,79)
#825A45
(130,90,69)
#6E4B3B
(110,75,59)
#5A3C31
(90,60,49)
#462D27
(70,45,39)
#321E1D
(50,30,29)
#1E0F13
(30,15,19)
#000000
(0,0,0)

Tints of #E6A577

#E6A577
(230,165,119)
#E8AD83
(232,173,131)
#EAB58F
(234,181,143)
#ECBD9B
(236,189,155)
#EEC5A7
(238,197,167)
#F0CDB3
(240,205,179)
#F2D5BF
(242,213,191)
#F4DDCB
(244,221,203)
#F6E5D7
(246,229,215)
#F8EDE3
(248,237,227)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6A577 color. Also use rgb(230,165,119) instead hex code.

Text Font Color

.myTextColor { color: #E6A577; }

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

This text font color is #E6A577.


Background Color

.myBgColor { background-color: #E6A577; }

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

This div background color is #E6A577.


Border color

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

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

This div border color is #E6A577.


Opacity

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

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

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

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

This text has shadow with #E6A577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6A577 on black background.


Color preview on white background

This text has color #E6A577 on white background.



Black color preview on #E6A577 background

This text has black color on #E6A577 background.


White color preview on #E6A577 background

This text has white color on #E6A577 background.