COLOR #EC5118

HEX: #EC5118
RGB: (236,81,24)

Color info

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

RGB color model

#EC5118 color RGB value is (236,81,24).

  • red value is 236;
  • green value is 81;
  • blue value is 24.
RGB:
(236,81,24)
(93%,32%,9%)

RGB channels and saturation

R 236 of 255 = 93%
G 81 of 255 = 32%
B 24 of 255 = 9%

236
81
24

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

Portions of RGB colors in percentages

R + G + B =
236 + 81 + 24 = 341 (100%)
R 236 of 341 ~ 69.21%
G 81 of 341 ~ 23.75%
B 24 of 341 ~ 7.04%

%69.21
%23.75

CMYK color model

#EC5118 color CMYK value is (0,66,90,7).

  • cyan value is 0.00%
  • magenta value is 65.68%
  • yellow value is 89.83%
  • key color value is 7.45%
CMYK:
(0,66,90,7)
C0M66Y90K7 
(0%,66%,90%,7%)
(0.00/0.66/0.90/0.07)	

CMYK percentages

%0
%65.68
%89.83
%7.45

Codes

Color #EC5118 in popluar color models

EC5118
RGB2368124
HSL16°84.80%50.98%
HSB/HSV16°89.83%92.55%
CMYK0.00%65.68%89.83%
7.45%

Color #EC5118 in popluar number systems.

HEXEC5118
Decimal2368124
Binary11101100101000111000
Octal35412130

Shades and tints

Shades of #EC5118

#EC5118
(236,81,24)
#D74A16
(215,74,22)
#C24314
(194,67,20)
#AD3C12
(173,60,18)
#983510
(152,53,16)
#832E0E
(131,46,14)
#6E270C
(110,39,12)
#59200A
(89,32,10)
#441908
(68,25,8)
#2F1206
(47,18,6)
#1A0B04
(26,11,4)
#000000
(0,0,0)

Tints of #EC5118

#EC5118
(236,81,24)
#ED602D
(237,96,45)
#EE6F42
(238,111,66)
#EF7E57
(239,126,87)
#F08D6C
(240,141,108)
#F19C81
(241,156,129)
#F2AB96
(242,171,150)
#F3BAAB
(243,186,171)
#F4C9C0
(244,201,192)
#F5D8D5
(245,216,213)
#F6E7EA
(246,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5118 color. Also use rgb(236,81,24) instead hex code.

Text Font Color

.myTextColor { color: #EC5118; }

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

This text font color is #EC5118.


Background Color

.myBgColor { background-color: #EC5118; }

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

This div background color is #EC5118.


Border color

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

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

This div border color is #EC5118.


Opacity

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

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

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

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

This text has shadow with #EC5118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5118 on black background.


Color preview on white background

This text has color #EC5118 on white background.



Black color preview on #EC5118 background

This text has black color on #EC5118 background.


White color preview on #EC5118 background

This text has white color on #EC5118 background.