Html Css Color HEX #EDF411 Lemon

📋 copy color: '#EDF411'

red 237 ◦ green 244 ◦ blue 17

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

Shades of Lemon #EDF411

Tints of Lemon #EDF411

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49%

 BLUE value IS 17 (7.03% from 255) = 3.41%

R = 47.59%
G = 49%
B = 3.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#EDF411 (or 0xEDF411) is known color: Lemon. HEX triplet: ED, F4 and 11. RGB value is (237,244,17). Sum of RGB (Red+Green+Blue) = 237+244+17=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 244 (95.70% from 255 or 49.00% from 498); Blue value is 17 (7.03% from 255 or 3.41% from 498); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF411 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF411 is #120BEE. Grayscale: #D8D8D8. Windows color (decimal): -1182703 or 1176813. OLE color: 1176813.

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

Color convert

RGB 237 244 17 -
CMYK 0.03 0 0.93 0.04
HSL 61.85º 0.91% 0.51% -
HSV(B) 61.85º 0.93% 0.96% -
XYZ 67.38 82.75 12.95 -
YUV 216.03 15.68 142.96 -
System Red Green Blue C M Y K H S L
Decimal 237 244 17 0.03 0 0.93 0.04 61.85 0.91 0.51
Hex ED F4 11 3 0 5D 4 3E 5B 33
Octal 355 364 21 3 0 135 4 76 133 63
Binary 11101101 11110100 10001 11 0 1011101 100 111110 1011011 110011

Color Harmonies of #EDF411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF411

Black with #EDF411

Text Example


Text Example

White with #EDF411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF411; }

 p { color: rgb(237,244,17); }

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

background-color css

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

 a { background-color: rgb(237,244,17); }

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

border-color css

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

 span { border-color: rgb(237,244,17); }

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