COLOR #EDE909

HEX: #EDE909
RGB: (237,233,9)

Color info

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

RGB color model

#EDE909 color RGB value is (237,233,9).

  • red value is 237;
  • green value is 233;
  • blue value is 9.
RGB:
(237,233,9)
(93%,91%,4%)

RGB channels and saturation

R 237 of 255 = 93%
G 233 of 255 = 91%
B 9 of 255 = 4%

237
233
9

R + G + B ~ 63%. #EDE909 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 233 + 9 = 479 (100%)
R 237 of 479 ~ 49.48%
G 233 of 479 ~ 48.64%
B 9 of 479 ~ 1.88%

%49.48
%48.64

CMYK color model

#EDE909 color CMYK value is (0,2,96,7).

  • cyan value is 0.00%
  • magenta value is 1.69%
  • yellow value is 96.20%
  • key color value is 7.06%
CMYK:
(0,2,96,7)
C0M2Y96K7 
(0%,2%,96%,7%)
(0.00/0.02/0.96/0.07)	

CMYK percentages

%0
%1.69
%96.2
%7.06

Codes

Color #EDE909 in popluar color models

EDE909
RGB2372339
HSL59°92.68%48.24%
HSB/HSV59°96.20%92.94%
CMYK0.00%1.69%96.20%
7.06%

Color #EDE909 in popluar number systems.

HEXEDE909
Decimal2372339
Binary11101101111010011001
Octal35535111

Shades and tints

Shades of #EDE909

#EDE909
(237,233,9)
#D8D409
(216,212,9)
#C3BF09
(195,191,9)
#AEAA09
(174,170,9)
#999509
(153,149,9)
#848009
(132,128,9)
#6F6B09
(111,107,9)
#5A5609
(90,86,9)
#454109
(69,65,9)
#302C09
(48,44,9)
#1B1709
(27,23,9)
#000000
(0,0,0)

Tints of #EDE909

#EDE909
(237,233,9)
#EEEB1F
(238,235,31)
#EFED35
(239,237,53)
#F0EF4B
(240,239,75)
#F1F161
(241,241,97)
#F2F377
(242,243,119)
#F3F58D
(243,245,141)
#F4F7A3
(244,247,163)
#F5F9B9
(245,249,185)
#F6FBCF
(246,251,207)
#F7FDE5
(247,253,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE909; }

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

This text font color is #EDE909.


Background Color

.myBgColor { background-color: #EDE909; }

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

This div background color is #EDE909.


Border color

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

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

This div border color is #EDE909.


Opacity

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

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

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

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

This text has shadow with #EDE909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE909 on black background.


Color preview on white background

This text has color #EDE909 on white background.



Black color preview on #EDE909 background

This text has black color on #EDE909 background.


White color preview on #EDE909 background

This text has white color on #EDE909 background.