COLOR #E37F40

HEX: #E37F40 RGB: (227,127,64)

Color info

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

RGB color model

#E37F40 color RGB value is (227,127,64).

RGB: (227,127,64) (89%, 50%, 25%)

RGB channels and saturation

R 227 of 255 = 89%
G 127 of 255 = 50%
B 64 of 255 = 25%

227
127
64

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

Portions of RGB colors in percentages

R + G + B = 227 + 127 + 64 = 418 (100%)
R 227 of 418 ~ 54.31%
G 127 of 418 ~ 30.38%
B 64 of 418 ~ 15.31'%

%54.31
%30.38
%15.31

CMYK color model

#E37F40 color CMYK value is (0,44,72,11).

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

CMYK: (0,44,72,11)
C0M44Y72K11 (0%, 44%, 72%, 11%)
(0.00 / 0.44 / 0.72 / 0.11)

CMYK percentages

%0
%44.05
%71.81
%10.98

Codes

Color #E37F40 in popluar color models

E3 7F 40
RGB 227 127 64
HSL 23° 74.43% 57.06%
HSB/HSV 23° 71.81% 89.02%
CMYK 0.00% 44.05% 71.81%
10.98%

Color #E37F40 in popluar number systems.

HEX E3 7F 40
Decimal 227 127 64
Binary 11100011 1111111 1000000
Octal 343 177 100

Shades and tints

Shades of #E37F40

#E37F40
(227,127,64)
#CF743B
(207,116,59)
#BB6936
(187,105,54)
#A75E31
(167,94,49)
#93532C
(147,83,44)
#7F4827
(127,72,39)
#6B3D22
(107,61,34)
#57321D
(87,50,29)
#432718
(67,39,24)
#2F1C13
(47,28,19)
#1B110E
(27,17,14)
#000000
(0,0,0)

Tints of #E37F40

#E37F40
(227,127,64)
#E58A51
(229,138,81)
#E79562
(231,149,98)
#E9A073
(233,160,115)
#EBAB84
(235,171,132)
#EDB695
(237,182,149)
#EFC1A6
(239,193,166)
#F1CCB7
(241,204,183)
#F3D7C8
(243,215,200)
#F5E2D9
(245,226,217)
#F7EDEA
(247,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E37F40; }

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

This text font color is #E37F40.

Background Color

.myBgColor { background-color: #E37F40; }

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

This div background color is #E37F40.

Border color

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

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

This div border color is #E37F40.

Opacity

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

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

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

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

This text has shadow with #E37F40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E37F40.

Preview

Color preview on black background

This text has color #E37F40 on black background.


Color preview on white background

This text has color #E37F40 on white background.


Black color preview on #E37F40 background

This text has black color on #E37F40 background.


White color preview on #E37F40 background

This text has white color on #E37F40 background.


Related colors

Complementary color

Complementary color for #hex is #1C80BF.


I love getcolorcode.com

Triadic colors

1 #40E37F and #7F40E3 with #E37F40 are triadic colors.

2 #407FE3 and #7FE340 with #E37F40 are triadic colors.