Html Css Color HEX #EDEF07 Lemon

📋 copy color: '#EDEF07'

red 237 ◦ green 239 ◦ blue 7

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

Shades of Lemon #EDEF07

Tints of Lemon #EDEF07

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.48%

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

R = 49.07%
G = 49.48%
B = 1.45%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EDEF07 (or 0xEDEF07) is known color: Lemon. HEX triplet: ED, EF and 07. RGB value is (237,239,7). Sum of RGB (Red+Green+Blue) = 237+239+7=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 7 (3.12% from 255 or 1.45% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF07 is #1210F8. Grayscale: #D4D4D4. Windows color (decimal): -1183993 or 520173. OLE color: 520173.

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

Color convert

RGB 237 239 7 -
CMYK 0.01 0 0.97 0.06
HSL 60.52º 0.94% 0.48% -
HSV(B) 60.52º 0.97% 0.94% -
XYZ 65.83 79.75 12.13 -
YUV 211.95 12.34 145.86 -
System Red Green Blue C M Y K H S L
Decimal 237 239 7 0.01 0 0.97 0.06 60.52 0.94 0.48
Hex ED EF 7 1 0 61 6 3D 5E 30
Octal 355 357 7 1 0 141 6 75 136 60
Binary 11101101 11101111 111 1 0 1100001 110 111101 1011110 110000

Color Harmonies of #EDEF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF07

Black with #EDEF07

Text Example


Text Example

White with #EDEF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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