Html Css Color HEX #EDF116 Lemon

📋 copy color: '#EDF116'

red 237 ◦ green 241 ◦ blue 22

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

Shades of Lemon #EDF116

Tints of Lemon #EDF116

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.2%

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

R = 47.4%
G = 48.2%
B = 4.4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#EDF116 (or 0xEDF116) is known color: Lemon. HEX triplet: ED, F1 and 16. RGB value is (237,241,22). Sum of RGB (Red+Green+Blue) = 237+241+22=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 22 (8.98% from 255 or 4.4% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF116 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF116 is #120EE9. Grayscale: #D7D7D7. Windows color (decimal): -1183466 or 1503725. OLE color: 1503725.

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

Color convert

RGB 237 241 22 -
CMYK 0.02 0 0.91 0.05
HSL 61.1º 0.89% 0.52% -
HSV(B) 61.1º 0.91% 0.95% -
XYZ 66.53 80.97 12.88 -
YUV 214.84 19.17 143.81 -
System Red Green Blue C M Y K H S L
Decimal 237 241 22 0.02 0 0.91 0.05 61.1 0.89 0.52
Hex ED F1 16 2 0 5B 5 3D 59 34
Octal 355 361 26 2 0 133 5 75 131 64
Binary 11101101 11110001 10110 10 0 1011011 101 111101 1011001 110100

Color Harmonies of #EDF116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF116

Black with #EDF116

Text Example


Text Example

White with #EDF116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF116; }

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

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

background-color css

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

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

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

border-color css

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

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

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