COLOR #E89C2F

HEX: #E89C2F
RGB: (232,156,47)

Color info

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

RGB color model

#E89C2F color RGB value is (232,156,47).

  • red value is 232;
  • green value is 156;
  • blue value is 47.
RGB:
(232,156,47)
(91%,61%,18%)

RGB channels and saturation

R 232 of 255 = 91%
G 156 of 255 = 61%
B 47 of 255 = 18%

232
156
47

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

Portions of RGB colors in percentages

R + G + B =
232 + 156 + 47 = 435 (100%)
R 232 of 435 ~ 53.33%
G 156 of 435 ~ 35.86%
B 47 of 435 ~ 10.8%

%53.33
%35.86
%10.8

CMYK color model

#E89C2F color CMYK value is (0,33,80,9).

  • cyan value is 0.00%
  • magenta value is 32.76%
  • yellow value is 79.74%
  • key color value is 9.02%
CMYK:
(0,33,80,9)
C0M33Y80K9 
(0%,33%,80%,9%)
(0.00/0.33/0.80/0.09)	

CMYK percentages

%0
%32.76
%79.74
%9.02

Codes

Color #E89C2F in popluar color models

E89C2F
RGB23215647
HSL35°80.09%54.71%
HSB/HSV35°79.74%90.98%
CMYK0.00%32.76%79.74%
9.02%

Color #E89C2F in popluar number systems.

HEXE89C2F
Decimal23215647
Binary1110100010011100101111
Octal35023457

Shades and tints

Shades of #E89C2F

#E89C2F
(232,156,47)
#D38E2B
(211,142,43)
#BE8027
(190,128,39)
#A97223
(169,114,35)
#94641F
(148,100,31)
#7F561B
(127,86,27)
#6A4817
(106,72,23)
#553A13
(85,58,19)
#402C0F
(64,44,15)
#2B1E0B
(43,30,11)
#161007
(22,16,7)
#000000
(0,0,0)

Tints of #E89C2F

#E89C2F
(232,156,47)
#EAA541
(234,165,65)
#ECAE53
(236,174,83)
#EEB765
(238,183,101)
#F0C077
(240,192,119)
#F2C989
(242,201,137)
#F4D29B
(244,210,155)
#F6DBAD
(246,219,173)
#F8E4BF
(248,228,191)
#FAEDD1
(250,237,209)
#FCF6E3
(252,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E89C2F color. Also use rgb(232,156,47) instead hex code.

Text Font Color

.myTextColor { color: #E89C2F; }

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

This text font color is #E89C2F.


Background Color

.myBgColor { background-color: #E89C2F; }

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

This div background color is #E89C2F.


Border color

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

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

This div border color is #E89C2F.


Opacity

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

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

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

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

This text has shadow with #E89C2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E89C2F on black background.


Color preview on white background

This text has color #E89C2F on white background.



Black color preview on #E89C2F background

This text has black color on #E89C2F background.


White color preview on #E89C2F background

This text has white color on #E89C2F background.