COLOR #ECA590

HEX: #ECA590 RGB: (236,165,144)

Color info

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

RGB color model

#ECA590 color RGB value is (236,165,144).

RGB: (236,165,144) (93%, 65%, 56%)

RGB channels and saturation

R 236 of 255 = 93%
G 165 of 255 = 65%
B 144 of 255 = 56%

236
165
144

R + G + B ~ 71%. #ECA590 is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 165 + 144 = 545 (100%)
R 236 of 545 ~ 43.3%
G 165 of 545 ~ 30.28%
B 144 of 545 ~ 26.42'%

%43.3
%30.28
%26.42

CMYK color model

#ECA590 color CMYK value is (0,30,39,7).

  • cyan value is 0.00%
  • magenta value is 30.08%
  • yellow value is 38.98%
  • key color value is 7.45%

CMYK: (0,30,39,7)
C0M30Y39K7 (0%, 30%, 39%, 7%)
(0.00 / 0.30 / 0.39 / 0.07)

CMYK percentages

%0
%30.08
%38.98
%7.45

Codes

Color #ECA590 in popluar color models

EC A5 90
RGB 236 165 144
HSL 14° 70.77% 74.51%
HSB/HSV 14° 38.98% 92.55%
CMYK 0.00% 30.08% 38.98%
7.45%

Color #ECA590 in popluar number systems.

HEX EC A5 90
Decimal 236 165 144
Binary 11101100 10100101 10010000
Octal 354 245 220

Shades and tints

Shades of #ECA590

#ECA590
(236,165,144)
#D79683
(215,150,131)
#C28776
(194,135,118)
#AD7869
(173,120,105)
#98695C
(152,105,92)
#835A4F
(131,90,79)
#6E4B42
(110,75,66)
#593C35
(89,60,53)
#442D28
(68,45,40)
#2F1E1B
(47,30,27)
#1A0F0E
(26,15,14)
#000000
(0,0,0)

Tints of #ECA590

#ECA590
(236,165,144)
#EDAD9A
(237,173,154)
#EEB5A4
(238,181,164)
#EFBDAE
(239,189,174)
#F0C5B8
(240,197,184)
#F1CDC2
(241,205,194)
#F2D5CC
(242,213,204)
#F3DDD6
(243,221,214)
#F4E5E0
(244,229,224)
#F5EDEA
(245,237,234)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA590 color. Also use rgb(236,165,144) instead hex code.

Text Font Color

.myTextColor { color: #ECA590; }

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

This text font color is #ECA590.

Background Color

.myBgColor { background-color: #ECA590; }

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

This div background color is #ECA590.

Border color

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

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

This div border color is #ECA590.

Opacity

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

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

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

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

This text has shadow with #ECA590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA590.

Preview

Color preview on black background

This text has color #ECA590 on black background.


Color preview on white background

This text has color #ECA590 on white background.


Black color preview on #ECA590 background

This text has black color on #ECA590 background.


White color preview on #ECA590 background

This text has white color on #ECA590 background.


Related colors

Complementary color

Complementary color for #hex is #135A6F.


I love getcolorcode.com

Triadic colors

1 #90ECA5 and #A590EC with #ECA590 are triadic colors.

2 #90A5EC and #A5EC90 with #ECA590 are triadic colors.