COLOR #EE5818

HEX: #EE5818
RGB: (238,88,24)

Color info

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

RGB color model

#EE5818 color RGB value is (238,88,24).

  • red value is 238;
  • green value is 88;
  • blue value is 24.
RGB:
(238,88,24)
(93%,35%,9%)

RGB channels and saturation

R 238 of 255 = 93%
G 88 of 255 = 35%
B 24 of 255 = 9%

238
88
24

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

Portions of RGB colors in percentages

R + G + B =
238 + 88 + 24 = 350 (100%)
R 238 of 350 ~ 68%
G 88 of 350 ~ 25.14%
B 24 of 350 ~ 6.86%

%68
%25.14

CMYK color model

#EE5818 color CMYK value is (0,63,90,7).

  • cyan value is 0.00%
  • magenta value is 63.03%
  • yellow value is 89.92%
  • key color value is 6.67%
CMYK:
(0,63,90,7)
C0M63Y90K7 
(0%,63%,90%,7%)
(0.00/0.63/0.90/0.07)	

CMYK percentages

%0
%63.03
%89.92
%6.67

Codes

Color #EE5818 in popluar color models

EE5818
RGB2388824
HSL18°86.29%51.37%
HSB/HSV18°89.92%93.33%
CMYK0.00%63.03%89.92%
6.67%

Color #EE5818 in popluar number systems.

HEXEE5818
Decimal2388824
Binary11101110101100011000
Octal35613030

Shades and tints

Shades of #EE5818

#EE5818
(238,88,24)
#D95016
(217,80,22)
#C44814
(196,72,20)
#AF4012
(175,64,18)
#9A3810
(154,56,16)
#85300E
(133,48,14)
#70280C
(112,40,12)
#5B200A
(91,32,10)
#461808
(70,24,8)
#311006
(49,16,6)
#1C0804
(28,8,4)
#000000
(0,0,0)

Tints of #EE5818

#EE5818
(238,88,24)
#EF672D
(239,103,45)
#F07642
(240,118,66)
#F18557
(241,133,87)
#F2946C
(242,148,108)
#F3A381
(243,163,129)
#F4B296
(244,178,150)
#F5C1AB
(245,193,171)
#F6D0C0
(246,208,192)
#F7DFD5
(247,223,213)
#F8EEEA
(248,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5818 color. Also use rgb(238,88,24) instead hex code.

Text Font Color

.myTextColor { color: #EE5818; }

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

This text font color is #EE5818.


Background Color

.myBgColor { background-color: #EE5818; }

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

This div background color is #EE5818.


Border color

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

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

This div border color is #EE5818.


Opacity

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

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

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

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

This text has shadow with #EE5818 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5818 on black background.


Color preview on white background

This text has color #EE5818 on white background.



Black color preview on #EE5818 background

This text has black color on #EE5818 background.


White color preview on #EE5818 background

This text has white color on #EE5818 background.