Html Css Color HEX #EDF110 Lemon

📋 copy color: '#EDF110'

red 237 ◦ green 241 ◦ blue 16

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

Shades of Lemon #EDF110

Tints of Lemon #EDF110

RGB

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

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

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

R = 47.98%
G = 48.79%
B = 3.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#EDF110 (or 0xEDF110) is known color: Lemon. HEX triplet: ED, F1 and 10. RGB value is (237,241,16). Sum of RGB (Red+Green+Blue) = 237+241+16=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 16 (6.64% from 255 or 3.24% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF110 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF110 is #120EEF. Grayscale: #D7D7D7. Windows color (decimal): -1183472 or 1110509. OLE color: 1110509.

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

Color convert

RGB 237 241 16 -
CMYK 0.02 0 0.93 0.05
HSL 61.07º 0.89% 0.5% -
HSV(B) 61.07º 0.93% 0.95% -
XYZ 66.47 80.95 12.61 -
YUV 214.15 16.17 144.3 -
System Red Green Blue C M Y K H S L
Decimal 237 241 16 0.02 0 0.93 0.05 61.07 0.89 0.5
Hex ED F1 10 2 0 5D 5 3D 59 32
Octal 355 361 20 2 0 135 5 75 131 62
Binary 11101101 11110001 10000 10 0 1011101 101 111101 1011001 110010

Color Harmonies of #EDF110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF110

Black with #EDF110

Text Example


Text Example

White with #EDF110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF110; }

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

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

background-color css

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

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

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

border-color css

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

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

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