COLOR #EE7014

HEX: #EE7014
RGB: (238,112,20)

Color info

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

RGB color model

#EE7014 color RGB value is (238,112,20).

  • red value is 238;
  • green value is 112;
  • blue value is 20.
RGB:
(238,112,20)
(93%,44%,8%)

RGB channels and saturation

R 238 of 255 = 93%
G 112 of 255 = 44%
B 20 of 255 = 8%

238
112
20

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

Portions of RGB colors in percentages

R + G + B =
238 + 112 + 20 = 370 (100%)
R 238 of 370 ~ 64.32%
G 112 of 370 ~ 30.27%
B 20 of 370 ~ 5.41%

%64.32
%30.27

CMYK color model

#EE7014 color CMYK value is (0,53,92,7).

  • cyan value is 0.00%
  • magenta value is 52.94%
  • yellow value is 91.60%
  • key color value is 6.67%
CMYK:
(0,53,92,7)
C0M53Y92K7 
(0%,53%,92%,7%)
(0.00/0.53/0.92/0.07)	

CMYK percentages

%0
%52.94
%91.6
%6.67

Codes

Color #EE7014 in popluar color models

EE7014
RGB23811220
HSL25°86.51%50.59%
HSB/HSV25°91.60%93.33%
CMYK0.00%52.94%91.60%
6.67%

Color #EE7014 in popluar number systems.

HEXEE7014
Decimal23811220
Binary11101110111000010100
Octal35616024

Shades and tints

Shades of #EE7014

#EE7014
(238,112,20)
#D96613
(217,102,19)
#C45C12
(196,92,18)
#AF5211
(175,82,17)
#9A4810
(154,72,16)
#853E0F
(133,62,15)
#70340E
(112,52,14)
#5B2A0D
(91,42,13)
#46200C
(70,32,12)
#31160B
(49,22,11)
#1C0C0A
(28,12,10)
#000000
(0,0,0)

Tints of #EE7014

#EE7014
(238,112,20)
#EF7D29
(239,125,41)
#F08A3E
(240,138,62)
#F19753
(241,151,83)
#F2A468
(242,164,104)
#F3B17D
(243,177,125)
#F4BE92
(244,190,146)
#F5CBA7
(245,203,167)
#F6D8BC
(246,216,188)
#F7E5D1
(247,229,209)
#F8F2E6
(248,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE7014 color. Also use rgb(238,112,20) instead hex code.

Text Font Color

.myTextColor { color: #EE7014; }

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

This text font color is #EE7014.


Background Color

.myBgColor { background-color: #EE7014; }

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

This div background color is #EE7014.


Border color

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

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

This div border color is #EE7014.


Opacity

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

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

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

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

This text has shadow with #EE7014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE7014 on black background.


Color preview on white background

This text has color #EE7014 on white background.



Black color preview on #EE7014 background

This text has black color on #EE7014 background.


White color preview on #EE7014 background

This text has white color on #EE7014 background.