Html Css Color HEX #EDF011 Lemon

📋 copy color: '#EDF011'

red 237 ◦ green 240 ◦ blue 17

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

Shades of Lemon #EDF011

Tints of Lemon #EDF011

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.58%

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

R = 47.98%
G = 48.58%
B = 3.44%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EDF011 (or 0xEDF011) is known color: Lemon. HEX triplet: ED, F0 and 11. RGB value is (237,240,17). Sum of RGB (Red+Green+Blue) = 237+240+17=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 17 (7.03% from 255 or 3.44% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF011 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF011 is #120FEE. Grayscale: #D6D6D6. Windows color (decimal): -1183727 or 1175789. OLE color: 1175789.

HSL color Cylindrical-coordinate representation of color #EDF011: hue angle of 60.81º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDF011 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 17 -
CMYK 0.01 0 0.93 0.06
HSL 60.81º 0.88% 0.5% -
HSV(B) 60.81º 0.93% 0.94% -
XYZ 66.19 80.37 12.55 -
YUV 213.68 17.01 144.63 -
System Red Green Blue C M Y K H S L
Decimal 237 240 17 0.01 0 0.93 0.06 60.81 0.88 0.5
Hex ED F0 11 1 0 5D 6 3D 58 32
Octal 355 360 21 1 0 135 6 75 130 62
Binary 11101101 11110000 10001 1 0 1011101 110 111101 1011000 110010

Color Harmonies of #EDF011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF011

Black with #EDF011

Text Example


Text Example

White with #EDF011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF011; }

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

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

background-color css

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

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

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

border-color css

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

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

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