Html Css Color HEX #EDF616 Lemon

📋 copy color: '#EDF616'

red 237 ◦ green 246 ◦ blue 22

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

Shades of Lemon #EDF616

Tints of Lemon #EDF616

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.71%

 BLUE value IS 22 (8.98% from 255) = 4.36%

R = 46.93%
G = 48.71%
B = 4.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#EDF616 (or 0xEDF616) is known color: Lemon. HEX triplet: ED, F6 and 16. RGB value is (237,246,22). Sum of RGB (Red+Green+Blue) = 237+246+22=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 22 (8.98% from 255 or 4.36% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF616 is #1209E9. Grayscale: #DADADA. Windows color (decimal): -1182186 or 1505005. OLE color: 1505005.

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

Color convert

RGB 237 246 22 -
CMYK 0.04 0 0.91 0.04
HSL 62.41º 0.93% 0.53% -
HSV(B) 62.41º 0.91% 0.96% -
XYZ 68.03 83.97 13.38 -
YUV 217.77 17.52 141.71 -
System Red Green Blue C M Y K H S L
Decimal 237 246 22 0.04 0 0.91 0.04 62.41 0.93 0.53
Hex ED F6 16 4 0 5B 4 3E 5D 35
Octal 355 366 26 4 0 133 4 76 135 65
Binary 11101101 11110110 10110 100 0 1011011 100 111110 1011101 110101

Color Harmonies of #EDF616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF616

Black with #EDF616

Text Example


Text Example

White with #EDF616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF616; }

 p { color: rgb(237,246,22); }

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

background-color css

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

 a { background-color: rgb(237,246,22); }

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

border-color css

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

 span { border-color: rgb(237,246,22); }

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