Html Css Color HEX #EDF410 Lemon

📋 copy color: '#EDF410'

red 237 ◦ green 244 ◦ blue 16

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

Shades of Lemon #EDF410

Tints of Lemon #EDF410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.22%

R = 47.69%
G = 49.09%
B = 3.22%

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

#EDF410 (or 0xEDF410) is known color: Lemon. HEX triplet: ED, F4 and 10. RGB value is (237,244,16). Sum of RGB (Red+Green+Blue) = 237+244+16=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 16 (6.64% from 255 or 3.22% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF410 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF410 is #120BEF. Grayscale: #D8D8D8. Windows color (decimal): -1182704 or 1111277. OLE color: 1111277.

HSL color Cylindrical-coordinate representation of color #EDF410: hue angle of 61.84º 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 #EDF410 is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 16 -
CMYK 0.03 0 0.93 0.04
HSL 61.84º 0.91% 0.51% -
HSV(B) 61.84º 0.93% 0.96% -
XYZ 67.37 82.74 12.91 -
YUV 215.92 15.18 143.04 -
System Red Green Blue C M Y K H S L
Decimal 237 244 16 0.03 0 0.93 0.04 61.84 0.91 0.51
Hex ED F4 10 3 0 5D 4 3E 5B 33
Octal 355 364 20 3 0 135 4 76 133 63
Binary 11101101 11110100 10000 11 0 1011101 100 111110 1011011 110011

Color Harmonies of #EDF410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF410

Black with #EDF410

Text Example


Text Example

White with #EDF410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF410; }

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

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

background-color css

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

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

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

border-color css

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

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

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