#EDF717

Color #EDF717 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #EDF717

Tints of Lemon #EDF717

Color information

#EDF717 (or 0xEDF717) is unknown color: approx Lemon. HEX triplet: ED, F7 and 17. RGB value is (237,247,23). Sum of RGB (Red+Green+Blue) = 237+247+23=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 247 (96.88% from 255 or 48.72% from 507); Blue value is 23 (9.38% from 255 or 4.54% from 507); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF717 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF717 is #1208E8. Grayscale: #DBDBDB. Windows color (decimal): -1181929 or 1570797. OLE color: 1570797.

HSL color Cylindrical-coordinate representation of color #EDF717: hue angle of 62.68º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDF717 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.

Color convert

RGB23724723-
CMYK0.0400.910.03
HSL62.68º93.33%52.94%-
HSV(B)62.68º90.69%96.86%-
XYZ68.3484.5913.54-
YUV218.4717.69141.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 247 (96.88% from 255) = 48.72%
BLUE value IS 23 (9.38% from 255) = 4.54%
R=46.75%
G=48.72%
B=4.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal237247230.0400.910.0362.6893.3352.94
HexEDF717405B33f5d35
Octal355367274013337713565
Binary11101101111101111011110001011011111111111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF717; }

 p { color: rgb(237,247,23); }

 H1.HeaderClassName
 {
   color: #EDF717;
 }
 .AnyTagClassName
 {
   color: #EDF717;
 }
</style>
background-color css

<style>
 a { background-color: #EDF717; }

 a { background-color: rgb(237,247,23); }

 div.DivClassName
 {
   background-color: #EDF717;
 }
 .BgClassName
 {
   background-color: #EDF717;
 }
</style>
border-color css

<style>
 span { border-color: #EDF717; }

 span { border-color: rgb(237,247,23); }

 td.TdClassName
 {
   border-color: #EDF717;
 }
 .TagClassName
 {
   border-color: #EDF717;
 }
</style>