COLOR #E7B945

HEX: #E7B945
RGB: (231,185,69)

Color info

#E7B945 contains mainly red and green colors. Web safe color of #E7B945 is #FFCC33 (or #FC3).

RGB color model

#E7B945 color RGB value is (231,185,69).

  • red value is 231;
  • green value is 185;
  • blue value is 69.
RGB:
(231,185,69)
(91%,73%,27%)

RGB channels and saturation

R 231 of 255 = 91%
G 185 of 255 = 73%
B 69 of 255 = 27%

231
185
69

R + G + B ~ 64%. #E7B945 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 185 + 69 = 485 (100%)
R 231 of 485 ~ 47.63%
G 185 of 485 ~ 38.14%
B 69 of 485 ~ 14.23%

%47.63
%38.14
%14.23

CMYK color model

#E7B945 color CMYK value is (0,20,70,9).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 70.13%
  • key color value is 9.41%
CMYK:
(0,20,70,9)
C0M20Y70K9 
(0%,20%,70%,9%)
(0.00/0.20/0.70/0.09)	

CMYK percentages

%0
%19.91
%70.13
%9.41

Codes

Color #E7B945 in popluar color models

E7B945
RGB23118569
HSL43°77.14%58.82%
HSB/HSV43°70.13%90.59%
CMYK0.00%19.91%70.13%
9.41%

Color #E7B945 in popluar number systems.

HEXE7B945
Decimal23118569
Binary11100111101110011000101
Octal347271105

Shades and tints

Shades of #E7B945

#E7B945
(231,185,69)
#D2A93F
(210,169,63)
#BD9939
(189,153,57)
#A88933
(168,137,51)
#93792D
(147,121,45)
#7E6927
(126,105,39)
#695921
(105,89,33)
#54491B
(84,73,27)
#3F3915
(63,57,21)
#2A290F
(42,41,15)
#151909
(21,25,9)
#000000
(0,0,0)

Tints of #E7B945

#E7B945
(231,185,69)
#E9BF55
(233,191,85)
#EBC565
(235,197,101)
#EDCB75
(237,203,117)
#EFD185
(239,209,133)
#F1D795
(241,215,149)
#F3DDA5
(243,221,165)
#F5E3B5
(245,227,181)
#F7E9C5
(247,233,197)
#F9EFD5
(249,239,213)
#FBF5E5
(251,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7B945 color. Also use rgb(231,185,69) instead hex code.

Text Font Color

.myTextColor { color: #E7B945; }

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

This text font color is #E7B945.


Background Color

.myBgColor { background-color: #E7B945; }

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

This div background color is #E7B945.


Border color

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

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

This div border color is #E7B945.


Opacity

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

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

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

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

This text has shadow with #E7B945 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B945 on black background.


Color preview on white background

This text has color #E7B945 on white background.



Black color preview on #E7B945 background

This text has black color on #E7B945 background.


White color preview on #E7B945 background

This text has white color on #E7B945 background.