Html Css Color HEX #EDF015 Lemon

📋 copy color: '#EDF015'

red 237 ◦ green 240 ◦ blue 21

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

Shades of Lemon #EDF015

Tints of Lemon #EDF015

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.19%

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

R = 47.59%
G = 48.19%
B = 4.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EDF015 (or 0xEDF015) is known color: Lemon. HEX triplet: ED, F0 and 15. RGB value is (237,240,21). Sum of RGB (Red+Green+Blue) = 237+240+21=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 21 (8.59% from 255 or 4.22% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF015 is #120FEA. Grayscale: #D7D7D7. Windows color (decimal): -1183723 or 1437933. OLE color: 1437933.

HSL color Cylindrical-coordinate representation of color #EDF015: hue angle of 60.82º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDF015 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 21 -
CMYK 0.01 0 0.91 0.06
HSL 60.82º 0.88% 0.51% -
HSV(B) 60.82º 0.91% 0.94% -
XYZ 66.22 80.38 12.73 -
YUV 214.14 19.01 144.31 -
System Red Green Blue C M Y K H S L
Decimal 237 240 21 0.01 0 0.91 0.06 60.82 0.88 0.51
Hex ED F0 15 1 0 5B 6 3D 58 33
Octal 355 360 25 1 0 133 6 75 130 63
Binary 11101101 11110000 10101 1 0 1011011 110 111101 1011000 110011

Color Harmonies of #EDF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF015

Black with #EDF015

Text Example


Text Example

White with #EDF015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF015; }

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

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

background-color css

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

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

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

border-color css

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

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

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