COLOR #E49E30

HEX: #E49E30
RGB: (228,158,48)

Color info

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

RGB color model

#E49E30 color RGB value is (228,158,48).

  • red value is 228;
  • green value is 158;
  • blue value is 48.
RGB:
(228,158,48)
(89%,62%,19%)

RGB channels and saturation

R 228 of 255 = 89%
G 158 of 255 = 62%
B 48 of 255 = 19%

228
158
48

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

Portions of RGB colors in percentages

R + G + B =
228 + 158 + 48 = 434 (100%)
R 228 of 434 ~ 52.53%
G 158 of 434 ~ 36.41%
B 48 of 434 ~ 11.06%

%52.53
%36.41
%11.06

CMYK color model

#E49E30 color CMYK value is (0,31,79,11).

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 78.95%
  • key color value is 10.59%
CMYK:
(0,31,79,11)
C0M31Y79K11 
(0%,31%,79%,11%)
(0.00/0.31/0.79/0.11)	

CMYK percentages

%0
%30.7
%78.95
%10.59

Codes

Color #E49E30 in popluar color models

E49E30
RGB22815848
HSL37°76.92%54.12%
HSB/HSV37°78.95%89.41%
CMYK0.00%30.70%78.95%
10.59%

Color #E49E30 in popluar number systems.

HEXE49E30
Decimal22815848
Binary1110010010011110110000
Octal34423660

Shades and tints

Shades of #E49E30

#E49E30
(228,158,48)
#D0902C
(208,144,44)
#BC8228
(188,130,40)
#A87424
(168,116,36)
#946620
(148,102,32)
#80581C
(128,88,28)
#6C4A18
(108,74,24)
#583C14
(88,60,20)
#442E10
(68,46,16)
#30200C
(48,32,12)
#1C1208
(28,18,8)
#000000
(0,0,0)

Tints of #E49E30

#E49E30
(228,158,48)
#E6A642
(230,166,66)
#E8AE54
(232,174,84)
#EAB666
(234,182,102)
#ECBE78
(236,190,120)
#EEC68A
(238,198,138)
#F0CE9C
(240,206,156)
#F2D6AE
(242,214,174)
#F4DEC0
(244,222,192)
#F6E6D2
(246,230,210)
#F8EEE4
(248,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49E30 color. Also use rgb(228,158,48) instead hex code.

Text Font Color

.myTextColor { color: #E49E30; }

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

This text font color is #E49E30.


Background Color

.myBgColor { background-color: #E49E30; }

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

This div background color is #E49E30.


Border color

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

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

This div border color is #E49E30.


Opacity

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

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

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

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

This text has shadow with #E49E30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49E30 on black background.


Color preview on white background

This text has color #E49E30 on white background.



Black color preview on #E49E30 background

This text has black color on #E49E30 background.


White color preview on #E49E30 background

This text has white color on #E49E30 background.