#EDED11

Color #EDED11 Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #EDED11

Tints of Lemon #EDED11

Color information

#EDED11 (or 0xEDED11) is unknown color: approx Lemon. HEX triplet: ED, ED and 11. RGB value is (237,237,17). Sum of RGB (Red+Green+Blue) = 237+237+17=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 17 (7.03% from 255 or 3.46% from 491); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDED11 is #1212EE. Grayscale: #D4D4D4. Windows color (decimal): -1184495 or 1175021. OLE color: 1175021.

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

Color convert

RGB23723717-
CMYK000.930.07
HSL60º86.61%49.8%-
HSV(B)60º92.83%92.94%-
XYZ65.3178.6112.26-
YUV211.9218145.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 237 (92.97% from 255) = 48.27%
BLUE value IS 17 (7.03% from 255) = 3.46%
R=48.27%
G=48.27%
B=3.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723717000.930.076086.6149.8
HexEDED11005D73c5732
Octal355355210013577412762
Binary1110110111101101100010010111011111111001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDED11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDED11; }

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

 H1.HeaderClassName
 {
   color: #EDED11;
 }
 .AnyTagClassName
 {
   color: #EDED11;
 }
</style>
background-color css

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

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

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

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

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

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