COLOR #E3AE79

HEX: #E3AE79
RGB: (227,174,121)

Color info

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

RGB color model

#E3AE79 color RGB value is (227,174,121).

  • red value is 227;
  • green value is 174;
  • blue value is 121.
RGB:
(227,174,121)
(89%,68%,47%)

RGB channels and saturation

R 227 of 255 = 89%
G 174 of 255 = 68%
B 121 of 255 = 47%

227
174
121

R + G + B ~ 68%. #E3AE79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 174 + 121 = 522 (100%)
R 227 of 522 ~ 43.49%
G 174 of 522 ~ 33.33%
B 121 of 522 ~ 23.18%

%43.49
%33.33
%23.18

CMYK color model

#E3AE79 color CMYK value is (0,23,47,11).

  • cyan value is 0.00%
  • magenta value is 23.35%
  • yellow value is 46.70%
  • key color value is 10.98%
CMYK:
(0,23,47,11)
C0M23Y47K11 
(0%,23%,47%,11%)
(0.00/0.23/0.47/0.11)	

CMYK percentages

%0
%23.35
%46.7
%10.98

Codes

Color #E3AE79 in popluar color models

E3AE79
RGB227174121
HSL30°65.43%68.24%
HSB/HSV30°46.70%89.02%
CMYK0.00%23.35%46.70%
10.98%

Color #E3AE79 in popluar number systems.

HEXE3AE79
Decimal227174121
Binary11100011101011101111001
Octal343256171

Shades and tints

Shades of #E3AE79

#E3AE79
(227,174,121)
#CF9F6E
(207,159,110)
#BB9063
(187,144,99)
#A78158
(167,129,88)
#93724D
(147,114,77)
#7F6342
(127,99,66)
#6B5437
(107,84,55)
#57452C
(87,69,44)
#433621
(67,54,33)
#2F2716
(47,39,22)
#1B180B
(27,24,11)
#000000
(0,0,0)

Tints of #E3AE79

#E3AE79
(227,174,121)
#E5B585
(229,181,133)
#E7BC91
(231,188,145)
#E9C39D
(233,195,157)
#EBCAA9
(235,202,169)
#EDD1B5
(237,209,181)
#EFD8C1
(239,216,193)
#F1DFCD
(241,223,205)
#F3E6D9
(243,230,217)
#F5EDE5
(245,237,229)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AE79 color. Also use rgb(227,174,121) instead hex code.

Text Font Color

.myTextColor { color: #E3AE79; }

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

This text font color is #E3AE79.


Background Color

.myBgColor { background-color: #E3AE79; }

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

This div background color is #E3AE79.


Border color

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

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

This div border color is #E3AE79.


Opacity

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

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

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

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

This text has shadow with #E3AE79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AE79 on black background.


Color preview on white background

This text has color #E3AE79 on white background.



Black color preview on #E3AE79 background

This text has black color on #E3AE79 background.


White color preview on #E3AE79 background

This text has white color on #E3AE79 background.