COLOR #EC9E7D

HEX: #EC9E7D
RGB: (236,158,125)

Color info

#EC9E7D contains mainly red color. Web safe color of #EC9E7D is #FF9966 (or #F96).

RGB color model

#EC9E7D color RGB value is (236,158,125).

  • red value is 236;
  • green value is 158;
  • blue value is 125.
RGB:
(236,158,125)
(93%,62%,49%)

RGB channels and saturation

R 236 of 255 = 93%
G 158 of 255 = 62%
B 125 of 255 = 49%

236
158
125

R + G + B ~ 68%. #EC9E7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 158 + 125 = 519 (100%)
R 236 of 519 ~ 45.47%
G 158 of 519 ~ 30.44%
B 125 of 519 ~ 24.08%

%45.47
%30.44
%24.08

CMYK color model

#EC9E7D color CMYK value is (0,33,47,7).

  • cyan value is 0.00%
  • magenta value is 33.05%
  • yellow value is 47.03%
  • key color value is 7.45%
CMYK:
(0,33,47,7)
C0M33Y47K7 
(0%,33%,47%,7%)
(0.00/0.33/0.47/0.07)	

CMYK percentages

%0
%33.05
%47.03
%7.45

Codes

Color #EC9E7D in popluar color models

EC9E7D
RGB236158125
HSL18°74.50%70.78%
HSB/HSV18°47.03%92.55%
CMYK0.00%33.05%47.03%
7.45%

Color #EC9E7D in popluar number systems.

HEXEC9E7D
Decimal236158125
Binary11101100100111101111101
Octal354236175

Shades and tints

Shades of #EC9E7D

#EC9E7D
(236,158,125)
#D79072
(215,144,114)
#C28267
(194,130,103)
#AD745C
(173,116,92)
#986651
(152,102,81)
#835846
(131,88,70)
#6E4A3B
(110,74,59)
#593C30
(89,60,48)
#442E25
(68,46,37)
#2F201A
(47,32,26)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #EC9E7D

#EC9E7D
(236,158,125)
#EDA688
(237,166,136)
#EEAE93
(238,174,147)
#EFB69E
(239,182,158)
#F0BEA9
(240,190,169)
#F1C6B4
(241,198,180)
#F2CEBF
(242,206,191)
#F3D6CA
(243,214,202)
#F4DED5
(244,222,213)
#F5E6E0
(245,230,224)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9E7D color. Also use rgb(236,158,125) instead hex code.

Text Font Color

.myTextColor { color: #EC9E7D; }

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

This text font color is #EC9E7D.


Background Color

.myBgColor { background-color: #EC9E7D; }

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

This div background color is #EC9E7D.


Border color

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

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

This div border color is #EC9E7D.


Opacity

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

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

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

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

This text has shadow with #EC9E7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EC9E7D on black background.


Color preview on white background

This text has color #EC9E7D on white background.



Black color preview on #EC9E7D background

This text has black color on #EC9E7D background.


White color preview on #EC9E7D background

This text has white color on #EC9E7D background.