Html Css Color HEX #EDF917 Lemon

📋 copy color: '#EDF917'

red 237 ◦ green 249 ◦ blue 23

#EDF917
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #EDF917

Tints of Lemon #EDF917

RGB

 RED value IS 237 (92.97% from 255) = 46.56%

 GREEN value IS 249 (97.66% from 255) = 48.92%

 BLUE value IS 23 (9.38% from 255) = 4.52%

R = 46.56%
G = 48.92%
B = 4.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#EDF917 (or 0xEDF917) is known color: Lemon. HEX triplet: ED, F9 and 17. RGB value is (237,249,23). Sum of RGB (Red+Green+Blue) = 237+249+23=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 23 (9.38% from 255 or 4.52% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF917 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF917 is #1206E8. Grayscale: #DCDCDC. Windows color (decimal): -1181417 or 1571309. OLE color: 1571309.

HSL color Cylindrical-coordinate representation of color #EDF917: hue angle of 63.19º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDF917 is Cyan = 0.05, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 23 -
CMYK 0.05 0 0.91 0.02
HSL 63.19º 0.95% 0.53% -
HSV(B) 63.19º 0.91% 0.98% -
XYZ 68.96 85.82 13.74 -
YUV 219.65 17.02 140.38 -
System Red Green Blue C M Y K H S L
Decimal 237 249 23 0.05 0 0.91 0.02 63.19 0.95 0.53
Hex ED F9 17 5 0 5B 2 3F 5F 35
Octal 355 371 27 5 0 133 2 77 137 65
Binary 11101101 11111001 10111 101 0 1011011 10 111111 1011111 110101

Color Harmonies of #EDF917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF917

Black with #EDF917

Text Example


Text Example

White with #EDF917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF917; }

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

 H1.HeaderClassName
 {
   color: #EDF917;
 }
 .AnyTagClassName
 {
   color: #EDF917;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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