COLOR #EC750F

HEX: #EC750F
RGB: (236,117,15)

Color info

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

RGB color model

#EC750F color RGB value is (236,117,15).

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

RGB channels and saturation

R 236 of 255 = 93%
G 117 of 255 = 46%
B 15 of 255 = 6%

236
117
15

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

Portions of RGB colors in percentages

R + G + B =
236 + 117 + 15 = 368 (100%)
R 236 of 368 ~ 64.13%
G 117 of 368 ~ 31.79%
B 15 of 368 ~ 4.08%

%64.13
%31.79

CMYK color model

#EC750F color CMYK value is (0,50,94,7).

  • cyan value is 0.00%
  • magenta value is 50.42%
  • yellow value is 93.64%
  • key color value is 7.45%
CMYK:
(0,50,94,7)
C0M50Y94K7 
(0%,50%,94%,7%)
(0.00/0.50/0.94/0.07)	

CMYK percentages

%0
%50.42
%93.64
%7.45

Codes

Color #EC750F in popluar color models

EC750F
RGB23611715
HSL28°88.05%49.22%
HSB/HSV28°93.64%92.55%
CMYK0.00%50.42%93.64%
7.45%

Color #EC750F in popluar number systems.

HEXEC750F
Decimal23611715
Binary1110110011101011111
Octal35416517

Shades and tints

Shades of #EC750F

#EC750F
(236,117,15)
#D76B0E
(215,107,14)
#C2610D
(194,97,13)
#AD570C
(173,87,12)
#984D0B
(152,77,11)
#83430A
(131,67,10)
#6E3909
(110,57,9)
#592F08
(89,47,8)
#442507
(68,37,7)
#2F1B06
(47,27,6)
#1A1105
(26,17,5)
#000000
(0,0,0)

Tints of #EC750F

#EC750F
(236,117,15)
#ED8124
(237,129,36)
#EE8D39
(238,141,57)
#EF994E
(239,153,78)
#F0A563
(240,165,99)
#F1B178
(241,177,120)
#F2BD8D
(242,189,141)
#F3C9A2
(243,201,162)
#F4D5B7
(244,213,183)
#F5E1CC
(245,225,204)
#F6EDE1
(246,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EC750F; }

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

This text font color is #EC750F.


Background Color

.myBgColor { background-color: #EC750F; }

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

This div background color is #EC750F.


Border color

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

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

This div border color is #EC750F.


Opacity

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

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

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

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

This text has shadow with #EC750F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC750F on black background.


Color preview on white background

This text has color #EC750F on white background.



Black color preview on #EC750F background

This text has black color on #EC750F background.


White color preview on #EC750F background

This text has white color on #EC750F background.