COLOR #E49520

HEX: #E49520
RGB: (228,149,32)

Color info

#E49520 contains mainly red color. Web safe color of #E49520 is #CC9933 (or #C93).

RGB color model

#E49520 color RGB value is (228,149,32).

  • red value is 228;
  • green value is 149;
  • blue value is 32.
RGB:
(228,149,32)
(89%,58%,13%)

RGB channels and saturation

R 228 of 255 = 89%
G 149 of 255 = 58%
B 32 of 255 = 13%

228
149
32

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

Portions of RGB colors in percentages

R + G + B =
228 + 149 + 32 = 409 (100%)
R 228 of 409 ~ 55.75%
G 149 of 409 ~ 36.43%
B 32 of 409 ~ 7.82%

%55.75
%36.43

CMYK color model

#E49520 color CMYK value is (0,35,86,11).

  • cyan value is 0.00%
  • magenta value is 34.65%
  • yellow value is 85.96%
  • key color value is 10.59%
CMYK:
(0,35,86,11)
C0M35Y86K11 
(0%,35%,86%,11%)
(0.00/0.35/0.86/0.11)	

CMYK percentages

%0
%34.65
%85.96
%10.59

Codes

Color #E49520 in popluar color models

E49520
RGB22814932
HSL36°78.40%50.98%
HSB/HSV36°85.96%89.41%
CMYK0.00%34.65%85.96%
10.59%

Color #E49520 in popluar number systems.

HEXE49520
Decimal22814932
Binary1110010010010101100000
Octal34422540

Shades and tints

Shades of #E49520

#E49520
(228,149,32)
#D0881E
(208,136,30)
#BC7B1C
(188,123,28)
#A86E1A
(168,110,26)
#946118
(148,97,24)
#805416
(128,84,22)
#6C4714
(108,71,20)
#583A12
(88,58,18)
#442D10
(68,45,16)
#30200E
(48,32,14)
#1C130C
(28,19,12)
#000000
(0,0,0)

Tints of #E49520

#E49520
(228,149,32)
#E69E34
(230,158,52)
#E8A748
(232,167,72)
#EAB05C
(234,176,92)
#ECB970
(236,185,112)
#EEC284
(238,194,132)
#F0CB98
(240,203,152)
#F2D4AC
(242,212,172)
#F4DDC0
(244,221,192)
#F6E6D4
(246,230,212)
#F8EFE8
(248,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49520 color. Also use rgb(228,149,32) instead hex code.

Text Font Color

.myTextColor { color: #E49520; }

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

This text font color is #E49520.


Background Color

.myBgColor { background-color: #E49520; }

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

This div background color is #E49520.


Border color

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

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

This div border color is #E49520.


Opacity

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

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

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

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

This text has shadow with #E49520 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49520 on black background.


Color preview on white background

This text has color #E49520 on white background.



Black color preview on #E49520 background

This text has black color on #E49520 background.


White color preview on #E49520 background

This text has white color on #E49520 background.