COLOR #E48C31

HEX: #E48C31
RGB: (228,140,49)

Color info

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

RGB color model

#E48C31 color RGB value is (228,140,49).

  • red value is 228;
  • green value is 140;
  • blue value is 49.
RGB:
(228,140,49)
(89%,55%,19%)

RGB channels and saturation

R 228 of 255 = 89%
G 140 of 255 = 55%
B 49 of 255 = 19%

228
140
49

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

Portions of RGB colors in percentages

R + G + B =
228 + 140 + 49 = 417 (100%)
R 228 of 417 ~ 54.68%
G 140 of 417 ~ 33.57%
B 49 of 417 ~ 11.75%

%54.68
%33.57
%11.75

CMYK color model

#E48C31 color CMYK value is (0,39,79,11).

  • cyan value is 0.00%
  • magenta value is 38.60%
  • yellow value is 78.51%
  • key color value is 10.59%
CMYK:
(0,39,79,11)
C0M39Y79K11 
(0%,39%,79%,11%)
(0.00/0.39/0.79/0.11)	

CMYK percentages

%0
%38.6
%78.51
%10.59

Codes

Color #E48C31 in popluar color models

E48C31
RGB22814049
HSL31°76.82%54.31%
HSB/HSV31°78.51%89.41%
CMYK0.00%38.60%78.51%
10.59%

Color #E48C31 in popluar number systems.

HEXE48C31
Decimal22814049
Binary1110010010001100110001
Octal34421461

Shades and tints

Shades of #E48C31

#E48C31
(228,140,49)
#D0802D
(208,128,45)
#BC7429
(188,116,41)
#A86825
(168,104,37)
#945C21
(148,92,33)
#80501D
(128,80,29)
#6C4419
(108,68,25)
#583815
(88,56,21)
#442C11
(68,44,17)
#30200D
(48,32,13)
#1C1409
(28,20,9)
#000000
(0,0,0)

Tints of #E48C31

#E48C31
(228,140,49)
#E69643
(230,150,67)
#E8A055
(232,160,85)
#EAAA67
(234,170,103)
#ECB479
(236,180,121)
#EEBE8B
(238,190,139)
#F0C89D
(240,200,157)
#F2D2AF
(242,210,175)
#F4DCC1
(244,220,193)
#F6E6D3
(246,230,211)
#F8F0E5
(248,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48C31 color. Also use rgb(228,140,49) instead hex code.

Text Font Color

.myTextColor { color: #E48C31; }

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

This text font color is #E48C31.


Background Color

.myBgColor { background-color: #E48C31; }

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

This div background color is #E48C31.


Border color

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

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

This div border color is #E48C31.


Opacity

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

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

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

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

This text has shadow with #E48C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48C31 on black background.


Color preview on white background

This text has color #E48C31 on white background.



Black color preview on #E48C31 background

This text has black color on #E48C31 background.


White color preview on #E48C31 background

This text has white color on #E48C31 background.