COLOR #E7AA10

HEX: #E7AA10
RGB: (231,170,16)

Color info

#E7AA10 contains mainly red color. Web safe color of #E7AA10 is #FF9900 (or #F90).

RGB color model

#E7AA10 color RGB value is (231,170,16).

  • red value is 231;
  • green value is 170;
  • blue value is 16.
RGB:
(231,170,16)
(91%,67%,6%)

RGB channels and saturation

R 231 of 255 = 91%
G 170 of 255 = 67%
B 16 of 255 = 6%

231
170
16

R + G + B ~ 55%. #E7AA10 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
231 + 170 + 16 = 417 (100%)
R 231 of 417 ~ 55.4%
G 170 of 417 ~ 40.77%
B 16 of 417 ~ 3.84%

%55.4
%40.77

CMYK color model

#E7AA10 color CMYK value is (0,26,93,9).

  • cyan value is 0.00%
  • magenta value is 26.41%
  • yellow value is 93.07%
  • key color value is 9.41%
CMYK:
(0,26,93,9)
C0M26Y93K9 
(0%,26%,93%,9%)
(0.00/0.26/0.93/0.09)	

CMYK percentages

%0
%26.41
%93.07
%9.41

Codes

Color #E7AA10 in popluar color models

E7AA10
RGB23117016
HSL43°87.04%48.43%
HSB/HSV43°93.07%90.59%
CMYK0.00%26.41%93.07%
9.41%

Color #E7AA10 in popluar number systems.

HEXE7AA10
Decimal23117016
Binary111001111010101010000
Octal34725220

Shades and tints

Shades of #E7AA10

#E7AA10
(231,170,16)
#D29B0F
(210,155,15)
#BD8C0E
(189,140,14)
#A87D0D
(168,125,13)
#936E0C
(147,110,12)
#7E5F0B
(126,95,11)
#69500A
(105,80,10)
#544109
(84,65,9)
#3F3208
(63,50,8)
#2A2307
(42,35,7)
#151406
(21,20,6)
#000000
(0,0,0)

Tints of #E7AA10

#E7AA10
(231,170,16)
#E9B125
(233,177,37)
#EBB83A
(235,184,58)
#EDBF4F
(237,191,79)
#EFC664
(239,198,100)
#F1CD79
(241,205,121)
#F3D48E
(243,212,142)
#F5DBA3
(245,219,163)
#F7E2B8
(247,226,184)
#F9E9CD
(249,233,205)
#FBF0E2
(251,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AA10; }

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

This text font color is #E7AA10.


Background Color

.myBgColor { background-color: #E7AA10; }

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

This div background color is #E7AA10.


Border color

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

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

This div border color is #E7AA10.


Opacity

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

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

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

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

This text has shadow with #E7AA10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AA10 on black background.


Color preview on white background

This text has color #E7AA10 on white background.



Black color preview on #E7AA10 background

This text has black color on #E7AA10 background.


White color preview on #E7AA10 background

This text has white color on #E7AA10 background.