COLOR #EC740F

HEX: #EC740F
RGB: (236,116,15)

Color info

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

RGB color model

#EC740F color RGB value is (236,116,15).

  • red value is 236;
  • green value is 116;
  • blue value is 15.
RGB:
(236,116,15)
(93%,45%,6%)

RGB channels and saturation

R 236 of 255 = 93%
G 116 of 255 = 45%
B 15 of 255 = 6%

236
116
15

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

Portions of RGB colors in percentages

R + G + B =
236 + 116 + 15 = 367 (100%)
R 236 of 367 ~ 64.31%
G 116 of 367 ~ 31.61%
B 15 of 367 ~ 4.09%

%64.31
%31.61

CMYK color model

#EC740F color CMYK value is (0,51,94,7).

  • cyan value is 0.00%
  • magenta value is 50.85%
  • yellow value is 93.64%
  • key color value is 7.45%
CMYK:
(0,51,94,7)
C0M51Y94K7 
(0%,51%,94%,7%)
(0.00/0.51/0.94/0.07)	

CMYK percentages

%0
%50.85
%93.64
%7.45

Codes

Color #EC740F in popluar color models

EC740F
RGB23611615
HSL27°88.05%49.22%
HSB/HSV27°93.64%92.55%
CMYK0.00%50.85%93.64%
7.45%

Color #EC740F in popluar number systems.

HEXEC740F
Decimal23611615
Binary1110110011101001111
Octal35416417

Shades and tints

Shades of #EC740F

#EC740F
(236,116,15)
#D76A0E
(215,106,14)
#C2600D
(194,96,13)
#AD560C
(173,86,12)
#984C0B
(152,76,11)
#83420A
(131,66,10)
#6E3809
(110,56,9)
#592E08
(89,46,8)
#442407
(68,36,7)
#2F1A06
(47,26,6)
#1A1005
(26,16,5)
#000000
(0,0,0)

Tints of #EC740F

#EC740F
(236,116,15)
#ED8024
(237,128,36)
#EE8C39
(238,140,57)
#EF984E
(239,152,78)
#F0A463
(240,164,99)
#F1B078
(241,176,120)
#F2BC8D
(242,188,141)
#F3C8A2
(243,200,162)
#F4D4B7
(244,212,183)
#F5E0CC
(245,224,204)
#F6ECE1
(246,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC740F color. Also use rgb(236,116,15) instead hex code.

Text Font Color

.myTextColor { color: #EC740F; }

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

This text font color is #EC740F.


Background Color

.myBgColor { background-color: #EC740F; }

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

This div background color is #EC740F.


Border color

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

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

This div border color is #EC740F.


Opacity

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

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

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

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

This text has shadow with #EC740F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC740F on black background.


Color preview on white background

This text has color #EC740F on white background.



Black color preview on #EC740F background

This text has black color on #EC740F background.


White color preview on #EC740F background

This text has white color on #EC740F background.