COLOR #ECDE76

HEX: #ECDE76
RGB: (236,222,118)

Color info

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

RGB color model

#ECDE76 color RGB value is (236,222,118).

  • red value is 236;
  • green value is 222;
  • blue value is 118.
RGB:
(236,222,118)
(93%,87%,46%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 118 of 255 = 46%

236
222
118

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

Portions of RGB colors in percentages

R + G + B =
236 + 222 + 118 = 576 (100%)
R 236 of 576 ~ 40.97%
G 222 of 576 ~ 38.54%
B 118 of 576 ~ 20.49%

%40.97
%38.54
%20.49

CMYK color model

#ECDE76 color CMYK value is (0,6,50,7).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 50.00%
  • key color value is 7.45%
CMYK:
(0,6,50,7)
C0M6Y50K7 
(0%,6%,50%,7%)
(0.00/0.06/0.50/0.07)	

CMYK percentages

%0
%5.93
%50
%7.45

Codes

Color #ECDE76 in popluar color models

ECDE76
RGB236222118
HSL53°75.64%69.41%
HSB/HSV53°50.00%92.55%
CMYK0.00%5.93%50.00%
7.45%

Color #ECDE76 in popluar number systems.

HEXECDE76
Decimal236222118
Binary11101100110111101110110
Octal354336166

Shades and tints

Shades of #ECDE76

#ECDE76
(236,222,118)
#D7CA6C
(215,202,108)
#C2B662
(194,182,98)
#ADA258
(173,162,88)
#988E4E
(152,142,78)
#837A44
(131,122,68)
#6E663A
(110,102,58)
#595230
(89,82,48)
#443E26
(68,62,38)
#2F2A1C
(47,42,28)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #ECDE76

#ECDE76
(236,222,118)
#EDE182
(237,225,130)
#EEE48E
(238,228,142)
#EFE79A
(239,231,154)
#F0EAA6
(240,234,166)
#F1EDB2
(241,237,178)
#F2F0BE
(242,240,190)
#F3F3CA
(243,243,202)
#F4F6D6
(244,246,214)
#F5F9E2
(245,249,226)
#F6FCEE
(246,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECDE76 color. Also use rgb(236,222,118) instead hex code.

Text Font Color

.myTextColor { color: #ECDE76; }

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

This text font color is #ECDE76.


Background Color

.myBgColor { background-color: #ECDE76; }

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

This div background color is #ECDE76.


Border color

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

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

This div border color is #ECDE76.


Opacity

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

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

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

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

This text has shadow with #ECDE76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECDE76 on black background.


Color preview on white background

This text has color #ECDE76 on white background.



Black color preview on #ECDE76 background

This text has black color on #ECDE76 background.


White color preview on #ECDE76 background

This text has white color on #ECDE76 background.