Html Css Color HEX #EDF314 Lemon

📋 copy color: '#EDF314'

red 237 ◦ green 243 ◦ blue 20

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

Shades of Lemon #EDF314

Tints of Lemon #EDF314

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.6%

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

R = 47.4%
G = 48.6%
B = 4%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#EDF314 (or 0xEDF314) is known color: Lemon. HEX triplet: ED, F3 and 14. RGB value is (237,243,20). Sum of RGB (Red+Green+Blue) = 237+243+20=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 20 (8.20% from 255 or 4% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF314 is #120CEB. Grayscale: #D8D8D8. Windows color (decimal): -1182956 or 1373165. OLE color: 1373165.

HSL color Cylindrical-coordinate representation of color #EDF314: hue angle of 61.61º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDF314 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 20 -
CMYK 0.02 0 0.92 0.05
HSL 61.61º 0.9% 0.52% -
HSV(B) 61.61º 0.92% 0.95% -
XYZ 67.1 82.16 12.98 -
YUV 215.78 17.51 143.13 -
System Red Green Blue C M Y K H S L
Decimal 237 243 20 0.02 0 0.92 0.05 61.61 0.9 0.52
Hex ED F3 14 2 0 5C 5 3E 5A 34
Octal 355 363 24 2 0 134 5 76 132 64
Binary 11101101 11110011 10100 10 0 1011100 101 111110 1011010 110100

Color Harmonies of #EDF314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF314

Black with #EDF314

Text Example


Text Example

White with #EDF314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF314; }

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

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

background-color css

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

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

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

border-color css

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

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

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