COLOR #EC9142

HEX: #EC9142
RGB: (236,145,66)

Color info

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

RGB color model

#EC9142 color RGB value is (236,145,66).

  • red value is 236;
  • green value is 145;
  • blue value is 66.
RGB:
(236,145,66)
(93%,57%,26%)

RGB channels and saturation

R 236 of 255 = 93%
G 145 of 255 = 57%
B 66 of 255 = 26%

236
145
66

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

Portions of RGB colors in percentages

R + G + B =
236 + 145 + 66 = 447 (100%)
R 236 of 447 ~ 52.8%
G 145 of 447 ~ 32.44%
B 66 of 447 ~ 14.77%

%52.8
%32.44
%14.77

CMYK color model

#EC9142 color CMYK value is (0,39,72,7).

  • cyan value is 0.00%
  • magenta value is 38.56%
  • yellow value is 72.03%
  • key color value is 7.45%
CMYK:
(0,39,72,7)
C0M39Y72K7 
(0%,39%,72%,7%)
(0.00/0.39/0.72/0.07)	

CMYK percentages

%0
%38.56
%72.03
%7.45

Codes

Color #EC9142 in popluar color models

EC9142
RGB23614566
HSL28°81.73%59.22%
HSB/HSV28°72.03%92.55%
CMYK0.00%38.56%72.03%
7.45%

Color #EC9142 in popluar number systems.

HEXEC9142
Decimal23614566
Binary11101100100100011000010
Octal354221102

Shades and tints

Shades of #EC9142

#EC9142
(236,145,66)
#D7843C
(215,132,60)
#C27736
(194,119,54)
#AD6A30
(173,106,48)
#985D2A
(152,93,42)
#835024
(131,80,36)
#6E431E
(110,67,30)
#593618
(89,54,24)
#442912
(68,41,18)
#2F1C0C
(47,28,12)
#1A0F06
(26,15,6)
#000000
(0,0,0)

Tints of #EC9142

#EC9142
(236,145,66)
#ED9B53
(237,155,83)
#EEA564
(238,165,100)
#EFAF75
(239,175,117)
#F0B986
(240,185,134)
#F1C397
(241,195,151)
#F2CDA8
(242,205,168)
#F3D7B9
(243,215,185)
#F4E1CA
(244,225,202)
#F5EBDB
(245,235,219)
#F6F5EC
(246,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9142 color. Also use rgb(236,145,66) instead hex code.

Text Font Color

.myTextColor { color: #EC9142; }

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

This text font color is #EC9142.


Background Color

.myBgColor { background-color: #EC9142; }

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

This div background color is #EC9142.


Border color

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

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

This div border color is #EC9142.


Opacity

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

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

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

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

This text has shadow with #EC9142 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9142 on black background.


Color preview on white background

This text has color #EC9142 on white background.



Black color preview on #EC9142 background

This text has black color on #EC9142 background.


White color preview on #EC9142 background

This text has white color on #EC9142 background.