Html Css Color HEX #EDF006 Lemon

📋 copy color: '#EDF006'

red 237 ◦ green 240 ◦ blue 6

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

Shades of Lemon #EDF006

Tints of Lemon #EDF006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.24%

R = 49.07%
G = 49.69%
B = 1.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#EDF006 (or 0xEDF006) is known color: Lemon. HEX triplet: ED, F0 and 06. RGB value is (237,240,6). Sum of RGB (Red+Green+Blue) = 237+240+6=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 6 (2.73% from 255 or 1.24% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF006 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF006 is #120FF9. Grayscale: #D5D5D5. Windows color (decimal): -1183738 or 454893. OLE color: 454893.

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

Color convert

RGB 237 240 6 -
CMYK 0.01 0 0.98 0.06
HSL 60.77º 0.95% 0.48% -
HSV(B) 60.77º 0.98% 0.94% -
XYZ 66.12 80.34 12.19 -
YUV 212.43 11.51 145.53 -
System Red Green Blue C M Y K H S L
Decimal 237 240 6 0.01 0 0.98 0.06 60.77 0.95 0.48
Hex ED F0 6 1 0 62 6 3D 5F 30
Octal 355 360 6 1 0 142 6 75 137 60
Binary 11101101 11110000 110 1 0 1100010 110 111101 1011111 110000

Color Harmonies of #EDF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF006

Black with #EDF006

Text Example


Text Example

White with #EDF006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF006; }

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

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

background-color css

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

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

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

border-color css

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

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

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