Html Css Color HEX #EDF020 Lemon

📋 copy color: '#EDF020'

red 237 ◦ green 240 ◦ blue 32

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

Shades of Lemon #EDF020

Tints of Lemon #EDF020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.15%

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

R = 46.56%
G = 47.15%
B = 6.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EDF020 (or 0xEDF020) is known color: Lemon. HEX triplet: ED, F0 and 20. RGB value is (237,240,32). Sum of RGB (Red+Green+Blue) = 237+240+32=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 32 (12.89% from 255 or 6.29% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF020 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF020 is #120FDF. Grayscale: #D8D8D8. Windows color (decimal): -1183712 or 2158829. OLE color: 2158829.

HSL color Cylindrical-coordinate representation of color #EDF020: hue angle of 60.87º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDF020 is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 32 -
CMYK 0.01 0 0.87 0.06
HSL 60.87º 0.87% 0.53% -
HSV(B) 60.87º 0.87% 0.94% -
XYZ 66.35 80.43 13.39 -
YUV 215.39 24.51 143.41 -
System Red Green Blue C M Y K H S L
Decimal 237 240 32 0.01 0 0.87 0.06 60.87 0.87 0.53
Hex ED F0 20 1 0 57 6 3D 57 35
Octal 355 360 40 1 0 127 6 75 127 65
Binary 11101101 11110000 100000 1 0 1010111 110 111101 1010111 110101

Color Harmonies of #EDF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF020

Black with #EDF020

Text Example


Text Example

White with #EDF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF020; }

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

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

background-color css

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

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

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

border-color css

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

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

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