COLOR #EE7A19

HEX: #EE7A19
RGB: (238,122,25)

Color info

#EE7A19 contains mainly red color. Web safe color of #EE7A19 is #FF6600 (or #F60).

RGB color model

#EE7A19 color RGB value is (238,122,25).

  • red value is 238;
  • green value is 122;
  • blue value is 25.
RGB:
(238,122,25)
(93%,48%,10%)

RGB channels and saturation

R 238 of 255 = 93%
G 122 of 255 = 48%
B 25 of 255 = 10%

238
122
25

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

Portions of RGB colors in percentages

R + G + B =
238 + 122 + 25 = 385 (100%)
R 238 of 385 ~ 61.82%
G 122 of 385 ~ 31.69%
B 25 of 385 ~ 6.49%

%61.82
%31.69

CMYK color model

#EE7A19 color CMYK value is (0,49,89,7).

  • cyan value is 0.00%
  • magenta value is 48.74%
  • yellow value is 89.50%
  • key color value is 6.67%
CMYK:
(0,49,89,7)
C0M49Y89K7 
(0%,49%,89%,7%)
(0.00/0.49/0.89/0.07)	

CMYK percentages

%0
%48.74
%89.5
%6.67

Codes

Color #EE7A19 in popluar color models

EE7A19
RGB23812225
HSL27°86.23%51.57%
HSB/HSV27°89.50%93.33%
CMYK0.00%48.74%89.50%
6.67%

Color #EE7A19 in popluar number systems.

HEXEE7A19
Decimal23812225
Binary11101110111101011001
Octal35617231

Shades and tints

Shades of #EE7A19

#EE7A19
(238,122,25)
#D96F17
(217,111,23)
#C46415
(196,100,21)
#AF5913
(175,89,19)
#9A4E11
(154,78,17)
#85430F
(133,67,15)
#70380D
(112,56,13)
#5B2D0B
(91,45,11)
#462209
(70,34,9)
#311707
(49,23,7)
#1C0C05
(28,12,5)
#000000
(0,0,0)

Tints of #EE7A19

#EE7A19
(238,122,25)
#EF862D
(239,134,45)
#F09241
(240,146,65)
#F19E55
(241,158,85)
#F2AA69
(242,170,105)
#F3B67D
(243,182,125)
#F4C291
(244,194,145)
#F5CEA5
(245,206,165)
#F6DAB9
(246,218,185)
#F7E6CD
(247,230,205)
#F8F2E1
(248,242,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE7A19 color. Also use rgb(238,122,25) instead hex code.

Text Font Color

.myTextColor { color: #EE7A19; }

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

This text font color is #EE7A19.


Background Color

.myBgColor { background-color: #EE7A19; }

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

This div background color is #EE7A19.


Border color

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

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

This div border color is #EE7A19.


Opacity

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

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

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

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

This text has shadow with #EE7A19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7A19 on black background.


Color preview on white background

This text has color #EE7A19 on white background.



Black color preview on #EE7A19 background

This text has black color on #EE7A19 background.


White color preview on #EE7A19 background

This text has white color on #EE7A19 background.