COLOR #E7A466

HEX: #E7A466
RGB: (231,164,102)

Color info

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

RGB color model

#E7A466 color RGB value is (231,164,102).

  • red value is 231;
  • green value is 164;
  • blue value is 102.
RGB:
(231,164,102)
(91%,64%,40%)

RGB channels and saturation

R 231 of 255 = 91%
G 164 of 255 = 64%
B 102 of 255 = 40%

231
164
102

R + G + B ~ 65%. #E7A466 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 164 + 102 = 497 (100%)
R 231 of 497 ~ 46.48%
G 164 of 497 ~ 33%
B 102 of 497 ~ 20.52%

%46.48
%33
%20.52

CMYK color model

#E7A466 color CMYK value is (0,29,56,9).

  • cyan value is 0.00%
  • magenta value is 29.00%
  • yellow value is 55.84%
  • key color value is 9.41%
CMYK:
(0,29,56,9)
C0M29Y56K9 
(0%,29%,56%,9%)
(0.00/0.29/0.56/0.09)	

CMYK percentages

%0
%29
%55.84
%9.41

Codes

Color #E7A466 in popluar color models

E7A466
RGB231164102
HSL29°72.88%65.29%
HSB/HSV29°55.84%90.59%
CMYK0.00%29.00%55.84%
9.41%

Color #E7A466 in popluar number systems.

HEXE7A466
Decimal231164102
Binary11100111101001001100110
Octal347244146

Shades and tints

Shades of #E7A466

#E7A466
(231,164,102)
#D2965D
(210,150,93)
#BD8854
(189,136,84)
#A87A4B
(168,122,75)
#936C42
(147,108,66)
#7E5E39
(126,94,57)
#695030
(105,80,48)
#544227
(84,66,39)
#3F341E
(63,52,30)
#2A2615
(42,38,21)
#15180C
(21,24,12)
#000000
(0,0,0)

Tints of #E7A466

#E7A466
(231,164,102)
#E9AC73
(233,172,115)
#EBB480
(235,180,128)
#EDBC8D
(237,188,141)
#EFC49A
(239,196,154)
#F1CCA7
(241,204,167)
#F3D4B4
(243,212,180)
#F5DCC1
(245,220,193)
#F7E4CE
(247,228,206)
#F9ECDB
(249,236,219)
#FBF4E8
(251,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A466 color. Also use rgb(231,164,102) instead hex code.

Text Font Color

.myTextColor { color: #E7A466; }

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

This text font color is #E7A466.


Background Color

.myBgColor { background-color: #E7A466; }

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

This div background color is #E7A466.


Border color

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

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

This div border color is #E7A466.


Opacity

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

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

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

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

This text has shadow with #E7A466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A466 on black background.


Color preview on white background

This text has color #E7A466 on white background.



Black color preview on #E7A466 background

This text has black color on #E7A466 background.


White color preview on #E7A466 background

This text has white color on #E7A466 background.