Html Css Color HEX #EDED07 Lemon

📋 copy color: '#EDED07'

red 237 ◦ green 237 ◦ blue 7

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

Shades of Lemon #EDED07

Tints of Lemon #EDED07

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.27%

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

R = 49.27%
G = 49.27%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDED07 (or 0xEDED07) is known color: Lemon. HEX triplet: ED, ED and 07. RGB value is (237,237,7). Sum of RGB (Red+Green+Blue) = 237+237+7=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 7 (3.12% from 255 or 1.46% from 481); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED07 is #1212F8. Grayscale: #D3D3D3. Windows color (decimal): -1184505 or 519661. OLE color: 519661.

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

Color convert

RGB 237 237 7 -
CMYK 0 0 0.97 0.07
HSL 60º 0.94% 0.48% -
HSV(B) 60º 0.97% 0.93% -
XYZ 65.25 78.59 11.93 -
YUV 210.78 13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 237 237 7 0 0 0.97 0.07 60 0.94 0.48
Hex ED ED 7 0 0 61 7 3C 5E 30
Octal 355 355 7 0 0 141 7 74 136 60
Binary 11101101 11101101 111 0 0 1100001 111 111100 1011110 110000

Color Harmonies of #EDED07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED07

Black with #EDED07

Text Example


Text Example

White with #EDED07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED07; }

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

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

background-color css

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

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

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

border-color css

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

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

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