Html Css Color HEX #EDF615 Lemon

📋 copy color: '#EDF615'

red 237 ◦ green 246 ◦ blue 21

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

Shades of Lemon #EDF615

Tints of Lemon #EDF615

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.17%

R = 47.02%
G = 48.81%
B = 4.17%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#EDF615 (or 0xEDF615) is known color: Lemon. HEX triplet: ED, F6 and 15. RGB value is (237,246,21). Sum of RGB (Red+Green+Blue) = 237+246+21=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 21 (8.59% from 255 or 4.17% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF615 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF615 is #1209EA. Grayscale: #DADADA. Windows color (decimal): -1182187 or 1439469. OLE color: 1439469.

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

Color convert

RGB 237 246 21 -
CMYK 0.04 0 0.91 0.04
HSL 62.4º 0.93% 0.52% -
HSV(B) 62.4º 0.91% 0.96% -
XYZ 68.02 83.97 13.33 -
YUV 217.66 17.02 141.8 -
System Red Green Blue C M Y K H S L
Decimal 237 246 21 0.04 0 0.91 0.04 62.4 0.93 0.52
Hex ED F6 15 4 0 5B 4 3E 5D 34
Octal 355 366 25 4 0 133 4 76 135 64
Binary 11101101 11110110 10101 100 0 1011011 100 111110 1011101 110100

Color Harmonies of #EDF615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF615

Black with #EDF615

Text Example


Text Example

White with #EDF615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF615; }

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

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

background-color css

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

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

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

border-color css

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

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

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