COLOR #E7A54A

HEX: #E7A54A
RGB: (231,165,74)

Color info

#E7A54A contains mainly red color. Web safe color of #E7A54A is #FF9933 (or #F93).

RGB color model

#E7A54A color RGB value is (231,165,74).

  • red value is 231;
  • green value is 165;
  • blue value is 74.
RGB:
(231,165,74)
(91%,65%,29%)

RGB channels and saturation

R 231 of 255 = 91%
G 165 of 255 = 65%
B 74 of 255 = 29%

231
165
74

R + G + B ~ 62%. #E7A54A is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 165 + 74 = 470 (100%)
R 231 of 470 ~ 49.15%
G 165 of 470 ~ 35.11%
B 74 of 470 ~ 15.74%

%49.15
%35.11
%15.74

CMYK color model

#E7A54A color CMYK value is (0,29,68,9).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 67.97%
  • key color value is 9.41%
CMYK:
(0,29,68,9)
C0M29Y68K9 
(0%,29%,68%,9%)
(0.00/0.29/0.68/0.09)	

CMYK percentages

%0
%28.57
%67.97
%9.41

Codes

Color #E7A54A in popluar color models

E7A54A
RGB23116574
HSL35°76.59%59.80%
HSB/HSV35°67.97%90.59%
CMYK0.00%28.57%67.97%
9.41%

Color #E7A54A in popluar number systems.

HEXE7A54A
Decimal23116574
Binary11100111101001011001010
Octal347245112

Shades and tints

Shades of #E7A54A

#E7A54A
(231,165,74)
#D29644
(210,150,68)
#BD873E
(189,135,62)
#A87838
(168,120,56)
#936932
(147,105,50)
#7E5A2C
(126,90,44)
#694B26
(105,75,38)
#543C20
(84,60,32)
#3F2D1A
(63,45,26)
#2A1E14
(42,30,20)
#150F0E
(21,15,14)
#000000
(0,0,0)

Tints of #E7A54A

#E7A54A
(231,165,74)
#E9AD5A
(233,173,90)
#EBB56A
(235,181,106)
#EDBD7A
(237,189,122)
#EFC58A
(239,197,138)
#F1CD9A
(241,205,154)
#F3D5AA
(243,213,170)
#F5DDBA
(245,221,186)
#F7E5CA
(247,229,202)
#F9EDDA
(249,237,218)
#FBF5EA
(251,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7A54A color. Also use rgb(231,165,74) instead hex code.

Text Font Color

.myTextColor { color: #E7A54A; }

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

This text font color is #E7A54A.


Background Color

.myBgColor { background-color: #E7A54A; }

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

This div background color is #E7A54A.


Border color

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

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

This div border color is #E7A54A.


Opacity

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

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

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

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

This text has shadow with #E7A54A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7A54A on black background.


Color preview on white background

This text has color #E7A54A on white background.



Black color preview on #E7A54A background

This text has black color on #E7A54A background.


White color preview on #E7A54A background

This text has white color on #E7A54A background.