Html Css Color HEX #EDF119 Lemon

📋 copy color: '#EDF119'

red 237 ◦ green 241 ◦ blue 25

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

Shades of Lemon #EDF119

Tints of Lemon #EDF119

RGB

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

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

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

R = 47.12%
G = 47.91%
B = 4.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#EDF119 (or 0xEDF119) is known color: Lemon. HEX triplet: ED, F1 and 19. RGB value is (237,241,25). Sum of RGB (Red+Green+Blue) = 237+241+25=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 25 (10.16% from 255 or 4.97% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF119 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF119 is #120EE6. Grayscale: #D8D8D8. Windows color (decimal): -1183463 or 1700333. OLE color: 1700333.

HSL color Cylindrical-coordinate representation of color #EDF119: hue angle of 61.11º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDF119 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 25 -
CMYK 0.02 0 0.90 0.05
HSL 61.11º 0.89% 0.52% -
HSV(B) 61.11º 0.9% 0.95% -
XYZ 66.56 80.99 13.04 -
YUV 215.18 20.67 143.56 -
System Red Green Blue C M Y K H S L
Decimal 237 241 25 0.02 0 0.90 0.05 61.11 0.89 0.52
Hex ED F1 19 2 0 5A 5 3D 59 34
Octal 355 361 31 2 0 132 5 75 131 64
Binary 11101101 11110001 11001 10 0 1011010 101 111101 1011001 110100

Color Harmonies of #EDF119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF119

Black with #EDF119

Text Example


Text Example

White with #EDF119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF119; }

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

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

background-color css

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

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

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

border-color css

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

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

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