COLOR #E27D20

HEX: #E27D20
RGB: (226,125,32)

Color info

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

RGB color model

#E27D20 color RGB value is (226,125,32).

  • red value is 226;
  • green value is 125;
  • blue value is 32.
RGB:
(226,125,32)
(89%,49%,13%)

RGB channels and saturation

R 226 of 255 = 89%
G 125 of 255 = 49%
B 32 of 255 = 13%

226
125
32

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

Portions of RGB colors in percentages

R + G + B =
226 + 125 + 32 = 383 (100%)
R 226 of 383 ~ 59.01%
G 125 of 383 ~ 32.64%
B 32 of 383 ~ 8.36%

%59.01
%32.64

CMYK color model

#E27D20 color CMYK value is (0,45,86,11).

  • cyan value is 0.00%
  • magenta value is 44.69%
  • yellow value is 85.84%
  • key color value is 11.37%
CMYK:
(0,45,86,11)
C0M45Y86K11 
(0%,45%,86%,11%)
(0.00/0.45/0.86/0.11)	

CMYK percentages

%0
%44.69
%85.84
%11.37

Codes

Color #E27D20 in popluar color models

E27D20
RGB22612532
HSL29°76.98%50.59%
HSB/HSV29°85.84%88.63%
CMYK0.00%44.69%85.84%
11.37%

Color #E27D20 in popluar number systems.

HEXE27D20
Decimal22612532
Binary111000101111101100000
Octal34217540

Shades and tints

Shades of #E27D20

#E27D20
(226,125,32)
#CE721E
(206,114,30)
#BA671C
(186,103,28)
#A65C1A
(166,92,26)
#925118
(146,81,24)
#7E4616
(126,70,22)
#6A3B14
(106,59,20)
#563012
(86,48,18)
#422510
(66,37,16)
#2E1A0E
(46,26,14)
#1A0F0C
(26,15,12)
#000000
(0,0,0)

Tints of #E27D20

#E27D20
(226,125,32)
#E48834
(228,136,52)
#E69348
(230,147,72)
#E89E5C
(232,158,92)
#EAA970
(234,169,112)
#ECB484
(236,180,132)
#EEBF98
(238,191,152)
#F0CAAC
(240,202,172)
#F2D5C0
(242,213,192)
#F4E0D4
(244,224,212)
#F6EBE8
(246,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E27D20 color. Also use rgb(226,125,32) instead hex code.

Text Font Color

.myTextColor { color: #E27D20; }

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

This text font color is #E27D20.


Background Color

.myBgColor { background-color: #E27D20; }

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

This div background color is #E27D20.


Border color

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

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

This div border color is #E27D20.


Opacity

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

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

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

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

This text has shadow with #E27D20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E27D20 on black background.


Color preview on white background

This text has color #E27D20 on white background.



Black color preview on #E27D20 background

This text has black color on #E27D20 background.


White color preview on #E27D20 background

This text has white color on #E27D20 background.