COLOR #E3A857

HEX: #E3A857
RGB: (227,168,87)

Color info

#E3A857 contains mainly red and green colors. Web safe color of #E3A857 is #CC9966 (or #C96).

RGB color model

#E3A857 color RGB value is (227,168,87).

  • red value is 227;
  • green value is 168;
  • blue value is 87.
RGB:
(227,168,87)
(89%,66%,34%)

RGB channels and saturation

R 227 of 255 = 89%
G 168 of 255 = 66%
B 87 of 255 = 34%

227
168
87

R + G + B ~ 63%. #E3A857 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 168 + 87 = 482 (100%)
R 227 of 482 ~ 47.1%
G 168 of 482 ~ 34.85%
B 87 of 482 ~ 18.05%

%47.1
%34.85
%18.05

CMYK color model

#E3A857 color CMYK value is (0,26,62,11).

  • cyan value is 0.00%
  • magenta value is 25.99%
  • yellow value is 61.67%
  • key color value is 10.98%
CMYK:
(0,26,62,11)
C0M26Y62K11 
(0%,26%,62%,11%)
(0.00/0.26/0.62/0.11)	

CMYK percentages

%0
%25.99
%61.67
%10.98

Codes

Color #E3A857 in popluar color models

E3A857
RGB22716887
HSL35°71.43%61.57%
HSB/HSV35°61.67%89.02%
CMYK0.00%25.99%61.67%
10.98%

Color #E3A857 in popluar number systems.

HEXE3A857
Decimal22716887
Binary11100011101010001010111
Octal343250127

Shades and tints

Shades of #E3A857

#E3A857
(227,168,87)
#CF9950
(207,153,80)
#BB8A49
(187,138,73)
#A77B42
(167,123,66)
#936C3B
(147,108,59)
#7F5D34
(127,93,52)
#6B4E2D
(107,78,45)
#573F26
(87,63,38)
#43301F
(67,48,31)
#2F2118
(47,33,24)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #E3A857

#E3A857
(227,168,87)
#E5AF66
(229,175,102)
#E7B675
(231,182,117)
#E9BD84
(233,189,132)
#EBC493
(235,196,147)
#EDCBA2
(237,203,162)
#EFD2B1
(239,210,177)
#F1D9C0
(241,217,192)
#F3E0CF
(243,224,207)
#F5E7DE
(245,231,222)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3A857 color. Also use rgb(227,168,87) instead hex code.

Text Font Color

.myTextColor { color: #E3A857; }

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

This text font color is #E3A857.


Background Color

.myBgColor { background-color: #E3A857; }

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

This div background color is #E3A857.


Border color

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

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

This div border color is #E3A857.


Opacity

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

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

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

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

This text has shadow with #E3A857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3A857 on black background.


Color preview on white background

This text has color #E3A857 on white background.



Black color preview on #E3A857 background

This text has black color on #E3A857 background.


White color preview on #E3A857 background

This text has white color on #E3A857 background.