COLOR #EDF357

HEX: #EDF357
RGB: (237,243,87)

Color info

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

RGB color model

#EDF357 color RGB value is (237,243,87).

  • red value is 237;
  • green value is 243;
  • blue value is 87.
RGB:
(237,243,87)
(93%,95%,34%)

RGB channels and saturation

R 237 of 255 = 93%
G 243 of 255 = 95%
B 87 of 255 = 34%

237
243
87

R + G + B ~ 74%. #EDF357 is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 243 + 87 = 567 (100%)
R 237 of 567 ~ 41.8%
G 243 of 567 ~ 42.86%
B 87 of 567 ~ 15.34%

%41.8
%42.86
%15.34

CMYK color model

#EDF357 color CMYK value is (2,0,64,5).

  • cyan value is 2.47%
  • magenta value is 0.00%
  • yellow value is 64.20%
  • key color value is 4.71%
CMYK:
(2,0,64,5)
C2M0Y64K5 
(2%,0%,64%,5%)
(0.02/0.00/0.64/0.05)	

CMYK percentages

%2.47
%0
%64.2
%4.71

Codes

Color #EDF357 in popluar color models

EDF357
RGB23724387
HSL62°86.67%64.71%
HSB/HSV62°64.20%95.29%
CMYK2.47%0.00%64.20%
4.71%

Color #EDF357 in popluar number systems.

HEXEDF357
Decimal23724387
Binary11101101111100111010111
Octal355363127

Shades and tints

Shades of #EDF357

#EDF357
(237,243,87)
#D8DD50
(216,221,80)
#C3C749
(195,199,73)
#AEB142
(174,177,66)
#999B3B
(153,155,59)
#848534
(132,133,52)
#6F6F2D
(111,111,45)
#5A5926
(90,89,38)
#45431F
(69,67,31)
#302D18
(48,45,24)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #EDF357

#EDF357
(237,243,87)
#EEF466
(238,244,102)
#EFF575
(239,245,117)
#F0F684
(240,246,132)
#F1F793
(241,247,147)
#F2F8A2
(242,248,162)
#F3F9B1
(243,249,177)
#F4FAC0
(244,250,192)
#F5FBCF
(245,251,207)
#F6FCDE
(246,252,222)
#F7FDED
(247,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #EDF357; }

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

This text font color is #EDF357.


Background Color

.myBgColor { background-color: #EDF357; }

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

This div background color is #EDF357.


Border color

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

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

This div border color is #EDF357.


Opacity

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

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

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

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

This text has shadow with #EDF357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EDF357 on black background.


Color preview on white background

This text has color #EDF357 on white background.



Black color preview on #EDF357 background

This text has black color on #EDF357 background.


White color preview on #EDF357 background

This text has white color on #EDF357 background.