COLOR #E7B245

HEX: #E7B245
RGB: (231,178,69)

Color info

#E7B245 contains mainly red and green colors. Web safe color of #E7B245 is #FF9933 (or #F93).

RGB color model

#E7B245 color RGB value is (231,178,69).

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

RGB channels and saturation

R 231 of 255 = 91%
G 178 of 255 = 70%
B 69 of 255 = 27%

231
178
69

R + G + B ~ 63%. #E7B245 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 178 + 69 = 478 (100%)
R 231 of 478 ~ 48.33%
G 178 of 478 ~ 37.24%
B 69 of 478 ~ 14.44%

%48.33
%37.24
%14.44

CMYK color model

#E7B245 color CMYK value is (0,23,70,9).

  • cyan value is 0.00%
  • magenta value is 22.94%
  • yellow value is 70.13%
  • key color value is 9.41%
CMYK:
(0,23,70,9)
C0M23Y70K9 
(0%,23%,70%,9%)
(0.00/0.23/0.70/0.09)	

CMYK percentages

%0
%22.94
%70.13
%9.41

Codes

Color #E7B245 in popluar color models

E7B245
RGB23117869
HSL40°77.14%58.82%
HSB/HSV40°70.13%90.59%
CMYK0.00%22.94%70.13%
9.41%

Color #E7B245 in popluar number systems.

HEXE7B245
Decimal23117869
Binary11100111101100101000101
Octal347262105

Shades and tints

Shades of #E7B245

#E7B245
(231,178,69)
#D2A23F
(210,162,63)
#BD9239
(189,146,57)
#A88233
(168,130,51)
#93722D
(147,114,45)
#7E6227
(126,98,39)
#695221
(105,82,33)
#54421B
(84,66,27)
#3F3215
(63,50,21)
#2A220F
(42,34,15)
#151209
(21,18,9)
#000000
(0,0,0)

Tints of #E7B245

#E7B245
(231,178,69)
#E9B955
(233,185,85)
#EBC065
(235,192,101)
#EDC775
(237,199,117)
#EFCE85
(239,206,133)
#F1D595
(241,213,149)
#F3DCA5
(243,220,165)
#F5E3B5
(245,227,181)
#F7EAC5
(247,234,197)
#F9F1D5
(249,241,213)
#FBF8E5
(251,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7B245; }

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

This text font color is #E7B245.


Background Color

.myBgColor { background-color: #E7B245; }

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

This div background color is #E7B245.


Border color

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

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

This div border color is #E7B245.


Opacity

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

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

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

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

This text has shadow with #E7B245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7B245 on black background.


Color preview on white background

This text has color #E7B245 on white background.



Black color preview on #E7B245 background

This text has black color on #E7B245 background.


White color preview on #E7B245 background

This text has white color on #E7B245 background.