COLOR #EE5C10

HEX: #EE5C10
RGB: (238,92,16)

Color info

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

RGB color model

#EE5C10 color RGB value is (238,92,16).

  • red value is 238;
  • green value is 92;
  • blue value is 16.
RGB:
(238,92,16)
(93%,36%,6%)

RGB channels and saturation

R 238 of 255 = 93%
G 92 of 255 = 36%
B 16 of 255 = 6%

238
92
16

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

Portions of RGB colors in percentages

R + G + B =
238 + 92 + 16 = 346 (100%)
R 238 of 346 ~ 68.79%
G 92 of 346 ~ 26.59%
B 16 of 346 ~ 4.62%

%68.79
%26.59

CMYK color model

#EE5C10 color CMYK value is (0,61,93,7).

  • cyan value is 0.00%
  • magenta value is 61.34%
  • yellow value is 93.28%
  • key color value is 6.67%
CMYK:
(0,61,93,7)
C0M61Y93K7 
(0%,61%,93%,7%)
(0.00/0.61/0.93/0.07)	

CMYK percentages

%0
%61.34
%93.28
%6.67

Codes

Color #EE5C10 in popluar color models

EE5C10
RGB2389216
HSL21°87.40%49.80%
HSB/HSV21°93.28%93.33%
CMYK0.00%61.34%93.28%
6.67%

Color #EE5C10 in popluar number systems.

HEXEE5C10
Decimal2389216
Binary11101110101110010000
Octal35613420

Shades and tints

Shades of #EE5C10

#EE5C10
(238,92,16)
#D9540F
(217,84,15)
#C44C0E
(196,76,14)
#AF440D
(175,68,13)
#9A3C0C
(154,60,12)
#85340B
(133,52,11)
#702C0A
(112,44,10)
#5B2409
(91,36,9)
#461C08
(70,28,8)
#311407
(49,20,7)
#1C0C06
(28,12,6)
#000000
(0,0,0)

Tints of #EE5C10

#EE5C10
(238,92,16)
#EF6A25
(239,106,37)
#F0783A
(240,120,58)
#F1864F
(241,134,79)
#F29464
(242,148,100)
#F3A279
(243,162,121)
#F4B08E
(244,176,142)
#F5BEA3
(245,190,163)
#F6CCB8
(246,204,184)
#F7DACD
(247,218,205)
#F8E8E2
(248,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EE5C10 color. Also use rgb(238,92,16) instead hex code.

Text Font Color

.myTextColor { color: #EE5C10; }

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

This text font color is #EE5C10.


Background Color

.myBgColor { background-color: #EE5C10; }

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

This div background color is #EE5C10.


Border color

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

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

This div border color is #EE5C10.


Opacity

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

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

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

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

This text has shadow with #EE5C10 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EE5C10 on black background.


Color preview on white background

This text has color #EE5C10 on white background.



Black color preview on #EE5C10 background

This text has black color on #EE5C10 background.


White color preview on #EE5C10 background

This text has white color on #EE5C10 background.