COLOR #E69E09

HEX: #E69E09
RGB: (230,158,9)

Color info

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

RGB color model

#E69E09 color RGB value is (230,158,9).

  • red value is 230;
  • green value is 158;
  • blue value is 9.
RGB:
(230,158,9)
(90%,62%,4%)

RGB channels and saturation

R 230 of 255 = 90%
G 158 of 255 = 62%
B 9 of 255 = 4%

230
158
9

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

Portions of RGB colors in percentages

R + G + B =
230 + 158 + 9 = 397 (100%)
R 230 of 397 ~ 57.93%
G 158 of 397 ~ 39.8%
B 9 of 397 ~ 2.27%

%57.93
%39.8

CMYK color model

#E69E09 color CMYK value is (0,31,96,10).

  • cyan value is 0.00%
  • magenta value is 31.30%
  • yellow value is 96.09%
  • key color value is 9.80%
CMYK:
(0,31,96,10)
C0M31Y96K10 
(0%,31%,96%,10%)
(0.00/0.31/0.96/0.10)	

CMYK percentages

%0
%31.3
%96.09
%9.8

Codes

Color #E69E09 in popluar color models

E69E09
RGB2301589
HSL40°92.47%46.86%
HSB/HSV40°96.09%90.20%
CMYK0.00%31.30%96.09%
9.80%

Color #E69E09 in popluar number systems.

HEXE69E09
Decimal2301589
Binary11100110100111101001
Octal34623611

Shades and tints

Shades of #E69E09

#E69E09
(230,158,9)
#D29009
(210,144,9)
#BE8209
(190,130,9)
#AA7409
(170,116,9)
#966609
(150,102,9)
#825809
(130,88,9)
#6E4A09
(110,74,9)
#5A3C09
(90,60,9)
#462E09
(70,46,9)
#322009
(50,32,9)
#1E1209
(30,18,9)
#000000
(0,0,0)

Tints of #E69E09

#E69E09
(230,158,9)
#E8A61F
(232,166,31)
#EAAE35
(234,174,53)
#ECB64B
(236,182,75)
#EEBE61
(238,190,97)
#F0C677
(240,198,119)
#F2CE8D
(242,206,141)
#F4D6A3
(244,214,163)
#F6DEB9
(246,222,185)
#F8E6CF
(248,230,207)
#FAEEE5
(250,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69E09 color. Also use rgb(230,158,9) instead hex code.

Text Font Color

.myTextColor { color: #E69E09; }

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

This text font color is #E69E09.


Background Color

.myBgColor { background-color: #E69E09; }

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

This div background color is #E69E09.


Border color

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

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

This div border color is #E69E09.


Opacity

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

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

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

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

This text has shadow with #E69E09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69E09 on black background.


Color preview on white background

This text has color #E69E09 on white background.



Black color preview on #E69E09 background

This text has black color on #E69E09 background.


White color preview on #E69E09 background

This text has white color on #E69E09 background.