Html Css Color HEX #EDF107 Lemon

📋 copy color: '#EDF107'

red 237 ◦ green 241 ◦ blue 7

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

Shades of Lemon #EDF107

Tints of Lemon #EDF107

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.69%

 BLUE value IS 7 (3.13% from 255) = 1.44%

R = 48.87%
G = 49.69%
B = 1.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#EDF107 (or 0xEDF107) is known color: Lemon. HEX triplet: ED, F1 and 07. RGB value is (237,241,7). Sum of RGB (Red+Green+Blue) = 237+241+7=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 7 (3.12% from 255 or 1.44% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF107 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF107 is #120EF8. Grayscale: #D6D6D6. Windows color (decimal): -1183481 or 520685. OLE color: 520685.

HSL color Cylindrical-coordinate representation of color #EDF107: hue angle of 61.03º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDF107 is Cyan = 0.02, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 7 -
CMYK 0.02 0 0.97 0.05
HSL 61.03º 0.94% 0.49% -
HSV(B) 61.03º 0.97% 0.95% -
XYZ 66.42 80.93 12.32 -
YUV 213.13 11.67 145.03 -
System Red Green Blue C M Y K H S L
Decimal 237 241 7 0.02 0 0.97 0.05 61.03 0.94 0.49
Hex ED F1 7 2 0 61 5 3D 5E 31
Octal 355 361 7 2 0 141 5 75 136 61
Binary 11101101 11110001 111 10 0 1100001 101 111101 1011110 110001

Color Harmonies of #EDF107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF107

Black with #EDF107

Text Example


Text Example

White with #EDF107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF107; }

 p { color: rgb(237,241,7); }

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

background-color css

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

 a { background-color: rgb(237,241,7); }

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

border-color css

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

 span { border-color: rgb(237,241,7); }

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