Html Css Color HEX #EDF01D Lemon

📋 copy color: '#EDF01D'

red 237 ◦ green 240 ◦ blue 29

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

Shades of Lemon #EDF01D

Tints of Lemon #EDF01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.73%

R = 46.84%
G = 47.43%
B = 5.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#EDF01D (or 0xEDF01D) is known color: Lemon. HEX triplet: ED, F0 and 1D. RGB value is (237,240,29). Sum of RGB (Red+Green+Blue) = 237+240+29=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 29 (11.72% from 255 or 5.73% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF01D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF01D is #120FE2. Grayscale: #D7D7D7. Windows color (decimal): -1183715 or 1962221. OLE color: 1962221.

HSL color Cylindrical-coordinate representation of color #EDF01D: hue angle of 60.85º 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 #EDF01D is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 240 29 -
CMYK 0.01 0 0.88 0.06
HSL 60.85º 0.88% 0.53% -
HSV(B) 60.85º 0.88% 0.94% -
XYZ 66.31 80.41 13.19 -
YUV 215.05 23.01 143.66 -
System Red Green Blue C M Y K H S L
Decimal 237 240 29 0.01 0 0.88 0.06 60.85 0.88 0.53
Hex ED F0 1D 1 0 58 6 3D 58 35
Octal 355 360 35 1 0 130 6 75 130 65
Binary 11101101 11110000 11101 1 0 1011000 110 111101 1011000 110101

Color Harmonies of #EDF01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF01D

Black with #EDF01D

Text Example


Text Example

White with #EDF01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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