COLOR #E37F1E

HEX: #E37F1E RGB: (227,127,30)

Color info

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

RGB color model

#E37F1E color RGB value is (227,127,30).

RGB: (227,127,30) (89%, 50%, 12%)

RGB channels and saturation

R 227 of 255 = 89%
G 127 of 255 = 50%
B 30 of 255 = 12%

227
127
30

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

Portions of RGB colors in percentages

R + G + B = 227 + 127 + 30 = 384 (100%)
R 227 of 384 ~ 59.11%
G 127 of 384 ~ 33.07%
B 30 of 384 ~ 7.81'%

%59.11
%33.07

CMYK color model

#E37F1E color CMYK value is (0,44,87,11).

  • cyan value is 0.00%
  • magenta value is 44.05%
  • yellow value is 86.78%
  • key color value is 10.98%

CMYK: (0,44,87,11)
C0M44Y87K11 (0%, 44%, 87%, 11%)
(0.00 / 0.44 / 0.87 / 0.11)

CMYK percentages

%0
%44.05
%86.78
%10.98

Codes

Color #E37F1E in popluar color models

E3 7F 1E
RGB 227 127 30
HSL 30° 77.87% 50.39%
HSB/HSV 30° 86.78% 89.02%
CMYK 0.00% 44.05% 86.78%
10.98%

Color #E37F1E in popluar number systems.

HEX E3 7F 1E
Decimal 227 127 30
Binary 11100011 1111111 11110
Octal 343 177 36

Shades and tints

Shades of #E37F1E

#E37F1E
(227,127,30)
#CF741C
(207,116,28)
#BB691A
(187,105,26)
#A75E18
(167,94,24)
#935316
(147,83,22)
#7F4814
(127,72,20)
#6B3D12
(107,61,18)
#573210
(87,50,16)
#43270E
(67,39,14)
#2F1C0C
(47,28,12)
#1B110A
(27,17,10)
#000000
(0,0,0)

Tints of #E37F1E

#E37F1E
(227,127,30)
#E58A32
(229,138,50)
#E79546
(231,149,70)
#E9A05A
(233,160,90)
#EBAB6E
(235,171,110)
#EDB682
(237,182,130)
#EFC196
(239,193,150)
#F1CCAA
(241,204,170)
#F3D7BE
(243,215,190)
#F5E2D2
(245,226,210)
#F7EDE6
(247,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E37F1E color. Also use rgb(227,127,30) instead hex code.

Text Font Color

.myTextColor { color: #E37F1E; }

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

This text font color is #E37F1E.

Background Color

.myBgColor { background-color: #E37F1E; }

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

This div background color is #E37F1E.

Border color

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

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

This div border color is #E37F1E.

Opacity

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

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

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

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

This text has shadow with #E37F1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E37F1E.

Preview

Color preview on black background

This text has color #E37F1E on black background.


Color preview on white background

This text has color #E37F1E on white background.


Black color preview on #E37F1E background

This text has black color on #E37F1E background.


White color preview on #E37F1E background

This text has white color on #E37F1E background.


Related colors

Complementary color

Complementary color for #hex is #1C80E1.


I love getcolorcode.com

Triadic colors

1 #1EE37F and #7F1EE3 with #E37F1E are triadic colors.

2 #1E7FE3 and #7FE31E with #E37F1E are triadic colors.