Html Css Color HEX #EDF416 Lemon

📋 copy color: '#EDF416'

red 237 ◦ green 244 ◦ blue 22

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

Shades of Lemon #EDF416

Tints of Lemon #EDF416

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.51%

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

R = 47.12%
G = 48.51%
B = 4.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#EDF416 (or 0xEDF416) is known color: Lemon. HEX triplet: ED, F4 and 16. RGB value is (237,244,22). Sum of RGB (Red+Green+Blue) = 237+244+22=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 22 (8.98% from 255 or 4.37% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF416 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF416 is #120BE9. Grayscale: #D9D9D9. Windows color (decimal): -1182698 or 1504493. OLE color: 1504493.

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

Color convert

RGB 237 244 22 -
CMYK 0.03 0 0.91 0.04
HSL 61.89º 0.91% 0.52% -
HSV(B) 61.89º 0.91% 0.96% -
XYZ 67.42 82.76 13.18 -
YUV 216.6 18.18 142.55 -
System Red Green Blue C M Y K H S L
Decimal 237 244 22 0.03 0 0.91 0.04 61.89 0.91 0.52
Hex ED F4 16 3 0 5B 4 3E 5B 34
Octal 355 364 26 3 0 133 4 76 133 64
Binary 11101101 11110100 10110 11 0 1011011 100 111110 1011011 110100

Color Harmonies of #EDF416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF416

Black with #EDF416

Text Example


Text Example

White with #EDF416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF416; }

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

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

background-color css

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

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

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

border-color css

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

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

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