COLOR #EDF523

HEX: #EDF523
RGB: (237,245,35)

Color info

#EDF523 contains mainly red and green colors. Web safe color of #EDF523 is #FFFF33 (or #FF3).

RGB color model

#EDF523 color RGB value is (237,245,35).

  • red value is 237;
  • green value is 245;
  • blue value is 35.
RGB:
(237,245,35)
(93%,96%,14%)

RGB channels and saturation

R 237 of 255 = 93%
G 245 of 255 = 96%
B 35 of 255 = 14%

237
245
35

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

Portions of RGB colors in percentages

R + G + B =
237 + 245 + 35 = 517 (100%)
R 237 of 517 ~ 45.84%
G 245 of 517 ~ 47.39%
B 35 of 517 ~ 6.77%

%45.84
%47.39

CMYK color model

#EDF523 color CMYK value is (3,0,86,4).

  • cyan value is 3.27%
  • magenta value is 0.00%
  • yellow value is 85.71%
  • key color value is 3.92%
CMYK:
(3,0,86,4)
C3M0Y86K4 
(3%,0%,86%,4%)
(0.03/0.00/0.86/0.04)	

CMYK percentages

%3.27
%0
%85.71
%3.92

Codes

Color #EDF523 in popluar color models

EDF523
RGB23724535
HSL62°91.30%54.90%
HSB/HSV62°85.71%96.08%
CMYK3.27%0.00%85.71%
3.92%

Color #EDF523 in popluar number systems.

HEXEDF523
Decimal23724535
Binary1110110111110101100011
Octal35536543

Shades and tints

Shades of #EDF523

#EDF523
(237,245,35)
#D8DF20
(216,223,32)
#C3C91D
(195,201,29)
#AEB31A
(174,179,26)
#999D17
(153,157,23)
#848714
(132,135,20)
#6F7111
(111,113,17)
#5A5B0E
(90,91,14)
#45450B
(69,69,11)
#302F08
(48,47,8)
#1B1905
(27,25,5)
#000000
(0,0,0)

Tints of #EDF523

#EDF523
(237,245,35)
#EEF537
(238,245,55)
#EFF54B
(239,245,75)
#F0F55F
(240,245,95)
#F1F573
(241,245,115)
#F2F587
(242,245,135)
#F3F59B
(243,245,155)
#F4F5AF
(244,245,175)
#F5F5C3
(245,245,195)
#F6F5D7
(246,245,215)
#F7F5EB
(247,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF523 color. Also use rgb(237,245,35) instead hex code.

Text Font Color

.myTextColor { color: #EDF523; }

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

This text font color is #EDF523.


Background Color

.myBgColor { background-color: #EDF523; }

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

This div background color is #EDF523.


Border color

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

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

This div border color is #EDF523.


Opacity

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

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

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

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

This text has shadow with #EDF523 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF523 on black background.


Color preview on white background

This text has color #EDF523 on white background.



Black color preview on #EDF523 background

This text has black color on #EDF523 background.


White color preview on #EDF523 background

This text has white color on #EDF523 background.