COLOR #E7AF6D

HEX: #E7AF6D RGB: (231,175,109)

Color info

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

RGB color model

#E7AF6D color RGB value is (231,175,109).

RGB: (231,175,109) (91%, 69%, 43%)

RGB channels and saturation

R 231 of 255 = 91%
G 175 of 255 = 69%
B 109 of 255 = 43%

231
175
109

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

Portions of RGB colors in percentages

R + G + B = 231 + 175 + 109 = 515 (100%)
R 231 of 515 ~ 44.85%
G 175 of 515 ~ 33.98%
B 109 of 515 ~ 21.17'%

%44.85
%33.98
%21.17

CMYK color model

#E7AF6D color CMYK value is (0,24,53,9).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 52.81%
  • key color value is 9.41%
CMYK: (0,24,53,9) C0M24Y53K9 (0%,24%,53%,9%) (0.00/0.24/0.53/0.09) 

CMYK percentages

%0
%24.24
%52.81
%9.41

Codes

Color #E7AF6D in popluar color models

E7 AF 6D
RGB 231 175 109
HSL 32° 71.76% 66.67%
HSB/HSV 32° 52.81% 90.59%
CMYK 0.00% 24.24% 52.81%
9.41%

Color #E7AF6D in popluar number systems.

HEX E7 AF 6D
Decimal 231 175 109
Binary 11100111 10101111 1101101
Octal 347 257 155

Shades and tints

Shades of #E7AF6D

#E7AF6D
(231,175,109)
#D2A064
(210,160,100)
#BD915B
(189,145,91)
#A88252
(168,130,82)
#937349
(147,115,73)
#7E6440
(126,100,64)
#695537
(105,85,55)
#54462E
(84,70,46)
#3F3725
(63,55,37)
#2A281C
(42,40,28)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #E7AF6D

#E7AF6D
(231,175,109)
#E9B67A
(233,182,122)
#EBBD87
(235,189,135)
#EDC494
(237,196,148)
#EFCBA1
(239,203,161)
#F1D2AE
(241,210,174)
#F3D9BB
(243,217,187)
#F5E0C8
(245,224,200)
#F7E7D5
(247,231,213)
#F9EEE2
(249,238,226)
#FBF5EF
(251,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AF6D; }

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

This text font color is #E7AF6D.

Background Color

.myBgColor { background-color: #E7AF6D; }

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

This div background color is #E7AF6D.

Border color

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

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

This div border color is #E7AF6D.

Opacity

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

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

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

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

This text has shadow with #E7AF6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7AF6D.

Preview

Color preview on black background

This text has color #E7AF6D on black background.


Color preview on white background

This text has color #E7AF6D on white background.


Black color preview on #E7AF6D background

This text has black color on #E7AF6D background.


White color preview on #E7AF6D background

This text has white color on #E7AF6D background.


Related colors

Complementary color

Complementary color for #hex is #185092.


I love getcolorcode.com

Triadic colors

1 #6DE7AF and #AF6DE7 with #E7AF6D are triadic colors.

2 #6DAFE7 and #AFE76D with #E7AF6D are triadic colors.