COLOR #EDEF72

HEX: #EDEF72
RGB: (237,239,114)

Color info

#EDEF72 contains mainly red and green colors. Web safe color of #EDEF72 is #FFFF66 (or #FF6).

RGB color model

#EDEF72 color RGB value is (237,239,114).

  • red value is 237;
  • green value is 239;
  • blue value is 114.
RGB:
(237,239,114)
(93%,94%,45%)

RGB channels and saturation

R 237 of 255 = 93%
G 239 of 255 = 94%
B 114 of 255 = 45%

237
239
114

R + G + B ~ 77%. #EDEF72 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 239 + 114 = 590 (100%)
R 237 of 590 ~ 40.17%
G 239 of 590 ~ 40.51%
B 114 of 590 ~ 19.32%

%40.17
%40.51
%19.32

CMYK color model

#EDEF72 color CMYK value is (1,0,52,6).

  • cyan value is 0.84%
  • magenta value is 0.00%
  • yellow value is 52.30%
  • key color value is 6.27%
CMYK:
(1,0,52,6)
C1M0Y52K6 
(1%,0%,52%,6%)
(0.01/0.00/0.52/0.06)	

CMYK percentages

%0.84
%0
%52.3
%6.27

Codes

Color #EDEF72 in popluar color models

EDEF72
RGB237239114
HSL61°79.62%69.22%
HSB/HSV61°52.30%93.73%
CMYK0.84%0.00%52.30%
6.27%

Color #EDEF72 in popluar number systems.

HEXEDEF72
Decimal237239114
Binary11101101111011111110010
Octal355357162

Shades and tints

Shades of #EDEF72

#EDEF72
(237,239,114)
#D8DA68
(216,218,104)
#C3C55E
(195,197,94)
#AEB054
(174,176,84)
#999B4A
(153,155,74)
#848640
(132,134,64)
#6F7136
(111,113,54)
#5A5C2C
(90,92,44)
#454722
(69,71,34)
#303218
(48,50,24)
#1B1D0E
(27,29,14)
#000000
(0,0,0)

Tints of #EDEF72

#EDEF72
(237,239,114)
#EEF07E
(238,240,126)
#EFF18A
(239,241,138)
#F0F296
(240,242,150)
#F1F3A2
(241,243,162)
#F2F4AE
(242,244,174)
#F3F5BA
(243,245,186)
#F4F6C6
(244,246,198)
#F5F7D2
(245,247,210)
#F6F8DE
(246,248,222)
#F7F9EA
(247,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDEF72; }

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

This text font color is #EDEF72.


Background Color

.myBgColor { background-color: #EDEF72; }

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

This div background color is #EDEF72.


Border color

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

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

This div border color is #EDEF72.


Opacity

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

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

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

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

This text has shadow with #EDEF72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDEF72 on black background.


Color preview on white background

This text has color #EDEF72 on white background.



Black color preview on #EDEF72 background

This text has black color on #EDEF72 background.


White color preview on #EDEF72 background

This text has white color on #EDEF72 background.