Html Css Color HEX #EDF109 Lemon

📋 copy color: '#EDF109'

red 237 ◦ green 241 ◦ blue 9

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

Shades of Lemon #EDF109

Tints of Lemon #EDF109

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.49%

 BLUE value IS 9 (3.91% from 255) = 1.85%

R = 48.67%
G = 49.49%
B = 1.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#EDF109 (or 0xEDF109) is known color: Lemon. HEX triplet: ED, F1 and 09. RGB value is (237,241,9). Sum of RGB (Red+Green+Blue) = 237+241+9=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 9 (3.91% from 255 or 1.85% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF109 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF109 is #120EF6. Grayscale: #D6D6D6. Windows color (decimal): -1183479 or 651757. OLE color: 651757.

HSL color Cylindrical-coordinate representation of color #EDF109: hue angle of 61.03º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDF109 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 9 -
CMYK 0.02 0 0.96 0.05
HSL 61.03º 0.93% 0.49% -
HSV(B) 61.03º 0.96% 0.95% -
XYZ 66.43 80.93 12.38 -
YUV 213.36 12.67 144.86 -
System Red Green Blue C M Y K H S L
Decimal 237 241 9 0.02 0 0.96 0.05 61.03 0.93 0.49
Hex ED F1 9 2 0 60 5 3D 5D 31
Octal 355 361 11 2 0 140 5 75 135 61
Binary 11101101 11110001 1001 10 0 1100000 101 111101 1011101 110001

Color Harmonies of #EDF109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF109

Black with #EDF109

Text Example


Text Example

White with #EDF109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF109; }

 p { color: rgb(237,241,9); }

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

background-color css

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

 a { background-color: rgb(237,241,9); }

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

border-color css

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

 span { border-color: rgb(237,241,9); }

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