COLOR #ECD18D

HEX: #ECD18D
RGB: (236,209,141)

Color info

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

RGB color model

#ECD18D color RGB value is (236,209,141).

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

RGB channels and saturation

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

236
209
141

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

Portions of RGB colors in percentages

R + G + B =
236 + 209 + 141 = 586 (100%)
R 236 of 586 ~ 40.27%
G 209 of 586 ~ 35.67%
B 141 of 586 ~ 24.06%

%40.27
%35.67
%24.06

CMYK color model

#ECD18D color CMYK value is (0,11,40,7).

  • cyan value is 0.00%
  • magenta value is 11.44%
  • yellow value is 40.25%
  • key color value is 7.45%
CMYK:
(0,11,40,7)
C0M11Y40K7 
(0%,11%,40%,7%)
(0.00/0.11/0.40/0.07)	

CMYK percentages

%0
%11.44
%40.25
%7.45

Codes

Color #ECD18D in popluar color models

ECD18D
RGB236209141
HSL43°71.43%73.92%
HSB/HSV43°40.25%92.55%
CMYK0.00%11.44%40.25%
7.45%

Color #ECD18D in popluar number systems.

HEXECD18D
Decimal236209141
Binary111011001101000110001101
Octal354321215

Shades and tints

Shades of #ECD18D

#ECD18D
(236,209,141)
#D7BE81
(215,190,129)
#C2AB75
(194,171,117)
#AD9869
(173,152,105)
#98855D
(152,133,93)
#837251
(131,114,81)
#6E5F45
(110,95,69)
#594C39
(89,76,57)
#44392D
(68,57,45)
#2F2621
(47,38,33)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #ECD18D

#ECD18D
(236,209,141)
#EDD597
(237,213,151)
#EED9A1
(238,217,161)
#EFDDAB
(239,221,171)
#F0E1B5
(240,225,181)
#F1E5BF
(241,229,191)
#F2E9C9
(242,233,201)
#F3EDD3
(243,237,211)
#F4F1DD
(244,241,221)
#F5F5E7
(245,245,231)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECD18D; }

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

This text font color is #ECD18D.


Background Color

.myBgColor { background-color: #ECD18D; }

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

This div background color is #ECD18D.


Border color

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

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

This div border color is #ECD18D.


Opacity

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

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

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

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

This text has shadow with #ECD18D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD18D on black background.


Color preview on white background

This text has color #ECD18D on white background.



Black color preview on #ECD18D background

This text has black color on #ECD18D background.


White color preview on #ECD18D background

This text has white color on #ECD18D background.