COLOR #EC9947

HEX: #EC9947
RGB: (236,153,71)

Color info

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

RGB color model

#EC9947 color RGB value is (236,153,71).

  • red value is 236;
  • green value is 153;
  • blue value is 71.
RGB:
(236,153,71)
(93%,60%,28%)

RGB channels and saturation

R 236 of 255 = 93%
G 153 of 255 = 60%
B 71 of 255 = 28%

236
153
71

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

Portions of RGB colors in percentages

R + G + B =
236 + 153 + 71 = 460 (100%)
R 236 of 460 ~ 51.3%
G 153 of 460 ~ 33.26%
B 71 of 460 ~ 15.43%

%51.3
%33.26
%15.43

CMYK color model

#EC9947 color CMYK value is (0,35,70,7).

  • cyan value is 0.00%
  • magenta value is 35.17%
  • yellow value is 69.92%
  • key color value is 7.45%
CMYK:
(0,35,70,7)
C0M35Y70K7 
(0%,35%,70%,7%)
(0.00/0.35/0.70/0.07)	

CMYK percentages

%0
%35.17
%69.92
%7.45

Codes

Color #EC9947 in popluar color models

EC9947
RGB23615371
HSL30°81.28%60.20%
HSB/HSV30°69.92%92.55%
CMYK0.00%35.17%69.92%
7.45%

Color #EC9947 in popluar number systems.

HEXEC9947
Decimal23615371
Binary11101100100110011000111
Octal354231107

Shades and tints

Shades of #EC9947

#EC9947
(236,153,71)
#D78C41
(215,140,65)
#C27F3B
(194,127,59)
#AD7235
(173,114,53)
#98652F
(152,101,47)
#835829
(131,88,41)
#6E4B23
(110,75,35)
#593E1D
(89,62,29)
#443117
(68,49,23)
#2F2411
(47,36,17)
#1A170B
(26,23,11)
#000000
(0,0,0)

Tints of #EC9947

#EC9947
(236,153,71)
#EDA257
(237,162,87)
#EEAB67
(238,171,103)
#EFB477
(239,180,119)
#F0BD87
(240,189,135)
#F1C697
(241,198,151)
#F2CFA7
(242,207,167)
#F3D8B7
(243,216,183)
#F4E1C7
(244,225,199)
#F5EAD7
(245,234,215)
#F6F3E7
(246,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9947 color. Also use rgb(236,153,71) instead hex code.

Text Font Color

.myTextColor { color: #EC9947; }

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

This text font color is #EC9947.


Background Color

.myBgColor { background-color: #EC9947; }

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

This div background color is #EC9947.


Border color

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

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

This div border color is #EC9947.


Opacity

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

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

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

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

This text has shadow with #EC9947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9947 on black background.


Color preview on white background

This text has color #EC9947 on white background.



Black color preview on #EC9947 background

This text has black color on #EC9947 background.


White color preview on #EC9947 background

This text has white color on #EC9947 background.