COLOR #E48A14

HEX: #E48A14
RGB: (228,138,20)

Color info

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

RGB color model

#E48A14 color RGB value is (228,138,20).

  • red value is 228;
  • green value is 138;
  • blue value is 20.
RGB:
(228,138,20)
(89%,54%,8%)

RGB channels and saturation

R 228 of 255 = 89%
G 138 of 255 = 54%
B 20 of 255 = 8%

228
138
20

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

Portions of RGB colors in percentages

R + G + B =
228 + 138 + 20 = 386 (100%)
R 228 of 386 ~ 59.07%
G 138 of 386 ~ 35.75%
B 20 of 386 ~ 5.18%

%59.07
%35.75

CMYK color model

#E48A14 color CMYK value is (0,39,91,11).

  • cyan value is 0.00%
  • magenta value is 39.47%
  • yellow value is 91.23%
  • key color value is 10.59%
CMYK:
(0,39,91,11)
C0M39Y91K11 
(0%,39%,91%,11%)
(0.00/0.39/0.91/0.11)	

CMYK percentages

%0
%39.47
%91.23
%10.59

Codes

Color #E48A14 in popluar color models

E48A14
RGB22813820
HSL34°83.87%48.63%
HSB/HSV34°91.23%89.41%
CMYK0.00%39.47%91.23%
10.59%

Color #E48A14 in popluar number systems.

HEXE48A14
Decimal22813820
Binary111001001000101010100
Octal34421224

Shades and tints

Shades of #E48A14

#E48A14
(228,138,20)
#D07E13
(208,126,19)
#BC7212
(188,114,18)
#A86611
(168,102,17)
#945A10
(148,90,16)
#804E0F
(128,78,15)
#6C420E
(108,66,14)
#58360D
(88,54,13)
#442A0C
(68,42,12)
#301E0B
(48,30,11)
#1C120A
(28,18,10)
#000000
(0,0,0)

Tints of #E48A14

#E48A14
(228,138,20)
#E69429
(230,148,41)
#E89E3E
(232,158,62)
#EAA853
(234,168,83)
#ECB268
(236,178,104)
#EEBC7D
(238,188,125)
#F0C692
(240,198,146)
#F2D0A7
(242,208,167)
#F4DABC
(244,218,188)
#F6E4D1
(246,228,209)
#F8EEE6
(248,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48A14 color. Also use rgb(228,138,20) instead hex code.

Text Font Color

.myTextColor { color: #E48A14; }

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

This text font color is #E48A14.


Background Color

.myBgColor { background-color: #E48A14; }

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

This div background color is #E48A14.


Border color

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

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

This div border color is #E48A14.


Opacity

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

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

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

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

This text has shadow with #E48A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48A14 on black background.


Color preview on white background

This text has color #E48A14 on white background.



Black color preview on #E48A14 background

This text has black color on #E48A14 background.


White color preview on #E48A14 background

This text has white color on #E48A14 background.