COLOR #ECD44A

HEX: #ECD44A
RGB: (236,212,74)

Color info

#ECD44A contains mainly red and green colors. Web safe color of #ECD44A is #FFCC33 (or #FC3).

RGB color model

#ECD44A color RGB value is (236,212,74).

  • red value is 236;
  • green value is 212;
  • blue value is 74.
RGB:
(236,212,74)
(93%,83%,29%)

RGB channels and saturation

R 236 of 255 = 93%
G 212 of 255 = 83%
B 74 of 255 = 29%

236
212
74

R + G + B ~ 68%. #ECD44A is quite light color.

Portions of RGB colors in percentages

R + G + B =
236 + 212 + 74 = 522 (100%)
R 236 of 522 ~ 45.21%
G 212 of 522 ~ 40.61%
B 74 of 522 ~ 14.18%

%45.21
%40.61
%14.18

CMYK color model

#ECD44A color CMYK value is (0,10,69,7).

  • cyan value is 0.00%
  • magenta value is 10.17%
  • yellow value is 68.64%
  • key color value is 7.45%
CMYK:
(0,10,69,7)
C0M10Y69K7 
(0%,10%,69%,7%)
(0.00/0.10/0.69/0.07)	

CMYK percentages

%0
%10.17
%68.64
%7.45

Codes

Color #ECD44A in popluar color models

ECD44A
RGB23621274
HSL51°81.00%60.78%
HSB/HSV51°68.64%92.55%
CMYK0.00%10.17%68.64%
7.45%

Color #ECD44A in popluar number systems.

HEXECD44A
Decimal23621274
Binary11101100110101001001010
Octal354324112

Shades and tints

Shades of #ECD44A

#ECD44A
(236,212,74)
#D7C144
(215,193,68)
#C2AE3E
(194,174,62)
#AD9B38
(173,155,56)
#988832
(152,136,50)
#83752C
(131,117,44)
#6E6226
(110,98,38)
#594F20
(89,79,32)
#443C1A
(68,60,26)
#2F2914
(47,41,20)
#1A160E
(26,22,14)
#000000
(0,0,0)

Tints of #ECD44A

#ECD44A
(236,212,74)
#EDD75A
(237,215,90)
#EEDA6A
(238,218,106)
#EFDD7A
(239,221,122)
#F0E08A
(240,224,138)
#F1E39A
(241,227,154)
#F2E6AA
(242,230,170)
#F3E9BA
(243,233,186)
#F4ECCA
(244,236,202)
#F5EFDA
(245,239,218)
#F6F2EA
(246,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ECD44A color. Also use rgb(236,212,74) instead hex code.

Text Font Color

.myTextColor { color: #ECD44A; }

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

This text font color is #ECD44A.


Background Color

.myBgColor { background-color: #ECD44A; }

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

This div background color is #ECD44A.


Border color

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

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

This div border color is #ECD44A.


Opacity

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

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

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

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

This text has shadow with #ECD44A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ECD44A on black background.


Color preview on white background

This text has color #ECD44A on white background.



Black color preview on #ECD44A background

This text has black color on #ECD44A background.


White color preview on #ECD44A background

This text has white color on #ECD44A background.