COLOR #EC9D3C

HEX: #EC9D3C
RGB: (236,157,60)

Color info

#EC9D3C contains mainly red color. Web safe color of #EC9D3C is #FF9933 (or #F93).

RGB color model

#EC9D3C color RGB value is (236,157,60).

  • red value is 236;
  • green value is 157;
  • blue value is 60.
RGB:
(236,157,60)
(93%,62%,24%)

RGB channels and saturation

R 236 of 255 = 93%
G 157 of 255 = 62%
B 60 of 255 = 24%

236
157
60

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

Portions of RGB colors in percentages

R + G + B =
236 + 157 + 60 = 453 (100%)
R 236 of 453 ~ 52.1%
G 157 of 453 ~ 34.66%
B 60 of 453 ~ 13.25%

%52.1
%34.66
%13.25

CMYK color model

#EC9D3C color CMYK value is (0,33,75,7).

  • cyan value is 0.00%
  • magenta value is 33.47%
  • yellow value is 74.58%
  • key color value is 7.45%
CMYK:
(0,33,75,7)
C0M33Y75K7 
(0%,33%,75%,7%)
(0.00/0.33/0.75/0.07)	

CMYK percentages

%0
%33.47
%74.58
%7.45

Codes

Color #EC9D3C in popluar color models

EC9D3C
RGB23615760
HSL33°82.24%58.04%
HSB/HSV33°74.58%92.55%
CMYK0.00%33.47%74.58%
7.45%

Color #EC9D3C in popluar number systems.

HEXEC9D3C
Decimal23615760
Binary1110110010011101111100
Octal35423574

Shades and tints

Shades of #EC9D3C

#EC9D3C
(236,157,60)
#D78F37
(215,143,55)
#C28132
(194,129,50)
#AD732D
(173,115,45)
#986528
(152,101,40)
#835723
(131,87,35)
#6E491E
(110,73,30)
#593B19
(89,59,25)
#442D14
(68,45,20)
#2F1F0F
(47,31,15)
#1A110A
(26,17,10)
#000000
(0,0,0)

Tints of #EC9D3C

#EC9D3C
(236,157,60)
#EDA54D
(237,165,77)
#EEAD5E
(238,173,94)
#EFB56F
(239,181,111)
#F0BD80
(240,189,128)
#F1C591
(241,197,145)
#F2CDA2
(242,205,162)
#F3D5B3
(243,213,179)
#F4DDC4
(244,221,196)
#F5E5D5
(245,229,213)
#F6EDE6
(246,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9D3C color. Also use rgb(236,157,60) instead hex code.

Text Font Color

.myTextColor { color: #EC9D3C; }

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

This text font color is #EC9D3C.


Background Color

.myBgColor { background-color: #EC9D3C; }

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

This div background color is #EC9D3C.


Border color

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

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

This div border color is #EC9D3C.


Opacity

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

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

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

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

This text has shadow with #EC9D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9D3C on black background.


Color preview on white background

This text has color #EC9D3C on white background.



Black color preview on #EC9D3C background

This text has black color on #EC9D3C background.


White color preview on #EC9D3C background

This text has white color on #EC9D3C background.