COLOR #EDF41B

HEX: #EDF41B
RGB: (237,244,27)

Color info

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

RGB color model

#EDF41B color RGB value is (237,244,27).

  • red value is 237;
  • green value is 244;
  • blue value is 27.
RGB:
(237,244,27)
(93%,96%,11%)

RGB channels and saturation

R 237 of 255 = 93%
G 244 of 255 = 96%
B 27 of 255 = 11%

237
244
27

R + G + B ~ 67%. #EDF41B is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 244 + 27 = 508 (100%)
R 237 of 508 ~ 46.65%
G 244 of 508 ~ 48.03%
B 27 of 508 ~ 5.31%

%46.65
%48.03

CMYK color model

#EDF41B color CMYK value is (3,0,89,4).

  • cyan value is 2.87%
  • magenta value is 0.00%
  • yellow value is 88.93%
  • key color value is 4.31%
CMYK:
(3,0,89,4)
C3M0Y89K4 
(3%,0%,89%,4%)
(0.03/0.00/0.89/0.04)	

CMYK percentages

%2.87
%0
%88.93
%4.31

Codes

Color #EDF41B in popluar color models

EDF41B
RGB23724427
HSL62°90.79%53.14%
HSB/HSV62°88.93%95.69%
CMYK2.87%0.00%88.93%
4.31%

Color #EDF41B in popluar number systems.

HEXEDF41B
Decimal23724427
Binary111011011111010011011
Octal35536433

Shades and tints

Shades of #EDF41B

#EDF41B
(237,244,27)
#D8DE19
(216,222,25)
#C3C817
(195,200,23)
#AEB215
(174,178,21)
#999C13
(153,156,19)
#848611
(132,134,17)
#6F700F
(111,112,15)
#5A5A0D
(90,90,13)
#45440B
(69,68,11)
#302E09
(48,46,9)
#1B1807
(27,24,7)
#000000
(0,0,0)

Tints of #EDF41B

#EDF41B
(237,244,27)
#EEF52F
(238,245,47)
#EFF643
(239,246,67)
#F0F757
(240,247,87)
#F1F86B
(241,248,107)
#F2F97F
(242,249,127)
#F3FA93
(243,250,147)
#F4FBA7
(244,251,167)
#F5FCBB
(245,252,187)
#F6FDCF
(246,253,207)
#F7FEE3
(247,254,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EDF41B color. Also use rgb(237,244,27) instead hex code.

Text Font Color

.myTextColor { color: #EDF41B; }

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

This text font color is #EDF41B.


Background Color

.myBgColor { background-color: #EDF41B; }

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

This div background color is #EDF41B.


Border color

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

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

This div border color is #EDF41B.


Opacity

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

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

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

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

This text has shadow with #EDF41B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF41B on black background.


Color preview on white background

This text has color #EDF41B on white background.



Black color preview on #EDF41B background

This text has black color on #EDF41B background.


White color preview on #EDF41B background

This text has white color on #EDF41B background.