COLOR #E04604

HEX: #E04604
RGB: (224,70,4)

Color info

#E04604 contains mainly red color. Web safe color of #E04604 is #CC3300 (or #C30).

RGB color model

#E04604 color RGB value is (224,70,4).

  • red value is 224;
  • green value is 70;
  • blue value is 4.
RGB:
(224,70,4)
(88%,27%,2%)

RGB channels and saturation

R 224 of 255 = 88%
G 70 of 255 = 27%
B 4 of 255 = 2%

224
70
4

R + G + B ~ 39%. #E04604 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
224 + 70 + 4 = 298 (100%)
R 224 of 298 ~ 75.17%
G 70 of 298 ~ 23.49%
B 4 of 298 ~ 1.34%

%75.17
%23.49

CMYK color model

#E04604 color CMYK value is (0,69,98,12).

  • cyan value is 0.00%
  • magenta value is 68.75%
  • yellow value is 98.21%
  • key color value is 12.16%
CMYK:
(0,69,98,12)
C0M69Y98K12 
(0%,69%,98%,12%)
(0.00/0.69/0.98/0.12)	

CMYK percentages

%0
%68.75
%98.21
%12.16

Codes

Color #E04604 in popluar color models

E04604
RGB224704
HSL18°96.49%44.71%
HSB/HSV18°98.21%87.84%
CMYK0.00%68.75%98.21%
12.16%

Color #E04604 in popluar number systems.

HEXE04604
Decimal224704
Binary111000001000110100
Octal3401064

Shades and tints

Shades of #E04604

#E04604
(224,70,4)
#CC4004
(204,64,4)
#B83A04
(184,58,4)
#A43404
(164,52,4)
#902E04
(144,46,4)
#7C2804
(124,40,4)
#682204
(104,34,4)
#541C04
(84,28,4)
#401604
(64,22,4)
#2C1004
(44,16,4)
#180A04
(24,10,4)
#000000
(0,0,0)

Tints of #E04604

#E04604
(224,70,4)
#E2561A
(226,86,26)
#E46630
(228,102,48)
#E67646
(230,118,70)
#E8865C
(232,134,92)
#EA9672
(234,150,114)
#ECA688
(236,166,136)
#EEB69E
(238,182,158)
#F0C6B4
(240,198,180)
#F2D6CA
(242,214,202)
#F4E6E0
(244,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E04604 color. Also use rgb(224,70,4) instead hex code.

Text Font Color

.myTextColor { color: #E04604; }

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

This text font color is #E04604.


Background Color

.myBgColor { background-color: #E04604; }

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

This div background color is #E04604.


Border color

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

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

This div border color is #E04604.


Opacity

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

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

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

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

This text has shadow with #E04604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E04604 on black background.


Color preview on white background

This text has color #E04604 on white background.



Black color preview on #E04604 background

This text has black color on #E04604 background.


White color preview on #E04604 background

This text has white color on #E04604 background.