COLOR #E27E17

HEX: #E27E17
RGB: (226,126,23)

Color info

#E27E17 contains mainly red color. Web safe color of #E27E17 is #CC6600 (or #C60).

RGB color model

#E27E17 color RGB value is (226,126,23).

  • red value is 226;
  • green value is 126;
  • blue value is 23.
RGB:
(226,126,23)
(89%,49%,9%)

RGB channels and saturation

R 226 of 255 = 89%
G 126 of 255 = 49%
B 23 of 255 = 9%

226
126
23

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

Portions of RGB colors in percentages

R + G + B =
226 + 126 + 23 = 375 (100%)
R 226 of 375 ~ 60.27%
G 126 of 375 ~ 33.6%
B 23 of 375 ~ 6.13%

%60.27
%33.6

CMYK color model

#E27E17 color CMYK value is (0,44,90,11).

  • cyan value is 0.00%
  • magenta value is 44.25%
  • yellow value is 89.82%
  • key color value is 11.37%
CMYK:
(0,44,90,11)
C0M44Y90K11 
(0%,44%,90%,11%)
(0.00/0.44/0.90/0.11)	

CMYK percentages

%0
%44.25
%89.82
%11.37

Codes

Color #E27E17 in popluar color models

E27E17
RGB22612623
HSL30°81.53%48.82%
HSB/HSV30°89.82%88.63%
CMYK0.00%44.25%89.82%
11.37%

Color #E27E17 in popluar number systems.

HEXE27E17
Decimal22612623
Binary11100010111111010111
Octal34217627

Shades and tints

Shades of #E27E17

#E27E17
(226,126,23)
#CE7315
(206,115,21)
#BA6813
(186,104,19)
#A65D11
(166,93,17)
#92520F
(146,82,15)
#7E470D
(126,71,13)
#6A3C0B
(106,60,11)
#563109
(86,49,9)
#422607
(66,38,7)
#2E1B05
(46,27,5)
#1A1003
(26,16,3)
#000000
(0,0,0)

Tints of #E27E17

#E27E17
(226,126,23)
#E4892C
(228,137,44)
#E69441
(230,148,65)
#E89F56
(232,159,86)
#EAAA6B
(234,170,107)
#ECB580
(236,181,128)
#EEC095
(238,192,149)
#F0CBAA
(240,203,170)
#F2D6BF
(242,214,191)
#F4E1D4
(244,225,212)
#F6ECE9
(246,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E27E17 color. Also use rgb(226,126,23) instead hex code.

Text Font Color

.myTextColor { color: #E27E17; }

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

This text font color is #E27E17.


Background Color

.myBgColor { background-color: #E27E17; }

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

This div background color is #E27E17.


Border color

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

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

This div border color is #E27E17.


Opacity

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

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

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

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

This text has shadow with #E27E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E27E17 on black background.


Color preview on white background

This text has color #E27E17 on white background.



Black color preview on #E27E17 background

This text has black color on #E27E17 background.


White color preview on #E27E17 background

This text has white color on #E27E17 background.