COLOR #ECB49F

HEX: #ECB49F RGB: (236,180,159)

Color info

#ECB49F contains mainly red and green colors. Web safe color of #ECB49F is #FFCC99 (or #FC9).

RGB color model

#ECB49F color RGB value is (236,180,159).

RGB: (236,180,159) (93%, 71%, 62%)

RGB channels and saturation

R 236 of 255 = 93%
G 180 of 255 = 71%
B 159 of 255 = 62%

236
180
159

R + G + B ~ 75%. #ECB49F is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 180 + 159 = 575 (100%)
R 236 of 575 ~ 41.04%
G 180 of 575 ~ 31.3%
B 159 of 575 ~ 27.65'%

%41.04
%31.3
%27.65

CMYK color model

#ECB49F color CMYK value is (0,24,33,7).

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

CMYK: (0,24,33,7)
C0M24Y33K7 (0%, 24%, 33%, 7%)
(0.00 / 0.24 / 0.33 / 0.07)

CMYK percentages

%0
%23.73
%32.63
%7.45

Codes

Color #ECB49F in popluar color models

EC B4 9F
RGB 236 180 159
HSL 16° 66.96% 77.45%
HSB/HSV 16° 32.63% 92.55%
CMYK 0.00% 23.73% 32.63%
7.45%

Color #ECB49F in popluar number systems.

HEX EC B4 9F
Decimal 236 180 159
Binary 11101100 10110100 10011111
Octal 354 264 237

Shades and tints

Shades of #ECB49F

#ECB49F
(236,180,159)
#D7A491
(215,164,145)
#C29483
(194,148,131)
#AD8475
(173,132,117)
#987467
(152,116,103)
#836459
(131,100,89)
#6E544B
(110,84,75)
#59443D
(89,68,61)
#44342F
(68,52,47)
#2F2421
(47,36,33)
#1A1413
(26,20,19)
#000000
(0,0,0)

Tints of #ECB49F

#ECB49F
(236,180,159)
#EDBAA7
(237,186,167)
#EEC0AF
(238,192,175)
#EFC6B7
(239,198,183)
#F0CCBF
(240,204,191)
#F1D2C7
(241,210,199)
#F2D8CF
(242,216,207)
#F3DED7
(243,222,215)
#F4E4DF
(244,228,223)
#F5EAE7
(245,234,231)
#F6F0EF
(246,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECB49F; }

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

This text font color is #ECB49F.

Background Color

.myBgColor { background-color: #ECB49F; }

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

This div background color is #ECB49F.

Border color

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

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

This div border color is #ECB49F.

Opacity

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

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

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

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

This text has shadow with #ECB49F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB49F.

Preview

Color preview on black background

This text has color #ECB49F on black background.


Color preview on white background

This text has color #ECB49F on white background.


Black color preview on #ECB49F background

This text has black color on #ECB49F background.


White color preview on #ECB49F background

This text has white color on #ECB49F background.


Related colors

Complementary color

Complementary color for #hex is #134B60.


I love getcolorcode.com

Triadic colors

1 #9FECB4 and #B49FEC with #ECB49F are triadic colors.

2 #9FB4EC and #B4EC9F with #ECB49F are triadic colors.