Html Css Color HEX #EDF019 Lemon

📋 copy color: '#EDF019'

red 237 ◦ green 240 ◦ blue 25

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

Shades of Lemon #EDF019

Tints of Lemon #EDF019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 4.98%

R = 47.21%
G = 47.81%
B = 4.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EDF019 (or 0xEDF019) is known color: Lemon. HEX triplet: ED, F0 and 19. RGB value is (237,240,25). Sum of RGB (Red+Green+Blue) = 237+240+25=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 25 (10.16% from 255 or 4.98% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF019 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF019 is #120FE6. Grayscale: #D7D7D7. Windows color (decimal): -1183719 or 1700077. OLE color: 1700077.

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

Color convert

RGB 237 240 25 -
CMYK 0.01 0 0.90 0.06
HSL 60.84º 0.88% 0.52% -
HSV(B) 60.84º 0.9% 0.94% -
XYZ 66.26 80.39 12.95 -
YUV 214.59 21.01 143.98 -
System Red Green Blue C M Y K H S L
Decimal 237 240 25 0.01 0 0.90 0.06 60.84 0.88 0.52
Hex ED F0 19 1 0 5A 6 3D 58 34
Octal 355 360 31 1 0 132 6 75 130 64
Binary 11101101 11110000 11001 1 0 1011010 110 111101 1011000 110100

Color Harmonies of #EDF019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF019

Black with #EDF019

Text Example


Text Example

White with #EDF019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF019; }

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

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

background-color css

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

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

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

border-color css

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

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

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