COLOR #ECA98C

HEX: #ECA98C RGB: (236,169,140)

Color info

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

RGB color model

#ECA98C color RGB value is (236,169,140).

RGB: (236,169,140) (93%, 66%, 55%)

RGB channels and saturation

R 236 of 255 = 93%
G 169 of 255 = 66%
B 140 of 255 = 55%

236
169
140

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

Portions of RGB colors in percentages

R + G + B = 236 + 169 + 140 = 545 (100%)
R 236 of 545 ~ 43.3%
G 169 of 545 ~ 31.01%
B 140 of 545 ~ 25.69'%

%43.3
%31.01
%25.69

CMYK color model

#ECA98C color CMYK value is (0,28,41,7).

  • cyan value is 0.00%
  • magenta value is 28.39%
  • yellow value is 40.68%
  • key color value is 7.45%

CMYK: (0,28,41,7)
C0M28Y41K7 (0%, 28%, 41%, 7%)
(0.00 / 0.28 / 0.41 / 0.07)

CMYK percentages

%0
%28.39
%40.68
%7.45

Codes

Color #ECA98C in popluar color models

EC A9 8C
RGB 236 169 140
HSL 18° 71.64% 73.73%
HSB/HSV 18° 40.68% 92.55%
CMYK 0.00% 28.39% 40.68%
7.45%

Color #ECA98C in popluar number systems.

HEX EC A9 8C
Decimal 236 169 140
Binary 11101100 10101001 10001100
Octal 354 251 214

Shades and tints

Shades of #ECA98C

#ECA98C
(236,169,140)
#D79A80
(215,154,128)
#C28B74
(194,139,116)
#AD7C68
(173,124,104)
#986D5C
(152,109,92)
#835E50
(131,94,80)
#6E4F44
(110,79,68)
#594038
(89,64,56)
#44312C
(68,49,44)
#2F2220
(47,34,32)
#1A1314
(26,19,20)
#000000
(0,0,0)

Tints of #ECA98C

#ECA98C
(236,169,140)
#EDB096
(237,176,150)
#EEB7A0
(238,183,160)
#EFBEAA
(239,190,170)
#F0C5B4
(240,197,180)
#F1CCBE
(241,204,190)
#F2D3C8
(242,211,200)
#F3DAD2
(243,218,210)
#F4E1DC
(244,225,220)
#F5E8E6
(245,232,230)
#F6EFF0
(246,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECA98C color. Also use rgb(236,169,140) instead hex code.

Text Font Color

.myTextColor { color: #ECA98C; }

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

This text font color is #ECA98C.

Background Color

.myBgColor { background-color: #ECA98C; }

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

This div background color is #ECA98C.

Border color

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

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

This div border color is #ECA98C.

Opacity

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

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

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

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

This text has shadow with #ECA98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECA98C.

Preview

Color preview on black background

This text has color #ECA98C on black background.


Color preview on white background

This text has color #ECA98C on white background.


Black color preview on #ECA98C background

This text has black color on #ECA98C background.


White color preview on #ECA98C background

This text has white color on #ECA98C background.


Related colors

Complementary color

Complementary color for #hex is #135673.


I love getcolorcode.com

Triadic colors

1 #8CECA9 and #A98CEC with #ECA98C are triadic colors.

2 #8CA9EC and #A9EC8C with #ECA98C are triadic colors.