COLOR #ECA58D

HEX: #ECA58D RGB: (236,165,141)

Color info

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

RGB color model

#ECA58D color RGB value is (236,165,141).

RGB: (236,165,141) (93%, 65%, 55%)

RGB channels and saturation

R 236 of 255 = 93%
G 165 of 255 = 65%
B 141 of 255 = 55%

236
165
141

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

Portions of RGB colors in percentages

R + G + B = 236 + 165 + 141 = 542 (100%)
R 236 of 542 ~ 43.54%
G 165 of 542 ~ 30.44%
B 141 of 542 ~ 26.01'%

%43.54
%30.44
%26.01

CMYK color model

#ECA58D color CMYK value is (0,30,40,7).

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

CMYK: (0,30,40,7)
C0M30Y40K7 (0%, 30%, 40%, 7%)
(0.00 / 0.30 / 0.40 / 0.07)

CMYK percentages

%0
%30.08
%40.25
%7.45

Codes

Color #ECA58D in popluar color models

EC A5 8D
RGB 236 165 141
HSL 15° 71.43% 73.92%
HSB/HSV 15° 40.25% 92.55%
CMYK 0.00% 30.08% 40.25%
7.45%

Color #ECA58D in popluar number systems.

HEX EC A5 8D
Decimal 236 165 141
Binary 11101100 10100101 10001101
Octal 354 245 215

Shades and tints

Shades of #ECA58D

#ECA58D
(236,165,141)
#D79681
(215,150,129)
#C28775
(194,135,117)
#AD7869
(173,120,105)
#98695D
(152,105,93)
#835A51
(131,90,81)
#6E4B45
(110,75,69)
#593C39
(89,60,57)
#442D2D
(68,45,45)
#2F1E21
(47,30,33)
#1A0F15
(26,15,21)
#000000
(0,0,0)

Tints of #ECA58D

#ECA58D
(236,165,141)
#EDAD97
(237,173,151)
#EEB5A1
(238,181,161)
#EFBDAB
(239,189,171)
#F0C5B5
(240,197,181)
#F1CDBF
(241,205,191)
#F2D5C9
(242,213,201)
#F3DDD3
(243,221,211)
#F4E5DD
(244,229,221)
#F5EDE7
(245,237,231)
#F6F5F1
(246,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECA58D; }

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

This text font color is #ECA58D.

Background Color

.myBgColor { background-color: #ECA58D; }

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

This div background color is #ECA58D.

Border color

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

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

This div border color is #ECA58D.

Opacity

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

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

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

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

This text has shadow with #ECA58D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA58D.

Preview

Color preview on black background

This text has color #ECA58D on black background.


Color preview on white background

This text has color #ECA58D on white background.


Black color preview on #ECA58D background

This text has black color on #ECA58D background.


White color preview on #ECA58D background

This text has white color on #ECA58D background.


Related colors

Complementary color

Complementary color for #hex is #135A72.


I love getcolorcode.com

Triadic colors

1 #8DECA5 and #A58DEC with #ECA58D are triadic colors.

2 #8DA5EC and #A5EC8D with #ECA58D are triadic colors.