COLOR #E3AF81

HEX: #E3AF81
RGB: (227,175,129)

Color info

#E3AF81 contains mainly red and green colors. Web safe color of #E3AF81 is #CC9999 (or #C99).

RGB color model

#E3AF81 color RGB value is (227,175,129).

  • red value is 227;
  • green value is 175;
  • blue value is 129.
RGB:
(227,175,129)
(89%,69%,51%)

RGB channels and saturation

R 227 of 255 = 89%
G 175 of 255 = 69%
B 129 of 255 = 51%

227
175
129

R + G + B ~ 70%. #E3AF81 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 175 + 129 = 531 (100%)
R 227 of 531 ~ 42.75%
G 175 of 531 ~ 32.96%
B 129 of 531 ~ 24.29%

%42.75
%32.96
%24.29

CMYK color model

#E3AF81 color CMYK value is (0,23,43,11).

  • cyan value is 0.00%
  • magenta value is 22.91%
  • yellow value is 43.17%
  • key color value is 10.98%
CMYK:
(0,23,43,11)
C0M23Y43K11 
(0%,23%,43%,11%)
(0.00/0.23/0.43/0.11)	

CMYK percentages

%0
%22.91
%43.17
%10.98

Codes

Color #E3AF81 in popluar color models

E3AF81
RGB227175129
HSL28°63.64%69.80%
HSB/HSV28°43.17%89.02%
CMYK0.00%22.91%43.17%
10.98%

Color #E3AF81 in popluar number systems.

HEXE3AF81
Decimal227175129
Binary111000111010111110000001
Octal343257201

Shades and tints

Shades of #E3AF81

#E3AF81
(227,175,129)
#CFA076
(207,160,118)
#BB916B
(187,145,107)
#A78260
(167,130,96)
#937355
(147,115,85)
#7F644A
(127,100,74)
#6B553F
(107,85,63)
#574634
(87,70,52)
#433729
(67,55,41)
#2F281E
(47,40,30)
#1B1913
(27,25,19)
#000000
(0,0,0)

Tints of #E3AF81

#E3AF81
(227,175,129)
#E5B68C
(229,182,140)
#E7BD97
(231,189,151)
#E9C4A2
(233,196,162)
#EBCBAD
(235,203,173)
#EDD2B8
(237,210,184)
#EFD9C3
(239,217,195)
#F1E0CE
(241,224,206)
#F3E7D9
(243,231,217)
#F5EEE4
(245,238,228)
#F7F5EF
(247,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AF81 color. Also use rgb(227,175,129) instead hex code.

Text Font Color

.myTextColor { color: #E3AF81; }

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

This text font color is #E3AF81.


Background Color

.myBgColor { background-color: #E3AF81; }

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

This div background color is #E3AF81.


Border color

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

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

This div border color is #E3AF81.


Opacity

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

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

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

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

This text has shadow with #E3AF81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AF81 on black background.


Color preview on white background

This text has color #E3AF81 on white background.



Black color preview on #E3AF81 background

This text has black color on #E3AF81 background.


White color preview on #E3AF81 background

This text has white color on #E3AF81 background.