COLOR #E69604

HEX: #E69604
RGB: (230,150,4)

Color info

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

RGB color model

#E69604 color RGB value is (230,150,4).

  • red value is 230;
  • green value is 150;
  • blue value is 4.
RGB:
(230,150,4)
(90%,59%,2%)

RGB channels and saturation

R 230 of 255 = 90%
G 150 of 255 = 59%
B 4 of 255 = 2%

230
150
4

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

Portions of RGB colors in percentages

R + G + B =
230 + 150 + 4 = 384 (100%)
R 230 of 384 ~ 59.9%
G 150 of 384 ~ 39.06%
B 4 of 384 ~ 1.04%

%59.9
%39.06

CMYK color model

#E69604 color CMYK value is (0,35,98,10).

  • cyan value is 0.00%
  • magenta value is 34.78%
  • yellow value is 98.26%
  • key color value is 9.80%
CMYK:
(0,35,98,10)
C0M35Y98K10 
(0%,35%,98%,10%)
(0.00/0.35/0.98/0.10)	

CMYK percentages

%0
%34.78
%98.26
%9.8

Codes

Color #E69604 in popluar color models

E69604
RGB2301504
HSL39°96.58%45.88%
HSB/HSV39°98.26%90.20%
CMYK0.00%34.78%98.26%
9.80%

Color #E69604 in popluar number systems.

HEXE69604
Decimal2301504
Binary1110011010010110100
Octal3462264

Shades and tints

Shades of #E69604

#E69604
(230,150,4)
#D28904
(210,137,4)
#BE7C04
(190,124,4)
#AA6F04
(170,111,4)
#966204
(150,98,4)
#825504
(130,85,4)
#6E4804
(110,72,4)
#5A3B04
(90,59,4)
#462E04
(70,46,4)
#322104
(50,33,4)
#1E1404
(30,20,4)
#000000
(0,0,0)

Tints of #E69604

#E69604
(230,150,4)
#E89F1A
(232,159,26)
#EAA830
(234,168,48)
#ECB146
(236,177,70)
#EEBA5C
(238,186,92)
#F0C372
(240,195,114)
#F2CC88
(242,204,136)
#F4D59E
(244,213,158)
#F6DEB4
(246,222,180)
#F8E7CA
(248,231,202)
#FAF0E0
(250,240,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E69604 color. Also use rgb(230,150,4) instead hex code.

Text Font Color

.myTextColor { color: #E69604; }

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

This text font color is #E69604.


Background Color

.myBgColor { background-color: #E69604; }

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

This div background color is #E69604.


Border color

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

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

This div border color is #E69604.


Opacity

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

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

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

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

This text has shadow with #E69604 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E69604 on black background.


Color preview on white background

This text has color #E69604 on white background.



Black color preview on #E69604 background

This text has black color on #E69604 background.


White color preview on #E69604 background

This text has white color on #E69604 background.