COLOR #E48F28

HEX: #E48F28
RGB: (228,143,40)

Color info

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

RGB color model

#E48F28 color RGB value is (228,143,40).

  • red value is 228;
  • green value is 143;
  • blue value is 40.
RGB:
(228,143,40)
(89%,56%,16%)

RGB channels and saturation

R 228 of 255 = 89%
G 143 of 255 = 56%
B 40 of 255 = 16%

228
143
40

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

Portions of RGB colors in percentages

R + G + B =
228 + 143 + 40 = 411 (100%)
R 228 of 411 ~ 55.47%
G 143 of 411 ~ 34.79%
B 40 of 411 ~ 9.73%

%55.47
%34.79
%9.73

CMYK color model

#E48F28 color CMYK value is (0,37,82,11).

  • cyan value is 0.00%
  • magenta value is 37.28%
  • yellow value is 82.46%
  • key color value is 10.59%
CMYK:
(0,37,82,11)
C0M37Y82K11 
(0%,37%,82%,11%)
(0.00/0.37/0.82/0.11)	

CMYK percentages

%0
%37.28
%82.46
%10.59

Codes

Color #E48F28 in popluar color models

E48F28
RGB22814340
HSL33°77.69%52.55%
HSB/HSV33°82.46%89.41%
CMYK0.00%37.28%82.46%
10.59%

Color #E48F28 in popluar number systems.

HEXE48F28
Decimal22814340
Binary1110010010001111101000
Octal34421750

Shades and tints

Shades of #E48F28

#E48F28
(228,143,40)
#D08225
(208,130,37)
#BC7522
(188,117,34)
#A8681F
(168,104,31)
#945B1C
(148,91,28)
#804E19
(128,78,25)
#6C4116
(108,65,22)
#583413
(88,52,19)
#442710
(68,39,16)
#301A0D
(48,26,13)
#1C0D0A
(28,13,10)
#000000
(0,0,0)

Tints of #E48F28

#E48F28
(228,143,40)
#E6993B
(230,153,59)
#E8A34E
(232,163,78)
#EAAD61
(234,173,97)
#ECB774
(236,183,116)
#EEC187
(238,193,135)
#F0CB9A
(240,203,154)
#F2D5AD
(242,213,173)
#F4DFC0
(244,223,192)
#F6E9D3
(246,233,211)
#F8F3E6
(248,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48F28 color. Also use rgb(228,143,40) instead hex code.

Text Font Color

.myTextColor { color: #E48F28; }

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

This text font color is #E48F28.


Background Color

.myBgColor { background-color: #E48F28; }

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

This div background color is #E48F28.


Border color

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

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

This div border color is #E48F28.


Opacity

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

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

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

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

This text has shadow with #E48F28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48F28 on black background.


Color preview on white background

This text has color #E48F28 on white background.



Black color preview on #E48F28 background

This text has black color on #E48F28 background.


White color preview on #E48F28 background

This text has white color on #E48F28 background.