COLOR #EDC409

HEX: #EDC409
RGB: (237,196,9)

Color info

#EDC409 contains mainly red and green colors. Web safe color of #EDC409 is #FFCC00 (or #FC0).

RGB color model

#EDC409 color RGB value is (237,196,9).

  • red value is 237;
  • green value is 196;
  • blue value is 9.
RGB:
(237,196,9)
(93%,77%,4%)

RGB channels and saturation

R 237 of 255 = 93%
G 196 of 255 = 77%
B 9 of 255 = 4%

237
196
9

R + G + B ~ 58%. #EDC409 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
237 + 196 + 9 = 442 (100%)
R 237 of 442 ~ 53.62%
G 196 of 442 ~ 44.34%
B 9 of 442 ~ 2.04%

%53.62
%44.34

CMYK color model

#EDC409 color CMYK value is (0,17,96,7).

  • cyan value is 0.00%
  • magenta value is 17.30%
  • yellow value is 96.20%
  • key color value is 7.06%
CMYK:
(0,17,96,7)
C0M17Y96K7 
(0%,17%,96%,7%)
(0.00/0.17/0.96/0.07)	

CMYK percentages

%0
%17.3
%96.2
%7.06

Codes

Color #EDC409 in popluar color models

EDC409
RGB2371969
HSL49°92.68%48.24%
HSB/HSV49°96.20%92.94%
CMYK0.00%17.30%96.20%
7.06%

Color #EDC409 in popluar number systems.

HEXEDC409
Decimal2371969
Binary11101101110001001001
Octal35530411

Shades and tints

Shades of #EDC409

#EDC409
(237,196,9)
#D8B309
(216,179,9)
#C3A209
(195,162,9)
#AE9109
(174,145,9)
#998009
(153,128,9)
#846F09
(132,111,9)
#6F5E09
(111,94,9)
#5A4D09
(90,77,9)
#453C09
(69,60,9)
#302B09
(48,43,9)
#1B1A09
(27,26,9)
#000000
(0,0,0)

Tints of #EDC409

#EDC409
(237,196,9)
#EEC91F
(238,201,31)
#EFCE35
(239,206,53)
#F0D34B
(240,211,75)
#F1D861
(241,216,97)
#F2DD77
(242,221,119)
#F3E28D
(243,226,141)
#F4E7A3
(244,231,163)
#F5ECB9
(245,236,185)
#F6F1CF
(246,241,207)
#F7F6E5
(247,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC409 color. Also use rgb(237,196,9) instead hex code.

Text Font Color

.myTextColor { color: #EDC409; }

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

This text font color is #EDC409.


Background Color

.myBgColor { background-color: #EDC409; }

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

This div background color is #EDC409.


Border color

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

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

This div border color is #EDC409.


Opacity

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

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

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

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

This text has shadow with #EDC409 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC409 on black background.


Color preview on white background

This text has color #EDC409 on white background.



Black color preview on #EDC409 background

This text has black color on #EDC409 background.


White color preview on #EDC409 background

This text has white color on #EDC409 background.