COLOR #E29D3E

HEX: #E29D3E
RGB: (226,157,62)

Color info

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

RGB color model

#E29D3E color RGB value is (226,157,62).

  • red value is 226;
  • green value is 157;
  • blue value is 62.
RGB:
(226,157,62)
(89%,62%,24%)

RGB channels and saturation

R 226 of 255 = 89%
G 157 of 255 = 62%
B 62 of 255 = 24%

226
157
62

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

Portions of RGB colors in percentages

R + G + B =
226 + 157 + 62 = 445 (100%)
R 226 of 445 ~ 50.79%
G 157 of 445 ~ 35.28%
B 62 of 445 ~ 13.93%

%50.79
%35.28
%13.93

CMYK color model

#E29D3E color CMYK value is (0,31,73,11).

  • cyan value is 0.00%
  • magenta value is 30.53%
  • yellow value is 72.57%
  • key color value is 11.37%
CMYK:
(0,31,73,11)
C0M31Y73K11 
(0%,31%,73%,11%)
(0.00/0.31/0.73/0.11)	

CMYK percentages

%0
%30.53
%72.57
%11.37

Codes

Color #E29D3E in popluar color models

E29D3E
RGB22615762
HSL35°73.87%56.47%
HSB/HSV35°72.57%88.63%
CMYK0.00%30.53%72.57%
11.37%

Color #E29D3E in popluar number systems.

HEXE29D3E
Decimal22615762
Binary1110001010011101111110
Octal34223576

Shades and tints

Shades of #E29D3E

#E29D3E
(226,157,62)
#CE8F39
(206,143,57)
#BA8134
(186,129,52)
#A6732F
(166,115,47)
#92652A
(146,101,42)
#7E5725
(126,87,37)
#6A4920
(106,73,32)
#563B1B
(86,59,27)
#422D16
(66,45,22)
#2E1F11
(46,31,17)
#1A110C
(26,17,12)
#000000
(0,0,0)

Tints of #E29D3E

#E29D3E
(226,157,62)
#E4A54F
(228,165,79)
#E6AD60
(230,173,96)
#E8B571
(232,181,113)
#EABD82
(234,189,130)
#ECC593
(236,197,147)
#EECDA4
(238,205,164)
#F0D5B5
(240,213,181)
#F2DDC6
(242,221,198)
#F4E5D7
(244,229,215)
#F6EDE8
(246,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29D3E color. Also use rgb(226,157,62) instead hex code.

Text Font Color

.myTextColor { color: #E29D3E; }

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

This text font color is #E29D3E.


Background Color

.myBgColor { background-color: #E29D3E; }

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

This div background color is #E29D3E.


Border color

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

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

This div border color is #E29D3E.


Opacity

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

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

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

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

This text has shadow with #E29D3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29D3E on black background.


Color preview on white background

This text has color #E29D3E on white background.



Black color preview on #E29D3E background

This text has black color on #E29D3E background.


White color preview on #E29D3E background

This text has white color on #E29D3E background.