Html Css Color HEX #EDF61C Lemon

📋 copy color: '#EDF61C'

red 237 ◦ green 246 ◦ blue 28

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

Shades of Lemon #EDF61C

Tints of Lemon #EDF61C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.14%

 BLUE value IS 28 (11.33% from 255) = 5.48%

R = 46.38%
G = 48.14%
B = 5.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#EDF61C (or 0xEDF61C) is known color: Lemon. HEX triplet: ED, F6 and 1C. RGB value is (237,246,28). Sum of RGB (Red+Green+Blue) = 237+246+28=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 28 (11.33% from 255 or 5.48% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF61C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF61C is #1209E3. Grayscale: #DBDBDB. Windows color (decimal): -1182180 or 1898221. OLE color: 1898221.

HSL color Cylindrical-coordinate representation of color #EDF61C: hue angle of 62.48º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDF61C is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 28 -
CMYK 0.04 0 0.89 0.04
HSL 62.48º 0.92% 0.54% -
HSV(B) 62.48º 0.89% 0.96% -
XYZ 68.09 84 13.72 -
YUV 218.46 20.52 141.23 -
System Red Green Blue C M Y K H S L
Decimal 237 246 28 0.04 0 0.89 0.04 62.48 0.92 0.54
Hex ED F6 1C 4 0 59 4 3E 5C 36
Octal 355 366 34 4 0 131 4 76 134 66
Binary 11101101 11110110 11100 100 0 1011001 100 111110 1011100 110110

Color Harmonies of #EDF61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF61C

Black with #EDF61C

Text Example


Text Example

White with #EDF61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF61C; }

 p { color: rgb(237,246,28); }

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

background-color css

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

 a { background-color: rgb(237,246,28); }

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

border-color css

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

 span { border-color: rgb(237,246,28); }

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