COLOR #E89250

HEX: #E89250 RGB: (232,146,80)

Color info

#E89250 contains mainly red color. Web safe color of #E89250 is #FF9966 (or #F96).

RGB color model

#E89250 color RGB value is (232,146,80).

RGB: (232,146,80) (91%, 57%, 31%)

RGB channels and saturation

R 232 of 255 = 91%
G 146 of 255 = 57%
B 80 of 255 = 31%

232
146
80

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

Portions of RGB colors in percentages

R + G + B = 232 + 146 + 80 = 458 (100%)
R 232 of 458 ~ 50.66%
G 146 of 458 ~ 31.88%
B 80 of 458 ~ 17.47'%

%50.66
%31.88
%17.47

CMYK color model

#E89250 color CMYK value is (0,37,66,9).

  • cyan value is 0.00%
  • magenta value is 37.07%
  • yellow value is 65.52%
  • key color value is 9.02%

CMYK: (0,37,66,9)
C0M37Y66K9 (0%, 37%, 66%, 9%)
(0.00 / 0.37 / 0.66 / 0.09)

CMYK percentages

%0
%37.07
%65.52
%9.02

Codes

Color #E89250 in popluar color models

E8 92 50
RGB 232 146 80
HSL 26° 76.77% 61.18%
HSB/HSV 26° 65.52% 90.98%
CMYK 0.00% 37.07% 65.52%
9.02%

Color #E89250 in popluar number systems.

HEX E8 92 50
Decimal 232 146 80
Binary 11101000 10010010 1010000
Octal 350 222 120

Shades and tints

Shades of #E89250

#E89250
(232,146,80)
#D38549
(211,133,73)
#BE7842
(190,120,66)
#A96B3B
(169,107,59)
#945E34
(148,94,52)
#7F512D
(127,81,45)
#6A4426
(106,68,38)
#55371F
(85,55,31)
#402A18
(64,42,24)
#2B1D11
(43,29,17)
#16100A
(22,16,10)
#000000
(0,0,0)

Tints of #E89250

#E89250
(232,146,80)
#EA9B5F
(234,155,95)
#ECA46E
(236,164,110)
#EEAD7D
(238,173,125)
#F0B68C
(240,182,140)
#F2BF9B
(242,191,155)
#F4C8AA
(244,200,170)
#F6D1B9
(246,209,185)
#F8DAC8
(248,218,200)
#FAE3D7
(250,227,215)
#FCECE6
(252,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E89250 color. Also use rgb(232,146,80) instead hex code.

Text Font Color

.myTextColor { color: #E89250; }

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

This text font color is #E89250.

Background Color

.myBgColor { background-color: #E89250; }

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

This div background color is #E89250.

Border color

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

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

This div border color is #E89250.

Opacity

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

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

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

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

This text has shadow with #E89250 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E89250.

Preview

Color preview on black background

This text has color #E89250 on black background.


Color preview on white background

This text has color #E89250 on white background.


Black color preview on #E89250 background

This text has black color on #E89250 background.


White color preview on #E89250 background

This text has white color on #E89250 background.


Related colors

Complementary color

Complementary color for #hex is #176DAF.


I love getcolorcode.com

Triadic colors

1 #50E892 and #9250E8 with #E89250 are triadic colors.

2 #5092E8 and #92E850 with #E89250 are triadic colors.