COLOR #E48E08

HEX: #E48E08
RGB: (228,142,8)

Color info

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

RGB color model

#E48E08 color RGB value is (228,142,8).

  • red value is 228;
  • green value is 142;
  • blue value is 8.
RGB:
(228,142,8)
(89%,56%,3%)

RGB channels and saturation

R 228 of 255 = 89%
G 142 of 255 = 56%
B 8 of 255 = 3%

228
142
8

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

Portions of RGB colors in percentages

R + G + B =
228 + 142 + 8 = 378 (100%)
R 228 of 378 ~ 60.32%
G 142 of 378 ~ 37.57%
B 8 of 378 ~ 2.12%

%60.32
%37.57

CMYK color model

#E48E08 color CMYK value is (0,38,96,11).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 96.49%
  • key color value is 10.59%
CMYK:
(0,38,96,11)
C0M38Y96K11 
(0%,38%,96%,11%)
(0.00/0.38/0.96/0.11)	

CMYK percentages

%0
%37.72
%96.49
%10.59

Codes

Color #E48E08 in popluar color models

E48E08
RGB2281428
HSL37°93.22%46.27%
HSB/HSV37°96.49%89.41%
CMYK0.00%37.72%96.49%
10.59%

Color #E48E08 in popluar number systems.

HEXE48E08
Decimal2281428
Binary11100100100011101000
Octal34421610

Shades and tints

Shades of #E48E08

#E48E08
(228,142,8)
#D08208
(208,130,8)
#BC7608
(188,118,8)
#A86A08
(168,106,8)
#945E08
(148,94,8)
#805208
(128,82,8)
#6C4608
(108,70,8)
#583A08
(88,58,8)
#442E08
(68,46,8)
#302208
(48,34,8)
#1C1608
(28,22,8)
#000000
(0,0,0)

Tints of #E48E08

#E48E08
(228,142,8)
#E6981E
(230,152,30)
#E8A234
(232,162,52)
#EAAC4A
(234,172,74)
#ECB660
(236,182,96)
#EEC076
(238,192,118)
#F0CA8C
(240,202,140)
#F2D4A2
(242,212,162)
#F4DEB8
(244,222,184)
#F6E8CE
(246,232,206)
#F8F2E4
(248,242,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E48E08 color. Also use rgb(228,142,8) instead hex code.

Text Font Color

.myTextColor { color: #E48E08; }

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

This text font color is #E48E08.


Background Color

.myBgColor { background-color: #E48E08; }

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

This div background color is #E48E08.


Border color

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

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

This div border color is #E48E08.


Opacity

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

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

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

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

This text has shadow with #E48E08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E48E08 on black background.


Color preview on white background

This text has color #E48E08 on white background.



Black color preview on #E48E08 background

This text has black color on #E48E08 background.


White color preview on #E48E08 background

This text has white color on #E48E08 background.