COLOR #E4730E

HEX: #E4730E
RGB: (228,115,14)

Color info

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

RGB color model

#E4730E color RGB value is (228,115,14).

  • red value is 228;
  • green value is 115;
  • blue value is 14.
RGB:
(228,115,14)
(89%,45%,5%)

RGB channels and saturation

R 228 of 255 = 89%
G 115 of 255 = 45%
B 14 of 255 = 5%

228
115
14

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

Portions of RGB colors in percentages

R + G + B =
228 + 115 + 14 = 357 (100%)
R 228 of 357 ~ 63.87%
G 115 of 357 ~ 32.21%
B 14 of 357 ~ 3.92%

%63.87
%32.21

CMYK color model

#E4730E color CMYK value is (0,50,94,11).

  • cyan value is 0.00%
  • magenta value is 49.56%
  • yellow value is 93.86%
  • key color value is 10.59%
CMYK:
(0,50,94,11)
C0M50Y94K11 
(0%,50%,94%,11%)
(0.00/0.50/0.94/0.11)	

CMYK percentages

%0
%49.56
%93.86
%10.59

Codes

Color #E4730E in popluar color models

E4730E
RGB22811514
HSL28°88.43%47.45%
HSB/HSV28°93.86%89.41%
CMYK0.00%49.56%93.86%
10.59%

Color #E4730E in popluar number systems.

HEXE4730E
Decimal22811514
Binary1110010011100111110
Octal34416316

Shades and tints

Shades of #E4730E

#E4730E
(228,115,14)
#D0690D
(208,105,13)
#BC5F0C
(188,95,12)
#A8550B
(168,85,11)
#944B0A
(148,75,10)
#804109
(128,65,9)
#6C3708
(108,55,8)
#582D07
(88,45,7)
#442306
(68,35,6)
#301905
(48,25,5)
#1C0F04
(28,15,4)
#000000
(0,0,0)

Tints of #E4730E

#E4730E
(228,115,14)
#E67F23
(230,127,35)
#E88B38
(232,139,56)
#EA974D
(234,151,77)
#ECA362
(236,163,98)
#EEAF77
(238,175,119)
#F0BB8C
(240,187,140)
#F2C7A1
(242,199,161)
#F4D3B6
(244,211,182)
#F6DFCB
(246,223,203)
#F8EBE0
(248,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4730E color. Also use rgb(228,115,14) instead hex code.

Text Font Color

.myTextColor { color: #E4730E; }

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

This text font color is #E4730E.


Background Color

.myBgColor { background-color: #E4730E; }

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

This div background color is #E4730E.


Border color

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

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

This div border color is #E4730E.


Opacity

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

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

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

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

This text has shadow with #E4730E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4730E on black background.


Color preview on white background

This text has color #E4730E on white background.



Black color preview on #E4730E background

This text has black color on #E4730E background.


White color preview on #E4730E background

This text has white color on #E4730E background.