COLOR #ECD77D

HEX: #ECD77D
RGB: (236,215,125)

Color info

#ECD77D contains mainly red and green colors. Web safe color of #ECD77D is #FFCC66 (or #FC6).

RGB color model

#ECD77D color RGB value is (236,215,125).

  • red value is 236;
  • green value is 215;
  • blue value is 125.
RGB:
(236,215,125)
(93%,84%,49%)

RGB channels and saturation

R 236 of 255 = 93%
G 215 of 255 = 84%
B 125 of 255 = 49%

236
215
125

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

Portions of RGB colors in percentages

R + G + B =
236 + 215 + 125 = 576 (100%)
R 236 of 576 ~ 40.97%
G 215 of 576 ~ 37.33%
B 125 of 576 ~ 21.7%

%40.97
%37.33
%21.7

CMYK color model

#ECD77D color CMYK value is (0,9,47,7).

  • cyan value is 0.00%
  • magenta value is 8.90%
  • yellow value is 47.03%
  • key color value is 7.45%
CMYK:
(0,9,47,7)
C0M9Y47K7 
(0%,9%,47%,7%)
(0.00/0.09/0.47/0.07)	

CMYK percentages

%0
%8.9
%47.03
%7.45

Codes

Color #ECD77D in popluar color models

ECD77D
RGB236215125
HSL49°74.50%70.78%
HSB/HSV49°47.03%92.55%
CMYK0.00%8.90%47.03%
7.45%

Color #ECD77D in popluar number systems.

HEXECD77D
Decimal236215125
Binary11101100110101111111101
Octal354327175

Shades and tints

Shades of #ECD77D

#ECD77D
(236,215,125)
#D7C472
(215,196,114)
#C2B167
(194,177,103)
#AD9E5C
(173,158,92)
#988B51
(152,139,81)
#837846
(131,120,70)
#6E653B
(110,101,59)
#595230
(89,82,48)
#443F25
(68,63,37)
#2F2C1A
(47,44,26)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #ECD77D

#ECD77D
(236,215,125)
#EDDA88
(237,218,136)
#EEDD93
(238,221,147)
#EFE09E
(239,224,158)
#F0E3A9
(240,227,169)
#F1E6B4
(241,230,180)
#F2E9BF
(242,233,191)
#F3ECCA
(243,236,202)
#F4EFD5
(244,239,213)
#F5F2E0
(245,242,224)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD77D color. Also use rgb(236,215,125) instead hex code.

Text Font Color

.myTextColor { color: #ECD77D; }

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

This text font color is #ECD77D.


Background Color

.myBgColor { background-color: #ECD77D; }

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

This div background color is #ECD77D.


Border color

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

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

This div border color is #ECD77D.


Opacity

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

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

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

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

This text has shadow with #ECD77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD77D on black background.


Color preview on white background

This text has color #ECD77D on white background.



Black color preview on #ECD77D background

This text has black color on #ECD77D background.


White color preview on #ECD77D background

This text has white color on #ECD77D background.