Html Css Color HEX #EDF520 Lemon

📋 copy color: '#EDF520'

red 237 ◦ green 245 ◦ blue 32

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

Shades of Lemon #EDF520

Tints of Lemon #EDF520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.23%

R = 46.11%
G = 47.67%
B = 6.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#EDF520 (or 0xEDF520) is known color: Lemon. HEX triplet: ED, F5 and 20. RGB value is (237,245,32). Sum of RGB (Red+Green+Blue) = 237+245+32=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 32 (12.89% from 255 or 6.23% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF520 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF520 is #120ADF. Grayscale: #DBDBDB. Windows color (decimal): -1182432 or 2160109. OLE color: 2160109.

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

Color convert

RGB 237 245 32 -
CMYK 0.03 0 0.87 0.04
HSL 62.25º 0.91% 0.54% -
HSV(B) 62.25º 0.87% 0.96% -
XYZ 67.84 83.41 13.89 -
YUV 218.33 22.85 141.32 -
System Red Green Blue C M Y K H S L
Decimal 237 245 32 0.03 0 0.87 0.04 62.25 0.91 0.54
Hex ED F5 20 3 0 57 4 3E 5B 36
Octal 355 365 40 3 0 127 4 76 133 66
Binary 11101101 11110101 100000 11 0 1010111 100 111110 1011011 110110

Color Harmonies of #EDF520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF520

Black with #EDF520

Text Example


Text Example

White with #EDF520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF520; }

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

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

background-color css

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

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

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

border-color css

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

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

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