COLOR #E39F50

HEX: #E39F50 RGB: (227,159,80)

Color info

#E39F50 contains mainly red color. Web safe color of #E39F50 is #CC9966 (or #C96).

RGB color model

#E39F50 color RGB value is (227,159,80).

RGB: (227,159,80) (89%, 62%, 31%)

RGB channels and saturation

R 227 of 255 = 89%
G 159 of 255 = 62%
B 80 of 255 = 31%

227
159
80

R + G + B ~ 61%. #E39F50 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 159 + 80 = 466 (100%)
R 227 of 466 ~ 48.71%
G 159 of 466 ~ 34.12%
B 80 of 466 ~ 17.17'%

%48.71
%34.12
%17.17

CMYK color model

#E39F50 color CMYK value is (0,30,65,11).

  • cyan value is 0.00%
  • magenta value is 29.96%
  • yellow value is 64.76%
  • key color value is 10.98%

CMYK: (0,30,65,11)
C0M30Y65K11 (0%, 30%, 65%, 11%)
(0.00 / 0.30 / 0.65 / 0.11)

CMYK percentages

%0
%29.96
%64.76
%10.98

Codes

Color #E39F50 in popluar color models

E3 9F 50
RGB 227 159 80
HSL 32° 72.41% 60.20%
HSB/HSV 32° 64.76% 89.02%
CMYK 0.00% 29.96% 64.76%
10.98%

Color #E39F50 in popluar number systems.

HEX E3 9F 50
Decimal 227 159 80
Binary 11100011 10011111 1010000
Octal 343 237 120

Shades and tints

Shades of #E39F50

#E39F50
(227,159,80)
#CF9149
(207,145,73)
#BB8342
(187,131,66)
#A7753B
(167,117,59)
#936734
(147,103,52)
#7F592D
(127,89,45)
#6B4B26
(107,75,38)
#573D1F
(87,61,31)
#432F18
(67,47,24)
#2F2111
(47,33,17)
#1B130A
(27,19,10)
#000000
(0,0,0)

Tints of #E39F50

#E39F50
(227,159,80)
#E5A75F
(229,167,95)
#E7AF6E
(231,175,110)
#E9B77D
(233,183,125)
#EBBF8C
(235,191,140)
#EDC79B
(237,199,155)
#EFCFAA
(239,207,170)
#F1D7B9
(241,215,185)
#F3DFC8
(243,223,200)
#F5E7D7
(245,231,215)
#F7EFE6
(247,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E39F50 color. Also use rgb(227,159,80) instead hex code.

Text Font Color

.myTextColor { color: #E39F50; }

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

This text font color is #E39F50.

Background Color

.myBgColor { background-color: #E39F50; }

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

This div background color is #E39F50.

Border color

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

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

This div border color is #E39F50.

Opacity

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

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

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

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

This text has shadow with #E39F50 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E39F50.

Preview

Color preview on black background

This text has color #E39F50 on black background.


Color preview on white background

This text has color #E39F50 on white background.


Black color preview on #E39F50 background

This text has black color on #E39F50 background.


White color preview on #E39F50 background

This text has white color on #E39F50 background.


Related colors

Complementary color

Complementary color for #hex is #1C60AF.


I love getcolorcode.com

Triadic colors

1 #50E39F and #9F50E3 with #E39F50 are triadic colors.

2 #509FE3 and #9FE350 with #E39F50 are triadic colors.