Html Css Color HEX #EDF516 Lemon

📋 copy color: '#EDF516'

red 237 ◦ green 245 ◦ blue 22

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

Shades of Lemon #EDF516

Tints of Lemon #EDF516

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.61%

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

R = 47.02%
G = 48.61%
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

#EDF516 (or 0xEDF516) is known color: Lemon. HEX triplet: ED, F5 and 16. RGB value is (237,245,22). Sum of RGB (Red+Green+Blue) = 237+245+22=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 22 (8.98% from 255 or 4.37% from 504); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF516 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF516 is #120AE9. Grayscale: #DADADA. Windows color (decimal): -1182442 or 1504749. OLE color: 1504749.

HSL color Cylindrical-coordinate representation of color #EDF516: hue angle of 62.15º degrees, saturation: 0.92, 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 #EDF516 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 245 22 -
CMYK 0.03 0 0.91 0.04
HSL 62.15º 0.92% 0.52% -
HSV(B) 62.15º 0.91% 0.96% -
XYZ 67.72 83.37 13.28 -
YUV 217.19 17.85 142.13 -
System Red Green Blue C M Y K H S L
Decimal 237 245 22 0.03 0 0.91 0.04 62.15 0.92 0.52
Hex ED F5 16 3 0 5B 4 3E 5C 34
Octal 355 365 26 3 0 133 4 76 134 64
Binary 11101101 11110101 10110 11 0 1011011 100 111110 1011100 110100

Color Harmonies of #EDF516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF516

Black with #EDF516

Text Example


Text Example

White with #EDF516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF516; }

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

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

background-color css

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

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

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

border-color css

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

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

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