COLOR #E49415

HEX: #E49415
RGB: (228,148,21)

Color info

#E49415 contains mainly red color. Web safe color of #E49415 is #CC9900 (or #C90).

RGB color model

#E49415 color RGB value is (228,148,21).

  • red value is 228;
  • green value is 148;
  • blue value is 21.
RGB:
(228,148,21)
(89%,58%,8%)

RGB channels and saturation

R 228 of 255 = 89%
G 148 of 255 = 58%
B 21 of 255 = 8%

228
148
21

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

Portions of RGB colors in percentages

R + G + B =
228 + 148 + 21 = 397 (100%)
R 228 of 397 ~ 57.43%
G 148 of 397 ~ 37.28%
B 21 of 397 ~ 5.29%

%57.43
%37.28

CMYK color model

#E49415 color CMYK value is (0,35,91,11).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 90.79%
  • key color value is 10.59%
CMYK:
(0,35,91,11)
C0M35Y91K11 
(0%,35%,91%,11%)
(0.00/0.35/0.91/0.11)	

CMYK percentages

%0
%35.09
%90.79
%10.59

Codes

Color #E49415 in popluar color models

E49415
RGB22814821
HSL37°83.13%48.82%
HSB/HSV37°90.79%89.41%
CMYK0.00%35.09%90.79%
10.59%

Color #E49415 in popluar number systems.

HEXE49415
Decimal22814821
Binary111001001001010010101
Octal34422425

Shades and tints

Shades of #E49415

#E49415
(228,148,21)
#D08714
(208,135,20)
#BC7A13
(188,122,19)
#A86D12
(168,109,18)
#946011
(148,96,17)
#805310
(128,83,16)
#6C460F
(108,70,15)
#58390E
(88,57,14)
#442C0D
(68,44,13)
#301F0C
(48,31,12)
#1C120B
(28,18,11)
#000000
(0,0,0)

Tints of #E49415

#E49415
(228,148,21)
#E69D2A
(230,157,42)
#E8A63F
(232,166,63)
#EAAF54
(234,175,84)
#ECB869
(236,184,105)
#EEC17E
(238,193,126)
#F0CA93
(240,202,147)
#F2D3A8
(242,211,168)
#F4DCBD
(244,220,189)
#F6E5D2
(246,229,210)
#F8EEE7
(248,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E49415 color. Also use rgb(228,148,21) instead hex code.

Text Font Color

.myTextColor { color: #E49415; }

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

This text font color is #E49415.


Background Color

.myBgColor { background-color: #E49415; }

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

This div background color is #E49415.


Border color

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

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

This div border color is #E49415.


Opacity

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

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

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

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

This text has shadow with #E49415 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E49415 on black background.


Color preview on white background

This text has color #E49415 on white background.



Black color preview on #E49415 background

This text has black color on #E49415 background.


White color preview on #E49415 background

This text has white color on #E49415 background.