Html Css Color HEX #EDF50E Lemon

📋 copy color: '#EDF50E'

red 237 ◦ green 245 ◦ blue 14

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

Shades of Lemon #EDF50E

Tints of Lemon #EDF50E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.4%

 BLUE value IS 14 (5.86% from 255) = 2.82%

R = 47.78%
G = 49.4%
B = 2.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#EDF50E (or 0xEDF50E) is known color: Lemon. HEX triplet: ED, F5 and 0E. RGB value is (237,245,14). Sum of RGB (Red+Green+Blue) = 237+245+14=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 14 (5.86% from 255 or 2.82% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF50E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF50E is #120AF1. Grayscale: #D9D9D9. Windows color (decimal): -1182450 or 980461. OLE color: 980461.

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

Color convert

RGB 237 245 14 -
CMYK 0.03 0 0.94 0.04
HSL 62.08º 0.92% 0.51% -
HSV(B) 62.08º 0.94% 0.96% -
XYZ 67.66 83.34 12.94 -
YUV 216.27 13.85 142.78 -
System Red Green Blue C M Y K H S L
Decimal 237 245 14 0.03 0 0.94 0.04 62.08 0.92 0.51
Hex ED F5 E 3 0 5E 4 3E 5C 33
Octal 355 365 16 3 0 136 4 76 134 63
Binary 11101101 11110101 1110 11 0 1011110 100 111110 1011100 110011

Color Harmonies of #EDF50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF50E

Black with #EDF50E

Text Example


Text Example

White with #EDF50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF50E; }

 p { color: rgb(237,245,14); }

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

background-color css

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

 a { background-color: rgb(237,245,14); }

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

border-color css

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

 span { border-color: rgb(237,245,14); }

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