COLOR #E4801C

HEX: #E4801C
RGB: (228,128,28)

Color info

#E4801C contains mainly red color. Web safe color of #E4801C is #CC6633 (or #C63).

RGB color model

#E4801C color RGB value is (228,128,28).

  • red value is 228;
  • green value is 128;
  • blue value is 28.
RGB:
(228,128,28)
(89%,50%,11%)

RGB channels and saturation

R 228 of 255 = 89%
G 128 of 255 = 50%
B 28 of 255 = 11%

228
128
28

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

Portions of RGB colors in percentages

R + G + B =
228 + 128 + 28 = 384 (100%)
R 228 of 384 ~ 59.38%
G 128 of 384 ~ 33.33%
B 28 of 384 ~ 7.29%

%59.38
%33.33

CMYK color model

#E4801C color CMYK value is (0,44,88,11).

  • cyan value is 0.00%
  • magenta value is 43.86%
  • yellow value is 87.72%
  • key color value is 10.59%
CMYK:
(0,44,88,11)
C0M44Y88K11 
(0%,44%,88%,11%)
(0.00/0.44/0.88/0.11)	

CMYK percentages

%0
%43.86
%87.72
%10.59

Codes

Color #E4801C in popluar color models

E4801C
RGB22812828
HSL30°78.74%50.20%
HSB/HSV30°87.72%89.41%
CMYK0.00%43.86%87.72%
10.59%

Color #E4801C in popluar number systems.

HEXE4801C
Decimal22812828
Binary111001001000000011100
Octal34420034

Shades and tints

Shades of #E4801C

#E4801C
(228,128,28)
#D0751A
(208,117,26)
#BC6A18
(188,106,24)
#A85F16
(168,95,22)
#945414
(148,84,20)
#804912
(128,73,18)
#6C3E10
(108,62,16)
#58330E
(88,51,14)
#44280C
(68,40,12)
#301D0A
(48,29,10)
#1C1208
(28,18,8)
#000000
(0,0,0)

Tints of #E4801C

#E4801C
(228,128,28)
#E68B30
(230,139,48)
#E89644
(232,150,68)
#EAA158
(234,161,88)
#ECAC6C
(236,172,108)
#EEB780
(238,183,128)
#F0C294
(240,194,148)
#F2CDA8
(242,205,168)
#F4D8BC
(244,216,188)
#F6E3D0
(246,227,208)
#F8EEE4
(248,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4801C color. Also use rgb(228,128,28) instead hex code.

Text Font Color

.myTextColor { color: #E4801C; }

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

This text font color is #E4801C.


Background Color

.myBgColor { background-color: #E4801C; }

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

This div background color is #E4801C.


Border color

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

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

This div border color is #E4801C.


Opacity

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

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

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

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

This text has shadow with #E4801C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4801C on black background.


Color preview on white background

This text has color #E4801C on white background.



Black color preview on #E4801C background

This text has black color on #E4801C background.


White color preview on #E4801C background

This text has white color on #E4801C background.