COLOR #ECB19D

HEX: #ECB19D RGB: (236,177,157)

Color info

#ECB19D contains mainly red and green colors. Web safe color of #ECB19D is #FF9999 (or #F99).

RGB color model

#ECB19D color RGB value is (236,177,157).

RGB: (236,177,157) (93%, 69%, 62%)

RGB channels and saturation

R 236 of 255 = 93%
G 177 of 255 = 69%
B 157 of 255 = 62%

236
177
157

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

Portions of RGB colors in percentages

R + G + B = 236 + 177 + 157 = 570 (100%)
R 236 of 570 ~ 41.4%
G 177 of 570 ~ 31.05%
B 157 of 570 ~ 27.54'%

%41.4
%31.05
%27.54

CMYK color model

#ECB19D color CMYK value is (0,25,33,7).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 33.47%
  • key color value is 7.45%

CMYK: (0,25,33,7)
C0M25Y33K7 (0%, 25%, 33%, 7%)
(0.00 / 0.25 / 0.33 / 0.07)

CMYK percentages

%0
%25
%33.47
%7.45

Codes

Color #ECB19D in popluar color models

EC B1 9D
RGB 236 177 157
HSL 15° 67.52% 77.06%
HSB/HSV 15° 33.47% 92.55%
CMYK 0.00% 25.00% 33.47%
7.45%

Color #ECB19D in popluar number systems.

HEX EC B1 9D
Decimal 236 177 157
Binary 11101100 10110001 10011101
Octal 354 261 235

Shades and tints

Shades of #ECB19D

#ECB19D
(236,177,157)
#D7A18F
(215,161,143)
#C29181
(194,145,129)
#AD8173
(173,129,115)
#987165
(152,113,101)
#836157
(131,97,87)
#6E5149
(110,81,73)
#59413B
(89,65,59)
#44312D
(68,49,45)
#2F211F
(47,33,31)
#1A1111
(26,17,17)
#000000
(0,0,0)

Tints of #ECB19D

#ECB19D
(236,177,157)
#EDB8A5
(237,184,165)
#EEBFAD
(238,191,173)
#EFC6B5
(239,198,181)
#F0CDBD
(240,205,189)
#F1D4C5
(241,212,197)
#F2DBCD
(242,219,205)
#F3E2D5
(243,226,213)
#F4E9DD
(244,233,221)
#F5F0E5
(245,240,229)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECB19D color. Also use rgb(236,177,157) instead hex code.

Text Font Color

.myTextColor { color: #ECB19D; }

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

This text font color is #ECB19D.

Background Color

.myBgColor { background-color: #ECB19D; }

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

This div background color is #ECB19D.

Border color

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

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

This div border color is #ECB19D.

Opacity

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

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

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

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

This text has shadow with #ECB19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECB19D.

Preview

Color preview on black background

This text has color #ECB19D on black background.


Color preview on white background

This text has color #ECB19D on white background.


Black color preview on #ECB19D background

This text has black color on #ECB19D background.


White color preview on #ECB19D background

This text has white color on #ECB19D background.


Related colors

Complementary color

Complementary color for #hex is #134E62.


I love getcolorcode.com

Triadic colors

1 #9DECB1 and #B19DEC with #ECB19D are triadic colors.

2 #9DB1EC and #B1EC9D with #ECB19D are triadic colors.