COLOR #EDE81F

HEX: #EDE81F
RGB: (237,232,31)

Color info

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

RGB color model

#EDE81F color RGB value is (237,232,31).

  • red value is 237;
  • green value is 232;
  • blue value is 31.
RGB:
(237,232,31)
(93%,91%,12%)

RGB channels and saturation

R 237 of 255 = 93%
G 232 of 255 = 91%
B 31 of 255 = 12%

237
232
31

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

Portions of RGB colors in percentages

R + G + B =
237 + 232 + 31 = 500 (100%)
R 237 of 500 ~ 47.4%
G 232 of 500 ~ 46.4%
B 31 of 500 ~ 6.2%

%47.4
%46.4

CMYK color model

#EDE81F color CMYK value is (0,2,87,7).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 86.92%
  • key color value is 7.06%
CMYK:
(0,2,87,7)
C0M2Y87K7 
(0%,2%,87%,7%)
(0.00/0.02/0.87/0.07)	

CMYK percentages

%0
%2.11
%86.92
%7.06

Codes

Color #EDE81F in popluar color models

EDE81F
RGB23723231
HSL59°85.12%52.55%
HSB/HSV59°86.92%92.94%
CMYK0.00%2.11%86.92%
7.06%

Color #EDE81F in popluar number systems.

HEXEDE81F
Decimal23723231
Binary111011011110100011111
Octal35535037

Shades and tints

Shades of #EDE81F

#EDE81F
(237,232,31)
#D8D31D
(216,211,29)
#C3BE1B
(195,190,27)
#AEA919
(174,169,25)
#999417
(153,148,23)
#847F15
(132,127,21)
#6F6A13
(111,106,19)
#5A5511
(90,85,17)
#45400F
(69,64,15)
#302B0D
(48,43,13)
#1B160B
(27,22,11)
#000000
(0,0,0)

Tints of #EDE81F

#EDE81F
(237,232,31)
#EEEA33
(238,234,51)
#EFEC47
(239,236,71)
#F0EE5B
(240,238,91)
#F1F06F
(241,240,111)
#F2F283
(242,242,131)
#F3F497
(243,244,151)
#F4F6AB
(244,246,171)
#F5F8BF
(245,248,191)
#F6FAD3
(246,250,211)
#F7FCE7
(247,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDE81F; }

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

This text font color is #EDE81F.


Background Color

.myBgColor { background-color: #EDE81F; }

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

This div background color is #EDE81F.


Border color

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

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

This div border color is #EDE81F.


Opacity

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

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

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

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

This text has shadow with #EDE81F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDE81F on black background.


Color preview on white background

This text has color #EDE81F on white background.



Black color preview on #EDE81F background

This text has black color on #EDE81F background.


White color preview on #EDE81F background

This text has white color on #EDE81F background.