COLOR #EDED19

HEX: #EDED19
RGB: (237,237,25)

Color info

#EDED19 contains mainly red and green colors. Web safe color of #EDED19 is #FFFF00 (or #FF0).

RGB color model

#EDED19 color RGB value is (237,237,25).

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

RGB channels and saturation

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

237
237
25

R + G + B ~ 65%. #EDED19 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 237 + 25 = 499 (100%)
R 237 of 499 ~ 47.49%
G 237 of 499 ~ 47.49%
B 25 of 499 ~ 5.01%

%47.49
%47.49

CMYK color model

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

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

CMYK percentages

%0
%0
%89.45
%7.06

Codes

Color #EDED19 in popluar color models

EDED19
RGB23723725
HSL60°85.48%51.37%
HSB/HSV60°89.45%92.94%
CMYK0.00%0.00%89.45%
7.06%

Color #EDED19 in popluar number systems.

HEXEDED19
Decimal23723725
Binary111011011110110111001
Octal35535531

Shades and tints

Shades of #EDED19

#EDED19
(237,237,25)
#D8D817
(216,216,23)
#C3C315
(195,195,21)
#AEAE13
(174,174,19)
#999911
(153,153,17)
#84840F
(132,132,15)
#6F6F0D
(111,111,13)
#5A5A0B
(90,90,11)
#454509
(69,69,9)
#303007
(48,48,7)
#1B1B05
(27,27,5)
#000000
(0,0,0)

Tints of #EDED19

#EDED19
(237,237,25)
#EEEE2D
(238,238,45)
#EFEF41
(239,239,65)
#F0F055
(240,240,85)
#F1F169
(241,241,105)
#F2F27D
(242,242,125)
#F3F391
(243,243,145)
#F4F4A5
(244,244,165)
#F5F5B9
(245,245,185)
#F6F6CD
(246,246,205)
#F7F7E1
(247,247,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDED19; }

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

This text font color is #EDED19.


Background Color

.myBgColor { background-color: #EDED19; }

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

This div background color is #EDED19.


Border color

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

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

This div border color is #EDED19.


Opacity

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

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

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

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

This text has shadow with #EDED19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDED19 on black background.


Color preview on white background

This text has color #EDED19 on white background.



Black color preview on #EDED19 background

This text has black color on #EDED19 background.


White color preview on #EDED19 background

This text has white color on #EDED19 background.