COLOR #EC957A

HEX: #EC957A RGB: (236,149,122)

Color info

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

RGB color model

#EC957A color RGB value is (236,149,122).

RGB: (236,149,122) (93%, 58%, 48%)

RGB channels and saturation

R 236 of 255 = 93%
G 149 of 255 = 58%
B 122 of 255 = 48%

236
149
122

R + G + B ~ 66%. #EC957A is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 149 + 122 = 507 (100%)
R 236 of 507 ~ 46.55%
G 149 of 507 ~ 29.39%
B 122 of 507 ~ 24.06'%

%46.55
%29.39
%24.06

CMYK color model

#EC957A color CMYK value is (0,37,48,7).

  • cyan value is 0.00%
  • magenta value is 36.86%
  • yellow value is 48.31%
  • key color value is 7.45%

CMYK: (0,37,48,7)
C0M37Y48K7 (0%, 37%, 48%, 7%)
(0.00 / 0.37 / 0.48 / 0.07)

CMYK percentages

%0
%36.86
%48.31
%7.45

Codes

Color #EC957A in popluar color models

EC 95 7A
RGB 236 149 122
HSL 14° 75.00% 70.20%
HSB/HSV 14° 48.31% 92.55%
CMYK 0.00% 36.86% 48.31%
7.45%

Color #EC957A in popluar number systems.

HEX EC 95 7A
Decimal 236 149 122
Binary 11101100 10010101 1111010
Octal 354 225 172

Shades and tints

Shades of #EC957A

#EC957A
(236,149,122)
#D7886F
(215,136,111)
#C27B64
(194,123,100)
#AD6E59
(173,110,89)
#98614E
(152,97,78)
#835443
(131,84,67)
#6E4738
(110,71,56)
#593A2D
(89,58,45)
#442D22
(68,45,34)
#2F2017
(47,32,23)
#1A130C
(26,19,12)
#000000
(0,0,0)

Tints of #EC957A

#EC957A
(236,149,122)
#ED9E86
(237,158,134)
#EEA792
(238,167,146)
#EFB09E
(239,176,158)
#F0B9AA
(240,185,170)
#F1C2B6
(241,194,182)
#F2CBC2
(242,203,194)
#F3D4CE
(243,212,206)
#F4DDDA
(244,221,218)
#F5E6E6
(245,230,230)
#F6EFF2
(246,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EC957A color. Also use rgb(236,149,122) instead hex code.

Text Font Color

.myTextColor { color: #EC957A; }

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

This text font color is #EC957A.

Background Color

.myBgColor { background-color: #EC957A; }

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

This div background color is #EC957A.

Border color

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

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

This div border color is #EC957A.

Opacity

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

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

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

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

This text has shadow with #EC957A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #EC957A.

Preview

Color preview on black background

This text has color #EC957A on black background.


Color preview on white background

This text has color #EC957A on white background.


Black color preview on #EC957A background

This text has black color on #EC957A background.


White color preview on #EC957A background

This text has white color on #EC957A background.


Related colors

Complementary color

Complementary color for #hex is #136A85.


I love getcolorcode.com

Triadic colors

1 #7AEC95 and #957AEC with #EC957A are triadic colors.

2 #7A95EC and #95EC7A with #EC957A are triadic colors.