COLOR #E27F5E

HEX: #E27F5E RGB: (226,127,94)

Color info

#E27F5E contains mainly red color. Web safe color of #E27F5E is #CC6666 (or #C66).

RGB color model

#E27F5E color RGB value is (226,127,94).

RGB: (226,127,94) (89%, 50%, 37%)

RGB channels and saturation

R 226 of 255 = 89%
G 127 of 255 = 50%
B 94 of 255 = 37%

226
127
94

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

Portions of RGB colors in percentages

R + G + B = 226 + 127 + 94 = 447 (100%)
R 226 of 447 ~ 50.56%
G 127 of 447 ~ 28.41%
B 94 of 447 ~ 21.03'%

%50.56
%28.41
%21.03

CMYK color model

#E27F5E color CMYK value is (0,44,58,11).

  • cyan value is 0.00%
  • magenta value is 43.81%
  • yellow value is 58.41%
  • key color value is 11.37%

CMYK: (0,44,58,11)
C0M44Y58K11 (0%, 44%, 58%, 11%)
(0.00 / 0.44 / 0.58 / 0.11)

CMYK percentages

%0
%43.81
%58.41
%11.37

Codes

Color #E27F5E in popluar color models

E2 7F 5E
RGB 226 127 94
HSL 15° 69.47% 62.75%
HSB/HSV 15° 58.41% 88.63%
CMYK 0.00% 43.81% 58.41%
11.37%

Color #E27F5E in popluar number systems.

HEX E2 7F 5E
Decimal 226 127 94
Binary 11100010 1111111 1011110
Octal 342 177 136

Shades and tints

Shades of #E27F5E

#E27F5E
(226,127,94)
#CE7456
(206,116,86)
#BA694E
(186,105,78)
#A65E46
(166,94,70)
#92533E
(146,83,62)
#7E4836
(126,72,54)
#6A3D2E
(106,61,46)
#563226
(86,50,38)
#42271E
(66,39,30)
#2E1C16
(46,28,22)
#1A110E
(26,17,14)
#000000
(0,0,0)

Tints of #E27F5E

#E27F5E
(226,127,94)
#E48A6C
(228,138,108)
#E6957A
(230,149,122)
#E8A088
(232,160,136)
#EAAB96
(234,171,150)
#ECB6A4
(236,182,164)
#EEC1B2
(238,193,178)
#F0CCC0
(240,204,192)
#F2D7CE
(242,215,206)
#F4E2DC
(244,226,220)
#F6EDEA
(246,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E27F5E color. Also use rgb(226,127,94) instead hex code.

Text Font Color

.myTextColor { color: #E27F5E; }

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

This text font color is #E27F5E.

Background Color

.myBgColor { background-color: #E27F5E; }

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

This div background color is #E27F5E.

Border color

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

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

This div border color is #E27F5E.

Opacity

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

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

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

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

This text has shadow with #E27F5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E27F5E.

Preview

Color preview on black background

This text has color #E27F5E on black background.


Color preview on white background

This text has color #E27F5E on white background.


Black color preview on #E27F5E background

This text has black color on #E27F5E background.


White color preview on #E27F5E background

This text has white color on #E27F5E background.


Related colors

Complementary color

Complementary color for #hex is #1D80A1.


I love getcolorcode.com

Triadic colors

1 #5EE27F and #7F5EE2 with #E27F5E are triadic colors.

2 #5E7FE2 and #7FE25E with #E27F5E are triadic colors.