Html Css Color HEX #EDF40D Lemon

📋 copy color: '#EDF40D'

red 237 ◦ green 244 ◦ blue 13

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

Shades of Lemon #EDF40D

Tints of Lemon #EDF40D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.39%

 BLUE value IS 13 (5.47% from 255) = 2.63%

R = 47.98%
G = 49.39%
B = 2.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#EDF40D (or 0xEDF40D) is known color: Lemon. HEX triplet: ED, F4 and 0D. RGB value is (237,244,13). Sum of RGB (Red+Green+Blue) = 237+244+13=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 13 (5.47% from 255 or 2.63% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF40D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF40D is #120BF2. Grayscale: #D8D8D8. Windows color (decimal): -1182707 or 914669. OLE color: 914669.

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

Color convert

RGB 237 244 13 -
CMYK 0.03 0 0.95 0.04
HSL 61.82º 0.91% 0.5% -
HSV(B) 61.82º 0.95% 0.96% -
XYZ 67.35 82.73 12.8 -
YUV 215.57 13.68 143.28 -
System Red Green Blue C M Y K H S L
Decimal 237 244 13 0.03 0 0.95 0.04 61.82 0.91 0.5
Hex ED F4 D 3 0 5F 4 3E 5B 32
Octal 355 364 15 3 0 137 4 76 133 62
Binary 11101101 11110100 1101 11 0 1011111 100 111110 1011011 110010

Color Harmonies of #EDF40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF40D

Black with #EDF40D

Text Example


Text Example

White with #EDF40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF40D; }

 p { color: rgb(237,244,13); }

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

background-color css

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

 a { background-color: rgb(237,244,13); }

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

border-color css

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

 span { border-color: rgb(237,244,13); }

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