COLOR #E55E03

HEX: #E55E03
RGB: (229,94,3)

Color info

#E55E03 contains mainly red color. Web safe color of #E55E03 is #CC6600 (or #C60).

RGB color model

#E55E03 color RGB value is (229,94,3).

  • red value is 229;
  • green value is 94;
  • blue value is 3.
RGB:
(229,94,3)
(90%,37%,1%)

RGB channels and saturation

R 229 of 255 = 90%
G 94 of 255 = 37%
B 3 of 255 = 1%

229
94
3

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

Portions of RGB colors in percentages

R + G + B =
229 + 94 + 3 = 326 (100%)
R 229 of 326 ~ 70.25%
G 94 of 326 ~ 28.83%
B 3 of 326 ~ 0.92%

%70.25
%28.83

CMYK color model

#E55E03 color CMYK value is (0,59,99,10).

  • cyan value is 0.00%
  • magenta value is 58.95%
  • yellow value is 98.69%
  • key color value is 10.20%
CMYK:
(0,59,99,10)
C0M59Y99K10 
(0%,59%,99%,10%)
(0.00/0.59/0.99/0.10)	

CMYK percentages

%0
%58.95
%98.69
%10.2

Codes

Color #E55E03 in popluar color models

E55E03
RGB229943
HSL24°97.41%45.49%
HSB/HSV24°98.69%89.80%
CMYK0.00%58.95%98.69%
10.20%

Color #E55E03 in popluar number systems.

HEXE55E03
Decimal229943
Binary11100101101111011
Octal3451363

Shades and tints

Shades of #E55E03

#E55E03
(229,94,3)
#D15603
(209,86,3)
#BD4E03
(189,78,3)
#A94603
(169,70,3)
#953E03
(149,62,3)
#813603
(129,54,3)
#6D2E03
(109,46,3)
#592603
(89,38,3)
#451E03
(69,30,3)
#311603
(49,22,3)
#1D0E03
(29,14,3)
#000000
(0,0,0)

Tints of #E55E03

#E55E03
(229,94,3)
#E76C19
(231,108,25)
#E97A2F
(233,122,47)
#EB8845
(235,136,69)
#ED965B
(237,150,91)
#EFA471
(239,164,113)
#F1B287
(241,178,135)
#F3C09D
(243,192,157)
#F5CEB3
(245,206,179)
#F7DCC9
(247,220,201)
#F9EADF
(249,234,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E55E03 color. Also use rgb(229,94,3) instead hex code.

Text Font Color

.myTextColor { color: #E55E03; }

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

This text font color is #E55E03.


Background Color

.myBgColor { background-color: #E55E03; }

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

This div background color is #E55E03.


Border color

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

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

This div border color is #E55E03.


Opacity

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

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

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

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

This text has shadow with #E55E03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E55E03 on black background.


Color preview on white background

This text has color #E55E03 on white background.



Black color preview on #E55E03 background

This text has black color on #E55E03 background.


White color preview on #E55E03 background

This text has white color on #E55E03 background.