COLOR #EC9F84

HEX: #EC9F84 RGB: (236,159,132)

Color info

#EC9F84 contains mainly red color. Web safe color of #EC9F84 is #FF9999 (or #F99).

RGB color model

#EC9F84 color RGB value is (236,159,132).

RGB: (236,159,132) (93%, 62%, 52%)

RGB channels and saturation

R 236 of 255 = 93%
G 159 of 255 = 62%
B 132 of 255 = 52%

236
159
132

R + G + B ~ 69%. #EC9F84 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 159 + 132 = 527 (100%)
R 236 of 527 ~ 44.78%
G 159 of 527 ~ 30.17%
B 132 of 527 ~ 25.05'%

%44.78
%30.17
%25.05

CMYK color model

#EC9F84 color CMYK value is (0,33,44,7).

  • cyan value is 0.00%
  • magenta value is 32.63%
  • yellow value is 44.07%
  • key color value is 7.45%

CMYK: (0,33,44,7)
C0M33Y44K7 (0%, 33%, 44%, 7%)
(0.00 / 0.33 / 0.44 / 0.07)

CMYK percentages

%0
%32.63
%44.07
%7.45

Codes

Color #EC9F84 in popluar color models

EC 9F 84
RGB 236 159 132
HSL 16° 73.24% 72.16%
HSB/HSV 16° 44.07% 92.55%
CMYK 0.00% 32.63% 44.07%
7.45%

Color #EC9F84 in popluar number systems.

HEX EC 9F 84
Decimal 236 159 132
Binary 11101100 10011111 10000100
Octal 354 237 204

Shades and tints

Shades of #EC9F84

#EC9F84
(236,159,132)
#D79178
(215,145,120)
#C2836C
(194,131,108)
#AD7560
(173,117,96)
#986754
(152,103,84)
#835948
(131,89,72)
#6E4B3C
(110,75,60)
#593D30
(89,61,48)
#442F24
(68,47,36)
#2F2118
(47,33,24)
#1A130C
(26,19,12)
#000000
(0,0,0)

Tints of #EC9F84

#EC9F84
(236,159,132)
#EDA78F
(237,167,143)
#EEAF9A
(238,175,154)
#EFB7A5
(239,183,165)
#F0BFB0
(240,191,176)
#F1C7BB
(241,199,187)
#F2CFC6
(242,207,198)
#F3D7D1
(243,215,209)
#F4DFDC
(244,223,220)
#F5E7E7
(245,231,231)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC9F84 color. Also use rgb(236,159,132) instead hex code.

Text Font Color

.myTextColor { color: #EC9F84; }

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

This text font color is #EC9F84.

Background Color

.myBgColor { background-color: #EC9F84; }

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

This div background color is #EC9F84.

Border color

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

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

This div border color is #EC9F84.

Opacity

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

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

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

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

This text has shadow with #EC9F84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC9F84.

Preview

Color preview on black background

This text has color #EC9F84 on black background.


Color preview on white background

This text has color #EC9F84 on white background.


Black color preview on #EC9F84 background

This text has black color on #EC9F84 background.


White color preview on #EC9F84 background

This text has white color on #EC9F84 background.


Related colors

Complementary color

Complementary color for #hex is #13607B.


I love getcolorcode.com

Triadic colors

1 #84EC9F and #9F84EC with #EC9F84 are triadic colors.

2 #849FEC and #9FEC84 with #EC9F84 are triadic colors.