COLOR #ECD18B

HEX: #ECD18B
RGB: (236,209,139)

Color info

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

RGB color model

#ECD18B color RGB value is (236,209,139).

  • red value is 236;
  • green value is 209;
  • blue value is 139.
RGB:
(236,209,139)
(93%,82%,55%)

RGB channels and saturation

R 236 of 255 = 93%
G 209 of 255 = 82%
B 139 of 255 = 55%

236
209
139

R + G + B ~ 77%. #ECD18B is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 209 + 139 = 584 (100%)
R 236 of 584 ~ 40.41%
G 209 of 584 ~ 35.79%
B 139 of 584 ~ 23.8%

%40.41
%35.79
%23.8

CMYK color model

#ECD18B color CMYK value is (0,11,41,7).

  • cyan value is 0.00%
  • magenta value is 11.44%
  • yellow value is 41.10%
  • key color value is 7.45%
CMYK:
(0,11,41,7)
C0M11Y41K7 
(0%,11%,41%,7%)
(0.00/0.11/0.41/0.07)	

CMYK percentages

%0
%11.44
%41.1
%7.45

Codes

Color #ECD18B in popluar color models

ECD18B
RGB236209139
HSL43°71.85%73.53%
HSB/HSV43°41.10%92.55%
CMYK0.00%11.44%41.10%
7.45%

Color #ECD18B in popluar number systems.

HEXECD18B
Decimal236209139
Binary111011001101000110001011
Octal354321213

Shades and tints

Shades of #ECD18B

#ECD18B
(236,209,139)
#D7BE7F
(215,190,127)
#C2AB73
(194,171,115)
#AD9867
(173,152,103)
#98855B
(152,133,91)
#83724F
(131,114,79)
#6E5F43
(110,95,67)
#594C37
(89,76,55)
#44392B
(68,57,43)
#2F261F
(47,38,31)
#1A1313
(26,19,19)
#000000
(0,0,0)

Tints of #ECD18B

#ECD18B
(236,209,139)
#EDD595
(237,213,149)
#EED99F
(238,217,159)
#EFDDA9
(239,221,169)
#F0E1B3
(240,225,179)
#F1E5BD
(241,229,189)
#F2E9C7
(242,233,199)
#F3EDD1
(243,237,209)
#F4F1DB
(244,241,219)
#F5F5E5
(245,245,229)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD18B color. Also use rgb(236,209,139) instead hex code.

Text Font Color

.myTextColor { color: #ECD18B; }

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

This text font color is #ECD18B.


Background Color

.myBgColor { background-color: #ECD18B; }

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

This div background color is #ECD18B.


Border color

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

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

This div border color is #ECD18B.


Opacity

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

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

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

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

This text has shadow with #ECD18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD18B on black background.


Color preview on white background

This text has color #ECD18B on white background.



Black color preview on #ECD18B background

This text has black color on #ECD18B background.


White color preview on #ECD18B background

This text has white color on #ECD18B background.