COLOR #E7AA67

HEX: #E7AA67 RGB: (231,170,103)

Color info

#E7AA67 contains mainly red color. Web safe color of #E7AA67 is #FF9966 (or #F96).

RGB color model

#E7AA67 color RGB value is (231,170,103).

RGB: (231,170,103) (91%, 67%, 40%)

RGB channels and saturation

R 231 of 255 = 91%
G 170 of 255 = 67%
B 103 of 255 = 40%

231
170
103

R + G + B ~ 66%. #E7AA67 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 170 + 103 = 504 (100%)
R 231 of 504 ~ 45.83%
G 170 of 504 ~ 33.73%
B 103 of 504 ~ 20.44'%

%45.83
%33.73
%20.44

CMYK color model

#E7AA67 color CMYK value is (0,26,55,9).

  • cyan value is 0.00%
  • magenta value is 26.41%
  • yellow value is 55.41%
  • key color value is 9.41%

CMYK: (0,26,55,9)
C0M26Y55K9 (0%, 26%, 55%, 9%)
(0.00 / 0.26 / 0.55 / 0.09)

CMYK percentages

%0
%26.41
%55.41
%9.41

Codes

Color #E7AA67 in popluar color models

E7 AA 67
RGB 231 170 103
HSL 31° 72.73% 65.49%
HSB/HSV 31° 55.41% 90.59%
CMYK 0.00% 26.41% 55.41%
9.41%

Color #E7AA67 in popluar number systems.

HEX E7 AA 67
Decimal 231 170 103
Binary 11100111 10101010 1100111
Octal 347 252 147

Shades and tints

Shades of #E7AA67

#E7AA67
(231,170,103)
#D29B5E
(210,155,94)
#BD8C55
(189,140,85)
#A87D4C
(168,125,76)
#936E43
(147,110,67)
#7E5F3A
(126,95,58)
#695031
(105,80,49)
#544128
(84,65,40)
#3F321F
(63,50,31)
#2A2316
(42,35,22)
#15140D
(21,20,13)
#000000
(0,0,0)

Tints of #E7AA67

#E7AA67
(231,170,103)
#E9B174
(233,177,116)
#EBB881
(235,184,129)
#EDBF8E
(237,191,142)
#EFC69B
(239,198,155)
#F1CDA8
(241,205,168)
#F3D4B5
(243,212,181)
#F5DBC2
(245,219,194)
#F7E2CF
(247,226,207)
#F9E9DC
(249,233,220)
#FBF0E9
(251,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7AA67 color. Also use rgb(231,170,103) instead hex code.

Text Font Color

.myTextColor { color: #E7AA67; }

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

This text font color is #E7AA67.

Background Color

.myBgColor { background-color: #E7AA67; }

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

This div background color is #E7AA67.

Border color

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

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

This div border color is #E7AA67.

Opacity

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

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

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

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

This text has shadow with #E7AA67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7AA67.

Preview

Color preview on black background

This text has color #E7AA67 on black background.


Color preview on white background

This text has color #E7AA67 on white background.


Black color preview on #E7AA67 background

This text has black color on #E7AA67 background.


White color preview on #E7AA67 background

This text has white color on #E7AA67 background.


Related colors

Complementary color

Complementary color for #hex is #185598.


I love getcolorcode.com

Triadic colors

1 #67E7AA and #AA67E7 with #E7AA67 are triadic colors.

2 #67AAE7 and #AAE767 with #E7AA67 are triadic colors.