Html Css Color HEX #EDF714 Lemon

📋 copy color: '#EDF714'

red 237 ◦ green 247 ◦ blue 20

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

Shades of Lemon #EDF714

Tints of Lemon #EDF714

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.01%

 BLUE value IS 20 (8.2% from 255) = 3.97%

R = 47.02%
G = 49.01%
B = 3.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#EDF714 (or 0xEDF714) is known color: Lemon. HEX triplet: ED, F7 and 14. RGB value is (237,247,20). Sum of RGB (Red+Green+Blue) = 237+247+20=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 247 (96.88% from 255 or 49.01% from 504); Blue value is 20 (8.20% from 255 or 3.97% from 504); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF714 is #1208EB. Grayscale: #DBDBDB. Windows color (decimal): -1181932 or 1374189. OLE color: 1374189.

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

Color convert

RGB 237 247 20 -
CMYK 0.04 0 0.92 0.03
HSL 62.64º 0.93% 0.52% -
HSV(B) 62.64º 0.92% 0.97% -
XYZ 68.31 84.58 13.39 -
YUV 218.13 16.19 141.46 -
System Red Green Blue C M Y K H S L
Decimal 237 247 20 0.04 0 0.92 0.03 62.64 0.93 0.52
Hex ED F7 14 4 0 5C 3 3F 5D 34
Octal 355 367 24 4 0 134 3 77 135 64
Binary 11101101 11110111 10100 100 0 1011100 11 111111 1011101 110100

Color Harmonies of #EDF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF714

Black with #EDF714

Text Example


Text Example

White with #EDF714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF714; }

 p { color: rgb(237,247,20); }

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

background-color css

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

 a { background-color: rgb(237,247,20); }

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

border-color css

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

 span { border-color: rgb(237,247,20); }

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