COLOR #ECD672

HEX: #ECD672 RGB: (236,214,114)

Color info

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

RGB color model

#ECD672 color RGB value is (236,214,114).

RGB: (236,214,114) (93%, 84%, 45%)

RGB channels and saturation

R 236 of 255 = 93%
G 214 of 255 = 84%
B 114 of 255 = 45%

236
214
114

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

Portions of RGB colors in percentages

R + G + B = 236 + 214 + 114 = 564 (100%)
R 236 of 564 ~ 41.84%
G 214 of 564 ~ 37.94%
B 114 of 564 ~ 20.21'%

%41.84
%37.94
%20.21

CMYK color model

#ECD672 color CMYK value is (0,9,52,7).

  • cyan value is 0.00%
  • magenta value is 9.32%
  • yellow value is 51.69%
  • key color value is 7.45%

CMYK: (0,9,52,7)
C0M9Y52K7 (0%, 9%, 52%, 7%)
(0.00 / 0.09 / 0.52 / 0.07)

CMYK percentages

%0
%9.32
%51.69
%7.45

Codes

Color #ECD672 in popluar color models

EC D6 72
RGB 236 214 114
HSL 49° 76.25% 68.63%
HSB/HSV 49° 51.69% 92.55%
CMYK 0.00% 9.32% 51.69%
7.45%

Color #ECD672 in popluar number systems.

HEX EC D6 72
Decimal 236 214 114
Binary 11101100 11010110 1110010
Octal 354 326 162

Shades and tints

Shades of #ECD672

#ECD672
(236,214,114)
#D7C368
(215,195,104)
#C2B05E
(194,176,94)
#AD9D54
(173,157,84)
#988A4A
(152,138,74)
#837740
(131,119,64)
#6E6436
(110,100,54)
#59512C
(89,81,44)
#443E22
(68,62,34)
#2F2B18
(47,43,24)
#1A180E
(26,24,14)
#000000
(0,0,0)

Tints of #ECD672

#ECD672
(236,214,114)
#EDD97E
(237,217,126)
#EEDC8A
(238,220,138)
#EFDF96
(239,223,150)
#F0E2A2
(240,226,162)
#F1E5AE
(241,229,174)
#F2E8BA
(242,232,186)
#F3EBC6
(243,235,198)
#F4EED2
(244,238,210)
#F5F1DE
(245,241,222)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD672 color. Also use rgb(236,214,114) instead hex code.

Text Font Color

.myTextColor { color: #ECD672; }

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

This text font color is #ECD672.

Background Color

.myBgColor { background-color: #ECD672; }

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

This div background color is #ECD672.

Border color

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

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

This div border color is #ECD672.

Opacity

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

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

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

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

This text has shadow with #ECD672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ECD672.

Preview

Color preview on black background

This text has color #ECD672 on black background.


Color preview on white background

This text has color #ECD672 on white background.


Black color preview on #ECD672 background

This text has black color on #ECD672 background.


White color preview on #ECD672 background

This text has white color on #ECD672 background.


Related colors

Complementary color

Complementary color for #hex is #13298D.


I love getcolorcode.com

Triadic colors

1 #72ECD6 and #D672EC with #ECD672 are triadic colors.

2 #72D6EC and #D6EC72 with #ECD672 are triadic colors.