Html Css Color HEX #EDF01E Lemon

📋 copy color: '#EDF01E'

red 237 ◦ green 240 ◦ blue 30

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

Shades of Lemon #EDF01E

Tints of Lemon #EDF01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.92%

R = 46.75%
G = 47.34%
B = 5.92%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#EDF01E (or 0xEDF01E) is known color: Lemon. HEX triplet: ED, F0 and 1E. RGB value is (237,240,30). Sum of RGB (Red+Green+Blue) = 237+240+30=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 30 (12.11% from 255 or 5.92% from 507); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF01E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF01E is #120FE1. Grayscale: #D8D8D8. Windows color (decimal): -1183714 or 2027757. OLE color: 2027757.

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

Color convert

RGB 237 240 30 -
CMYK 0.01 0 0.87 0.06
HSL 60.86º 0.88% 0.53% -
HSV(B) 60.86º 0.88% 0.94% -
XYZ 66.32 80.42 13.26 -
YUV 215.16 23.51 143.58 -
System Red Green Blue C M Y K H S L
Decimal 237 240 30 0.01 0 0.87 0.06 60.86 0.88 0.53
Hex ED F0 1E 1 0 57 6 3D 58 35
Octal 355 360 36 1 0 127 6 75 130 65
Binary 11101101 11110000 11110 1 0 1010111 110 111101 1011000 110101

Color Harmonies of #EDF01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF01E

Black with #EDF01E

Text Example


Text Example

White with #EDF01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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