Html Css Color HEX #EDF016 Lemon

📋 copy color: '#EDF016'

red 237 ◦ green 240 ◦ blue 22

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

Shades of Lemon #EDF016

Tints of Lemon #EDF016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.41%

R = 47.49%
G = 48.1%
B = 4.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EDF016 (or 0xEDF016) is known color: Lemon. HEX triplet: ED, F0 and 16. RGB value is (237,240,22). Sum of RGB (Red+Green+Blue) = 237+240+22=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 22 (8.98% from 255 or 4.41% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF016 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF016 is #120FE9. Grayscale: #D7D7D7. Windows color (decimal): -1183722 or 1503469. OLE color: 1503469.

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

Color convert

RGB 237 240 22 -
CMYK 0.01 0 0.91 0.06
HSL 60.83º 0.88% 0.51% -
HSV(B) 60.83º 0.91% 0.94% -
XYZ 66.23 80.38 12.78 -
YUV 214.25 19.51 144.23 -
System Red Green Blue C M Y K H S L
Decimal 237 240 22 0.01 0 0.91 0.06 60.83 0.88 0.51
Hex ED F0 16 1 0 5B 6 3D 58 33
Octal 355 360 26 1 0 133 6 75 130 63
Binary 11101101 11110000 10110 1 0 1011011 110 111101 1011000 110011

Color Harmonies of #EDF016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF016

Black with #EDF016

Text Example


Text Example

White with #EDF016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF016; }

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

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

background-color css

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

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

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

border-color css

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

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

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