COLOR #E7AF72

HEX: #E7AF72 RGB: (231,175,114)

Color info

#E7AF72 contains mainly red and green colors. Web safe color of #E7AF72 is #FF9966 (or #F96).

RGB color model

#E7AF72 color RGB value is (231,175,114).

RGB: (231,175,114) (91%, 69%, 45%)

RGB channels and saturation

R 231 of 255 = 91%
G 175 of 255 = 69%
B 114 of 255 = 45%

231
175
114

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

Portions of RGB colors in percentages

R + G + B = 231 + 175 + 114 = 520 (100%)
R 231 of 520 ~ 44.42%
G 175 of 520 ~ 33.65%
B 114 of 520 ~ 21.92'%

%44.42
%33.65
%21.92

CMYK color model

#E7AF72 color CMYK value is (0,24,51,9).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 50.65%
  • key color value is 9.41%

CMYK: (0,24,51,9)
C0M24Y51K9 (0%, 24%, 51%, 9%)
(0.00 / 0.24 / 0.51 / 0.09)

CMYK percentages

%0
%24.24
%50.65
%9.41

Codes

Color #E7AF72 in popluar color models

E7 AF 72
RGB 231 175 114
HSL 31° 70.91% 67.65%
HSB/HSV 31° 50.65% 90.59%
CMYK 0.00% 24.24% 50.65%
9.41%

Color #E7AF72 in popluar number systems.

HEX E7 AF 72
Decimal 231 175 114
Binary 11100111 10101111 1110010
Octal 347 257 162

Shades and tints

Shades of #E7AF72

#E7AF72
(231,175,114)
#D2A068
(210,160,104)
#BD915E
(189,145,94)
#A88254
(168,130,84)
#93734A
(147,115,74)
#7E6440
(126,100,64)
#695536
(105,85,54)
#54462C
(84,70,44)
#3F3722
(63,55,34)
#2A2818
(42,40,24)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #E7AF72

#E7AF72
(231,175,114)
#E9B67E
(233,182,126)
#EBBD8A
(235,189,138)
#EDC496
(237,196,150)
#EFCBA2
(239,203,162)
#F1D2AE
(241,210,174)
#F3D9BA
(243,217,186)
#F5E0C6
(245,224,198)
#F7E7D2
(247,231,210)
#F9EEDE
(249,238,222)
#FBF5EA
(251,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7AF72 color. Also use rgb(231,175,114) instead hex code.

Text Font Color

.myTextColor { color: #E7AF72; }

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

This text font color is #E7AF72.

Background Color

.myBgColor { background-color: #E7AF72; }

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

This div background color is #E7AF72.

Border color

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

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

This div border color is #E7AF72.

Opacity

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

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

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

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

This text has shadow with #E7AF72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7AF72.

Preview

Color preview on black background

This text has color #E7AF72 on black background.


Color preview on white background

This text has color #E7AF72 on white background.


Black color preview on #E7AF72 background

This text has black color on #E7AF72 background.


White color preview on #E7AF72 background

This text has white color on #E7AF72 background.


Related colors

Complementary color

Complementary color for #hex is #18508D.


I love getcolorcode.com

Triadic colors

1 #72E7AF and #AF72E7 with #E7AF72 are triadic colors.

2 #72AFE7 and #AFE772 with #E7AF72 are triadic colors.