COLOR #E27F3C

HEX: #E27F3C
RGB: (226,127,60)

Color info

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

RGB color model

#E27F3C color RGB value is (226,127,60).

  • red value is 226;
  • green value is 127;
  • blue value is 60.
RGB:
(226,127,60)
(89%,50%,24%)

RGB channels and saturation

R 226 of 255 = 89%
G 127 of 255 = 50%
B 60 of 255 = 24%

226
127
60

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

Portions of RGB colors in percentages

R + G + B =
226 + 127 + 60 = 413 (100%)
R 226 of 413 ~ 54.72%
G 127 of 413 ~ 30.75%
B 60 of 413 ~ 14.53%

%54.72
%30.75
%14.53

CMYK color model

#E27F3C color CMYK value is (0,44,73,11).

  • cyan value is 0.00%
  • magenta value is 43.81%
  • yellow value is 73.45%
  • key color value is 11.37%
CMYK:
(0,44,73,11)
C0M44Y73K11 
(0%,44%,73%,11%)
(0.00/0.44/0.73/0.11)	

CMYK percentages

%0
%43.81
%73.45
%11.37

Codes

Color #E27F3C in popluar color models

E27F3C
RGB22612760
HSL24°74.11%56.08%
HSB/HSV24°73.45%88.63%
CMYK0.00%43.81%73.45%
11.37%

Color #E27F3C in popluar number systems.

HEXE27F3C
Decimal22612760
Binary111000101111111111100
Octal34217774

Shades and tints

Shades of #E27F3C

#E27F3C
(226,127,60)
#CE7437
(206,116,55)
#BA6932
(186,105,50)
#A65E2D
(166,94,45)
#925328
(146,83,40)
#7E4823
(126,72,35)
#6A3D1E
(106,61,30)
#563219
(86,50,25)
#422714
(66,39,20)
#2E1C0F
(46,28,15)
#1A110A
(26,17,10)
#000000
(0,0,0)

Tints of #E27F3C

#E27F3C
(226,127,60)
#E48A4D
(228,138,77)
#E6955E
(230,149,94)
#E8A06F
(232,160,111)
#EAAB80
(234,171,128)
#ECB691
(236,182,145)
#EEC1A2
(238,193,162)
#F0CCB3
(240,204,179)
#F2D7C4
(242,215,196)
#F4E2D5
(244,226,213)
#F6EDE6
(246,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E27F3C; }

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

This text font color is #E27F3C.


Background Color

.myBgColor { background-color: #E27F3C; }

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

This div background color is #E27F3C.


Border color

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

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

This div border color is #E27F3C.


Opacity

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

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

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

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

This text has shadow with #E27F3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E27F3C on black background.


Color preview on white background

This text has color #E27F3C on white background.



Black color preview on #E27F3C background

This text has black color on #E27F3C background.


White color preview on #E27F3C background

This text has white color on #E27F3C background.