COLOR #ECDE6A

HEX: #ECDE6A RGB: (236,222,106)

Color info

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

RGB color model

#ECDE6A color RGB value is (236,222,106).

RGB: (236,222,106) (93%, 87%, 42%)

RGB channels and saturation

R 236 of 255 = 93%
G 222 of 255 = 87%
B 106 of 255 = 42%

236
222
106

R + G + B ~ 74%. #ECDE6A is quite light color.

Portions of RGB colors in percentages

R + G + B = 236 + 222 + 106 = 564 (100%)
R 236 of 564 ~ 41.84%
G 222 of 564 ~ 39.36%
B 106 of 564 ~ 18.79'%

%41.84
%39.36
%18.79

CMYK color model

#ECDE6A color CMYK value is (0,6,55,7).

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

CMYK: (0,6,55,7)
C0M6Y55K7 (0%, 6%, 55%, 7%)
(0.00 / 0.06 / 0.55 / 0.07)

CMYK percentages

%0
%5.93
%55.08
%7.45

Codes

Color #ECDE6A in popluar color models

EC DE 6A
RGB 236 222 106
HSL 54° 77.38% 67.06%
HSB/HSV 54° 55.08% 92.55%
CMYK 0.00% 5.93% 55.08%
7.45%

Color #ECDE6A in popluar number systems.

HEX EC DE 6A
Decimal 236 222 106
Binary 11101100 11011110 1101010
Octal 354 336 152

Shades and tints

Shades of #ECDE6A

#ECDE6A
(236,222,106)
#D7CA61
(215,202,97)
#C2B658
(194,182,88)
#ADA24F
(173,162,79)
#988E46
(152,142,70)
#837A3D
(131,122,61)
#6E6634
(110,102,52)
#59522B
(89,82,43)
#443E22
(68,62,34)
#2F2A19
(47,42,25)
#1A1610
(26,22,16)
#000000
(0,0,0)

Tints of #ECDE6A

#ECDE6A
(236,222,106)
#EDE177
(237,225,119)
#EEE484
(238,228,132)
#EFE791
(239,231,145)
#F0EA9E
(240,234,158)
#F1EDAB
(241,237,171)
#F2F0B8
(242,240,184)
#F3F3C5
(243,243,197)
#F4F6D2
(244,246,210)
#F5F9DF
(245,249,223)
#F6FCEC
(246,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ECDE6A; }

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

This text font color is #ECDE6A.

Background Color

.myBgColor { background-color: #ECDE6A; }

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

This div background color is #ECDE6A.

Border color

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

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

This div border color is #ECDE6A.

Opacity

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

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

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

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

This text has shadow with #ECDE6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECDE6A.

Preview

Color preview on black background

This text has color #ECDE6A on black background.


Color preview on white background

This text has color #ECDE6A on white background.


Black color preview on #ECDE6A background

This text has black color on #ECDE6A background.


White color preview on #ECDE6A background

This text has white color on #ECDE6A background.


Related colors

Complementary color

Complementary color for #hex is #132195.


I love getcolorcode.com

Triadic colors

1 #6AECDE and #DE6AEC with #ECDE6A are triadic colors.

2 #6ADEEC and #DEEC6A with #ECDE6A are triadic colors.