COLOR #EC5D0E

HEX: #EC5D0E
RGB: (236,93,14)

Color info

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

RGB color model

#EC5D0E color RGB value is (236,93,14).

  • red value is 236;
  • green value is 93;
  • blue value is 14.
RGB:
(236,93,14)
(93%,36%,5%)

RGB channels and saturation

R 236 of 255 = 93%
G 93 of 255 = 36%
B 14 of 255 = 5%

236
93
14

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

Portions of RGB colors in percentages

R + G + B =
236 + 93 + 14 = 343 (100%)
R 236 of 343 ~ 68.8%
G 93 of 343 ~ 27.11%
B 14 of 343 ~ 4.08%

%68.8
%27.11

CMYK color model

#EC5D0E color CMYK value is (0,61,94,7).

  • cyan value is 0.00%
  • magenta value is 60.59%
  • yellow value is 94.07%
  • key color value is 7.45%
CMYK:
(0,61,94,7)
C0M61Y94K7 
(0%,61%,94%,7%)
(0.00/0.61/0.94/0.07)	

CMYK percentages

%0
%60.59
%94.07
%7.45

Codes

Color #EC5D0E in popluar color models

EC5D0E
RGB2369314
HSL21°88.80%49.02%
HSB/HSV21°94.07%92.55%
CMYK0.00%60.59%94.07%
7.45%

Color #EC5D0E in popluar number systems.

HEXEC5D0E
Decimal2369314
Binary1110110010111011110
Octal35413516

Shades and tints

Shades of #EC5D0E

#EC5D0E
(236,93,14)
#D7550D
(215,85,13)
#C24D0C
(194,77,12)
#AD450B
(173,69,11)
#983D0A
(152,61,10)
#833509
(131,53,9)
#6E2D08
(110,45,8)
#592507
(89,37,7)
#441D06
(68,29,6)
#2F1505
(47,21,5)
#1A0D04
(26,13,4)
#000000
(0,0,0)

Tints of #EC5D0E

#EC5D0E
(236,93,14)
#ED6B23
(237,107,35)
#EE7938
(238,121,56)
#EF874D
(239,135,77)
#F09562
(240,149,98)
#F1A377
(241,163,119)
#F2B18C
(242,177,140)
#F3BFA1
(243,191,161)
#F4CDB6
(244,205,182)
#F5DBCB
(245,219,203)
#F6E9E0
(246,233,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC5D0E color. Also use rgb(236,93,14) instead hex code.

Text Font Color

.myTextColor { color: #EC5D0E; }

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

This text font color is #EC5D0E.


Background Color

.myBgColor { background-color: #EC5D0E; }

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

This div background color is #EC5D0E.


Border color

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

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

This div border color is #EC5D0E.


Opacity

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

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

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

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

This text has shadow with #EC5D0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC5D0E on black background.


Color preview on white background

This text has color #EC5D0E on white background.



Black color preview on #EC5D0E background

This text has black color on #EC5D0E background.


White color preview on #EC5D0E background

This text has white color on #EC5D0E background.