COLOR #EE4F00

HEX: #EE4F00
RGB: (238,79,0)

Color info

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

RGB color model

#EE4F00 color RGB value is (238,79,0).

  • red value is 238;
  • green value is 79;
  • blue value is 0.
RGB:
(238,79,0)
(93%,31%,0%)

RGB channels and saturation

R 238 of 255 = 93%
G 79 of 255 = 31%
B 0 of 255 = 0%

238
79
0

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

Portions of RGB colors in percentages

R + G + B =
238 + 79 + 0 = 317 (100%)
R 238 of 317 ~ 75.08%
G 79 of 317 ~ 24.92%
B 0 of 317 ~ 0%

%75.08
%24.92

CMYK color model

#EE4F00 color CMYK value is (0,67,100,7).

  • cyan value is 0.00%
  • magenta value is 66.81%
  • yellow value is 100.00%
  • key color value is 6.67%
CMYK:
(0,67,100,7)
C0M67Y100K7 
(0%,67%,100%,7%)
(0.00/0.67/1.00/0.07)	

CMYK percentages

%0
%66.81
%100
%6.67

Codes

Color #EE4F00 in popluar color models

EE4F00
RGB238790
HSL20°100.00%46.67%
HSB/HSV20°100.00%93.33%
CMYK0.00%66.81%100.00%
6.67%

Color #EE4F00 in popluar number systems.

HEXEE4F00
Decimal238790
Binary1110111010011110
Octal3561170

Shades and tints

Shades of #EE4F00

#EE4F00
(238,79,0)
#D94800
(217,72,0)
#C44100
(196,65,0)
#AF3A00
(175,58,0)
#9A3300
(154,51,0)
#852C00
(133,44,0)
#702500
(112,37,0)
#5B1E00
(91,30,0)
#461700
(70,23,0)
#311000
(49,16,0)
#1C0900
(28,9,0)
#000000
(0,0,0)

Tints of #EE4F00

#EE4F00
(238,79,0)
#EF5F17
(239,95,23)
#F06F2E
(240,111,46)
#F17F45
(241,127,69)
#F28F5C
(242,143,92)
#F39F73
(243,159,115)
#F4AF8A
(244,175,138)
#F5BFA1
(245,191,161)
#F6CFB8
(246,207,184)
#F7DFCF
(247,223,207)
#F8EFE6
(248,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE4F00 color. Also use rgb(238,79,0) instead hex code.

Text Font Color

.myTextColor { color: #EE4F00; }

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

This text font color is #EE4F00.


Background Color

.myBgColor { background-color: #EE4F00; }

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

This div background color is #EE4F00.


Border color

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

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

This div border color is #EE4F00.


Opacity

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

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

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

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

This text has shadow with #EE4F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE4F00 on black background.


Color preview on white background

This text has color #EE4F00 on white background.



Black color preview on #EE4F00 background

This text has black color on #EE4F00 background.


White color preview on #EE4F00 background

This text has white color on #EE4F00 background.