COLOR #E69500

HEX: #E69500
RGB: (230,149,0)

Color info

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

RGB color model

#E69500 color RGB value is (230,149,0).

  • red value is 230;
  • green value is 149;
  • blue value is 0.
RGB:
(230,149,0)
(90%,58%,0%)

RGB channels and saturation

R 230 of 255 = 90%
G 149 of 255 = 58%
B 0 of 255 = 0%

230
149
0

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

Portions of RGB colors in percentages

R + G + B =
230 + 149 + 0 = 379 (100%)
R 230 of 379 ~ 60.69%
G 149 of 379 ~ 39.31%
B 0 of 379 ~ 0%

%60.69
%39.31

CMYK color model

#E69500 color CMYK value is (0,35,100,10).

  • cyan value is 0.00%
  • magenta value is 35.22%
  • yellow value is 100.00%
  • key color value is 9.80%
CMYK:
(0,35,100,10)
C0M35Y100K10 
(0%,35%,100%,10%)
(0.00/0.35/1.00/0.10)	

CMYK percentages

%0
%35.22
%100
%9.8

Codes

Color #E69500 in popluar color models

E69500
RGB2301490
HSL39°100.00%45.10%
HSB/HSV39°100.00%90.20%
CMYK0.00%35.22%100.00%
9.80%

Color #E69500 in popluar number systems.

HEXE69500
Decimal2301490
Binary11100110100101010
Octal3462250

Shades and tints

Shades of #E69500

#E69500
(230,149,0)
#D28800
(210,136,0)
#BE7B00
(190,123,0)
#AA6E00
(170,110,0)
#966100
(150,97,0)
#825400
(130,84,0)
#6E4700
(110,71,0)
#5A3A00
(90,58,0)
#462D00
(70,45,0)
#322000
(50,32,0)
#1E1300
(30,19,0)
#000000
(0,0,0)

Tints of #E69500

#E69500
(230,149,0)
#E89E17
(232,158,23)
#EAA72E
(234,167,46)
#ECB045
(236,176,69)
#EEB95C
(238,185,92)
#F0C273
(240,194,115)
#F2CB8A
(242,203,138)
#F4D4A1
(244,212,161)
#F6DDB8
(246,221,184)
#F8E6CF
(248,230,207)
#FAEFE6
(250,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69500 color. Also use rgb(230,149,0) instead hex code.

Text Font Color

.myTextColor { color: #E69500; }

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

This text font color is #E69500.


Background Color

.myBgColor { background-color: #E69500; }

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

This div background color is #E69500.


Border color

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

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

This div border color is #E69500.


Opacity

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

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

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

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

This text has shadow with #E69500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69500 on black background.


Color preview on white background

This text has color #E69500 on white background.



Black color preview on #E69500 background

This text has black color on #E69500 background.


White color preview on #E69500 background

This text has white color on #E69500 background.