COLOR #EDC724

HEX: #EDC724
RGB: (237,199,36)

Color info

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

RGB color model

#EDC724 color RGB value is (237,199,36).

  • red value is 237;
  • green value is 199;
  • blue value is 36.
RGB:
(237,199,36)
(93%,78%,14%)

RGB channels and saturation

R 237 of 255 = 93%
G 199 of 255 = 78%
B 36 of 255 = 14%

237
199
36

R + G + B ~ 62%. #EDC724 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 199 + 36 = 472 (100%)
R 237 of 472 ~ 50.21%
G 199 of 472 ~ 42.16%
B 36 of 472 ~ 7.63%

%50.21
%42.16

CMYK color model

#EDC724 color CMYK value is (0,16,85,7).

  • cyan value is 0.00%
  • magenta value is 16.03%
  • yellow value is 84.81%
  • key color value is 7.06%
CMYK:
(0,16,85,7)
C0M16Y85K7 
(0%,16%,85%,7%)
(0.00/0.16/0.85/0.07)	

CMYK percentages

%0
%16.03
%84.81
%7.06

Codes

Color #EDC724 in popluar color models

EDC724
RGB23719936
HSL49°84.81%53.53%
HSB/HSV49°84.81%92.94%
CMYK0.00%16.03%84.81%
7.06%

Color #EDC724 in popluar number systems.

HEXEDC724
Decimal23719936
Binary1110110111000111100100
Octal35530744

Shades and tints

Shades of #EDC724

#EDC724
(237,199,36)
#D8B521
(216,181,33)
#C3A31E
(195,163,30)
#AE911B
(174,145,27)
#997F18
(153,127,24)
#846D15
(132,109,21)
#6F5B12
(111,91,18)
#5A490F
(90,73,15)
#45370C
(69,55,12)
#302509
(48,37,9)
#1B1306
(27,19,6)
#000000
(0,0,0)

Tints of #EDC724

#EDC724
(237,199,36)
#EECC37
(238,204,55)
#EFD14A
(239,209,74)
#F0D65D
(240,214,93)
#F1DB70
(241,219,112)
#F2E083
(242,224,131)
#F3E596
(243,229,150)
#F4EAA9
(244,234,169)
#F5EFBC
(245,239,188)
#F6F4CF
(246,244,207)
#F7F9E2
(247,249,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC724 color. Also use rgb(237,199,36) instead hex code.

Text Font Color

.myTextColor { color: #EDC724; }

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

This text font color is #EDC724.


Background Color

.myBgColor { background-color: #EDC724; }

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

This div background color is #EDC724.


Border color

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

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

This div border color is #EDC724.


Opacity

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

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

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

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

This text has shadow with #EDC724 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC724 on black background.


Color preview on white background

This text has color #EDC724 on white background.



Black color preview on #EDC724 background

This text has black color on #EDC724 background.


White color preview on #EDC724 background

This text has white color on #EDC724 background.