COLOR #ECDE80

HEX: #ECDE80 RGB: (236,222,128)

Color info

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

RGB color model

#ECDE80 color RGB value is (236,222,128).

RGB: (236,222,128) (93%, 87%, 50%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 128 of 255 = 50%

236
222
128

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

Portions of RGB colors in percentages

R + G + B = 236 + 222 + 128 = 586 (100%)
R 236 of 586 ~ 40.27%
G 222 of 586 ~ 37.88%
B 128 of 586 ~ 21.84'%

%40.27
%37.88
%21.84

CMYK color model

#ECDE80 color CMYK value is (0,6,46,7).

  • cyan value is 0.00%
  • magenta value is 5.93%
  • yellow value is 45.76%
  • key color value is 7.45%

CMYK: (0,6,46,7)
C0M6Y46K7 (0%, 6%, 46%, 7%)
(0.00 / 0.06 / 0.46 / 0.07)

CMYK percentages

%0
%5.93
%45.76
%7.45

Codes

Color #ECDE80 in popluar color models

EC DE 80
RGB 236 222 128
HSL 52° 73.97% 71.37%
HSB/HSV 52° 45.76% 92.55%
CMYK 0.00% 5.93% 45.76%
7.45%

Color #ECDE80 in popluar number systems.

HEX EC DE 80
Decimal 236 222 128
Binary 11101100 11011110 10000000
Octal 354 336 200

Shades and tints

Shades of #ECDE80

#ECDE80
(236,222,128)
#D7CA75
(215,202,117)
#C2B66A
(194,182,106)
#ADA25F
(173,162,95)
#988E54
(152,142,84)
#837A49
(131,122,73)
#6E663E
(110,102,62)
#595233
(89,82,51)
#443E28
(68,62,40)
#2F2A1D
(47,42,29)
#1A1612
(26,22,18)
#000000
(0,0,0)

Tints of #ECDE80

#ECDE80
(236,222,128)
#EDE18B
(237,225,139)
#EEE496
(238,228,150)
#EFE7A1
(239,231,161)
#F0EAAC
(240,234,172)
#F1EDB7
(241,237,183)
#F2F0C2
(242,240,194)
#F3F3CD
(243,243,205)
#F4F6D8
(244,246,216)
#F5F9E3
(245,249,227)
#F6FCEE
(246,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDE80; }

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

This text font color is #ECDE80.

Background Color

.myBgColor { background-color: #ECDE80; }

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

This div background color is #ECDE80.

Border color

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

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

This div border color is #ECDE80.

Opacity

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

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

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

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

This text has shadow with #ECDE80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDE80.

Preview

Color preview on black background

This text has color #ECDE80 on black background.


Color preview on white background

This text has color #ECDE80 on white background.


Black color preview on #ECDE80 background

This text has black color on #ECDE80 background.


White color preview on #ECDE80 background

This text has white color on #ECDE80 background.


Related colors

Complementary color

Complementary color for #hex is #13217F.


I love getcolorcode.com

Triadic colors

1 #80ECDE and #DE80EC with #ECDE80 are triadic colors.

2 #80DEEC and #DEEC80 with #ECDE80 are triadic colors.