COLOR #E29006

HEX: #E29006
RGB: (226,144,6)

Color info

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

RGB color model

#E29006 color RGB value is (226,144,6).

  • red value is 226;
  • green value is 144;
  • blue value is 6.
RGB:
(226,144,6)
(89%,56%,2%)

RGB channels and saturation

R 226 of 255 = 89%
G 144 of 255 = 56%
B 6 of 255 = 2%

226
144
6

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

Portions of RGB colors in percentages

R + G + B =
226 + 144 + 6 = 376 (100%)
R 226 of 376 ~ 60.11%
G 144 of 376 ~ 38.3%
B 6 of 376 ~ 1.6%

%60.11
%38.3

CMYK color model

#E29006 color CMYK value is (0,36,97,11).

  • cyan value is 0.00%
  • magenta value is 36.28%
  • yellow value is 97.35%
  • key color value is 11.37%
CMYK:
(0,36,97,11)
C0M36Y97K11 
(0%,36%,97%,11%)
(0.00/0.36/0.97/0.11)	

CMYK percentages

%0
%36.28
%97.35
%11.37

Codes

Color #E29006 in popluar color models

E29006
RGB2261446
HSL38°94.83%45.49%
HSB/HSV38°97.35%88.63%
CMYK0.00%36.28%97.35%
11.37%

Color #E29006 in popluar number systems.

HEXE29006
Decimal2261446
Binary1110001010010000110
Octal3422206

Shades and tints

Shades of #E29006

#E29006
(226,144,6)
#CE8306
(206,131,6)
#BA7606
(186,118,6)
#A66906
(166,105,6)
#925C06
(146,92,6)
#7E4F06
(126,79,6)
#6A4206
(106,66,6)
#563506
(86,53,6)
#422806
(66,40,6)
#2E1B06
(46,27,6)
#1A0E06
(26,14,6)
#000000
(0,0,0)

Tints of #E29006

#E29006
(226,144,6)
#E49A1C
(228,154,28)
#E6A432
(230,164,50)
#E8AE48
(232,174,72)
#EAB85E
(234,184,94)
#ECC274
(236,194,116)
#EECC8A
(238,204,138)
#F0D6A0
(240,214,160)
#F2E0B6
(242,224,182)
#F4EACC
(244,234,204)
#F6F4E2
(246,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E29006 color. Also use rgb(226,144,6) instead hex code.

Text Font Color

.myTextColor { color: #E29006; }

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

This text font color is #E29006.


Background Color

.myBgColor { background-color: #E29006; }

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

This div background color is #E29006.


Border color

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

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

This div border color is #E29006.


Opacity

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

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

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

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

This text has shadow with #E29006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E29006 on black background.


Color preview on white background

This text has color #E29006 on white background.



Black color preview on #E29006 background

This text has black color on #E29006 background.


White color preview on #E29006 background

This text has white color on #E29006 background.