COLOR #E29F0E

HEX: #E29F0E
RGB: (226,159,14)

Color info

#E29F0E contains mainly red color. Web safe color of #E29F0E is #CC9900 (or #C90).

RGB color model

#E29F0E color RGB value is (226,159,14).

  • red value is 226;
  • green value is 159;
  • blue value is 14.
RGB:
(226,159,14)
(89%,62%,5%)

RGB channels and saturation

R 226 of 255 = 89%
G 159 of 255 = 62%
B 14 of 255 = 5%

226
159
14

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

Portions of RGB colors in percentages

R + G + B =
226 + 159 + 14 = 399 (100%)
R 226 of 399 ~ 56.64%
G 159 of 399 ~ 39.85%
B 14 of 399 ~ 3.51%

%56.64
%39.85

CMYK color model

#E29F0E color CMYK value is (0,30,94,11).

  • cyan value is 0.00%
  • magenta value is 29.65%
  • yellow value is 93.81%
  • key color value is 11.37%
CMYK:
(0,30,94,11)
C0M30Y94K11 
(0%,30%,94%,11%)
(0.00/0.30/0.94/0.11)	

CMYK percentages

%0
%29.65
%93.81
%11.37

Codes

Color #E29F0E in popluar color models

E29F0E
RGB22615914
HSL41°88.33%47.06%
HSB/HSV41°93.81%88.63%
CMYK0.00%29.65%93.81%
11.37%

Color #E29F0E in popluar number systems.

HEXE29F0E
Decimal22615914
Binary11100010100111111110
Octal34223716

Shades and tints

Shades of #E29F0E

#E29F0E
(226,159,14)
#CE910D
(206,145,13)
#BA830C
(186,131,12)
#A6750B
(166,117,11)
#92670A
(146,103,10)
#7E5909
(126,89,9)
#6A4B08
(106,75,8)
#563D07
(86,61,7)
#422F06
(66,47,6)
#2E2105
(46,33,5)
#1A1304
(26,19,4)
#000000
(0,0,0)

Tints of #E29F0E

#E29F0E
(226,159,14)
#E4A723
(228,167,35)
#E6AF38
(230,175,56)
#E8B74D
(232,183,77)
#EABF62
(234,191,98)
#ECC777
(236,199,119)
#EECF8C
(238,207,140)
#F0D7A1
(240,215,161)
#F2DFB6
(242,223,182)
#F4E7CB
(244,231,203)
#F6EFE0
(246,239,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29F0E color. Also use rgb(226,159,14) instead hex code.

Text Font Color

.myTextColor { color: #E29F0E; }

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

This text font color is #E29F0E.


Background Color

.myBgColor { background-color: #E29F0E; }

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

This div background color is #E29F0E.


Border color

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

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

This div border color is #E29F0E.


Opacity

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

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

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

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

This text has shadow with #E29F0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29F0E on black background.


Color preview on white background

This text has color #E29F0E on white background.



Black color preview on #E29F0E background

This text has black color on #E29F0E background.


White color preview on #E29F0E background

This text has white color on #E29F0E background.