COLOR #EDF629

HEX: #EDF629
RGB: (237,246,41)

Color info

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

RGB color model

#EDF629 color RGB value is (237,246,41).

  • red value is 237;
  • green value is 246;
  • blue value is 41.
RGB:
(237,246,41)
(93%,96%,16%)

RGB channels and saturation

R 237 of 255 = 93%
G 246 of 255 = 96%
B 41 of 255 = 16%

237
246
41

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

Portions of RGB colors in percentages

R + G + B =
237 + 246 + 41 = 524 (100%)
R 237 of 524 ~ 45.23%
G 246 of 524 ~ 46.95%
B 41 of 524 ~ 7.82%

%45.23
%46.95

CMYK color model

#EDF629 color CMYK value is (4,0,83,4).

  • cyan value is 3.66%
  • magenta value is 0.00%
  • yellow value is 83.33%
  • key color value is 3.53%
CMYK:
(4,0,83,4)
C4M0Y83K4 
(4%,0%,83%,4%)
(0.04/0.00/0.83/0.04)	

CMYK percentages

%3.66
%0
%83.33
%3.53

Codes

Color #EDF629 in popluar color models

EDF629
RGB23724641
HSL63°91.93%56.27%
HSB/HSV63°83.33%96.47%
CMYK3.66%0.00%83.33%
3.53%

Color #EDF629 in popluar number systems.

HEXEDF629
Decimal23724641
Binary1110110111110110101001
Octal35536651

Shades and tints

Shades of #EDF629

#EDF629
(237,246,41)
#D8E026
(216,224,38)
#C3CA23
(195,202,35)
#AEB420
(174,180,32)
#999E1D
(153,158,29)
#84881A
(132,136,26)
#6F7217
(111,114,23)
#5A5C14
(90,92,20)
#454611
(69,70,17)
#30300E
(48,48,14)
#1B1A0B
(27,26,11)
#000000
(0,0,0)

Tints of #EDF629

#EDF629
(237,246,41)
#EEF63C
(238,246,60)
#EFF64F
(239,246,79)
#F0F662
(240,246,98)
#F1F675
(241,246,117)
#F2F688
(242,246,136)
#F3F69B
(243,246,155)
#F4F6AE
(244,246,174)
#F5F6C1
(245,246,193)
#F6F6D4
(246,246,212)
#F7F6E7
(247,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF629 color. Also use rgb(237,246,41) instead hex code.

Text Font Color

.myTextColor { color: #EDF629; }

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

This text font color is #EDF629.


Background Color

.myBgColor { background-color: #EDF629; }

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

This div background color is #EDF629.


Border color

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

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

This div border color is #EDF629.


Opacity

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

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

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

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

This text has shadow with #EDF629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF629 on black background.


Color preview on white background

This text has color #EDF629 on white background.



Black color preview on #EDF629 background

This text has black color on #EDF629 background.


White color preview on #EDF629 background

This text has white color on #EDF629 background.