COLOR #E29127

HEX: #E29127 RGB: (226,145,39)

Color info

#E29127 contains mainly red color. Web safe color of #E29127 is #CC9933 (or #C93).

RGB color model

#E29127 color RGB value is (226,145,39).

RGB: (226,145,39) (89%, 57%, 15%)

RGB channels and saturation

R 226 of 255 = 89%
G 145 of 255 = 57%
B 39 of 255 = 15%

226
145
39

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

Portions of RGB colors in percentages

R + G + B = 226 + 145 + 39 = 410 (100%)
R 226 of 410 ~ 55.12%
G 145 of 410 ~ 35.37%
B 39 of 410 ~ 9.51'%

%55.12
%35.37

CMYK color model

#E29127 color CMYK value is (0,36,83,11).

  • cyan value is 0.00%
  • magenta value is 35.84%
  • yellow value is 82.74%
  • key color value is 11.37%

CMYK: (0,36,83,11)
C0M36Y83K11 (0%, 36%, 83%, 11%)
(0.00 / 0.36 / 0.83 / 0.11)

CMYK percentages

%0
%35.84
%82.74
%11.37

Codes

Color #E29127 in popluar color models

E2 91 27
RGB 226 145 39
HSL 34° 76.33% 51.96%
HSB/HSV 34° 82.74% 88.63%
CMYK 0.00% 35.84% 82.74%
11.37%

Color #E29127 in popluar number systems.

HEX E2 91 27
Decimal 226 145 39
Binary 11100010 10010001 100111
Octal 342 221 47

Shades and tints

Shades of #E29127

#E29127
(226,145,39)
#CE8424
(206,132,36)
#BA7721
(186,119,33)
#A66A1E
(166,106,30)
#925D1B
(146,93,27)
#7E5018
(126,80,24)
#6A4315
(106,67,21)
#563612
(86,54,18)
#42290F
(66,41,15)
#2E1C0C
(46,28,12)
#1A0F09
(26,15,9)
#000000
(0,0,0)

Tints of #E29127

#E29127
(226,145,39)
#E49B3A
(228,155,58)
#E6A54D
(230,165,77)
#E8AF60
(232,175,96)
#EAB973
(234,185,115)
#ECC386
(236,195,134)
#EECD99
(238,205,153)
#F0D7AC
(240,215,172)
#F2E1BF
(242,225,191)
#F4EBD2
(244,235,210)
#F6F5E5
(246,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29127 color. Also use rgb(226,145,39) instead hex code.

Text Font Color

.myTextColor { color: #E29127; }

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

This text font color is #E29127.

Background Color

.myBgColor { background-color: #E29127; }

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

This div background color is #E29127.

Border color

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

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

This div border color is #E29127.

Opacity

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

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

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

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

This text has shadow with #E29127 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E29127.

Preview

Color preview on black background

This text has color #E29127 on black background.


Color preview on white background

This text has color #E29127 on white background.


Black color preview on #E29127 background

This text has black color on #E29127 background.


White color preview on #E29127 background

This text has white color on #E29127 background.


Related colors

Complementary color

Complementary color for #hex is #1D6ED8.


I love getcolorcode.com

Triadic colors

1 #27E291 and #9127E2 with #E29127 are triadic colors.

2 #2791E2 and #91E227 with #E29127 are triadic colors.