COLOR #E09606

HEX: #E09606
RGB: (224,150,6)

Color info

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

RGB color model

#E09606 color RGB value is (224,150,6).

  • red value is 224;
  • green value is 150;
  • blue value is 6.
RGB:
(224,150,6)
(88%,59%,2%)

RGB channels and saturation

R 224 of 255 = 88%
G 150 of 255 = 59%
B 6 of 255 = 2%

224
150
6

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

Portions of RGB colors in percentages

R + G + B =
224 + 150 + 6 = 380 (100%)
R 224 of 380 ~ 58.95%
G 150 of 380 ~ 39.47%
B 6 of 380 ~ 1.58%

%58.95
%39.47

CMYK color model

#E09606 color CMYK value is (0,33,97,12).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 97.32%
  • key color value is 12.16%
CMYK:
(0,33,97,12)
C0M33Y97K12 
(0%,33%,97%,12%)
(0.00/0.33/0.97/0.12)	

CMYK percentages

%0
%33.04
%97.32
%12.16

Codes

Color #E09606 in popluar color models

E09606
RGB2241506
HSL40°94.78%45.10%
HSB/HSV40°97.32%87.84%
CMYK0.00%33.04%97.32%
12.16%

Color #E09606 in popluar number systems.

HEXE09606
Decimal2241506
Binary1110000010010110110
Octal3402266

Shades and tints

Shades of #E09606

#E09606
(224,150,6)
#CC8906
(204,137,6)
#B87C06
(184,124,6)
#A46F06
(164,111,6)
#906206
(144,98,6)
#7C5506
(124,85,6)
#684806
(104,72,6)
#543B06
(84,59,6)
#402E06
(64,46,6)
#2C2106
(44,33,6)
#181406
(24,20,6)
#000000
(0,0,0)

Tints of #E09606

#E09606
(224,150,6)
#E29F1C
(226,159,28)
#E4A832
(228,168,50)
#E6B148
(230,177,72)
#E8BA5E
(232,186,94)
#EAC374
(234,195,116)
#ECCC8A
(236,204,138)
#EED5A0
(238,213,160)
#F0DEB6
(240,222,182)
#F2E7CC
(242,231,204)
#F4F0E2
(244,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E09606 color. Also use rgb(224,150,6) instead hex code.

Text Font Color

.myTextColor { color: #E09606; }

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

This text font color is #E09606.


Background Color

.myBgColor { background-color: #E09606; }

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

This div background color is #E09606.


Border color

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

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

This div border color is #E09606.


Opacity

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

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

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

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

This text has shadow with #E09606 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E09606 on black background.


Color preview on white background

This text has color #E09606 on white background.



Black color preview on #E09606 background

This text has black color on #E09606 background.


White color preview on #E09606 background

This text has white color on #E09606 background.