COLOR #EDC919

HEX: #EDC919
RGB: (237,201,25)

Color info

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

RGB color model

#EDC919 color RGB value is (237,201,25).

  • red value is 237;
  • green value is 201;
  • blue value is 25.
RGB:
(237,201,25)
(93%,79%,10%)

RGB channels and saturation

R 237 of 255 = 93%
G 201 of 255 = 79%
B 25 of 255 = 10%

237
201
25

R + G + B ~ 61%. #EDC919 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 201 + 25 = 463 (100%)
R 237 of 463 ~ 51.19%
G 201 of 463 ~ 43.41%
B 25 of 463 ~ 5.4%

%51.19
%43.41

CMYK color model

#EDC919 color CMYK value is (0,15,89,7).

  • cyan value is 0.00%
  • magenta value is 15.19%
  • yellow value is 89.45%
  • key color value is 7.06%
CMYK:
(0,15,89,7)
C0M15Y89K7 
(0%,15%,89%,7%)
(0.00/0.15/0.89/0.07)	

CMYK percentages

%0
%15.19
%89.45
%7.06

Codes

Color #EDC919 in popluar color models

EDC919
RGB23720125
HSL50°85.48%51.37%
HSB/HSV50°89.45%92.94%
CMYK0.00%15.19%89.45%
7.06%

Color #EDC919 in popluar number systems.

HEXEDC919
Decimal23720125
Binary111011011100100111001
Octal35531131

Shades and tints

Shades of #EDC919

#EDC919
(237,201,25)
#D8B717
(216,183,23)
#C3A515
(195,165,21)
#AE9313
(174,147,19)
#998111
(153,129,17)
#846F0F
(132,111,15)
#6F5D0D
(111,93,13)
#5A4B0B
(90,75,11)
#453909
(69,57,9)
#302707
(48,39,7)
#1B1505
(27,21,5)
#000000
(0,0,0)

Tints of #EDC919

#EDC919
(237,201,25)
#EECD2D
(238,205,45)
#EFD141
(239,209,65)
#F0D555
(240,213,85)
#F1D969
(241,217,105)
#F2DD7D
(242,221,125)
#F3E191
(243,225,145)
#F4E5A5
(244,229,165)
#F5E9B9
(245,233,185)
#F6EDCD
(246,237,205)
#F7F1E1
(247,241,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDC919 color. Also use rgb(237,201,25) instead hex code.

Text Font Color

.myTextColor { color: #EDC919; }

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

This text font color is #EDC919.


Background Color

.myBgColor { background-color: #EDC919; }

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

This div background color is #EDC919.


Border color

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

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

This div border color is #EDC919.


Opacity

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

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

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

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

This text has shadow with #EDC919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDC919 on black background.


Color preview on white background

This text has color #EDC919 on white background.



Black color preview on #EDC919 background

This text has black color on #EDC919 background.


White color preview on #EDC919 background

This text has white color on #EDC919 background.