#EDE511

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

Shades of Lemon #EDE511

Tints of Lemon #EDE511

Color information

#EDE511 (or 0xEDE511) is unknown color: approx Lemon. HEX triplet: ED, E5 and 11. RGB value is (237,229,17). Sum of RGB (Red+Green+Blue) = 237+229+17=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 17 (7.03% from 255 or 3.52% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE511 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE511 is #121AEE. Grayscale: #D0D0D0. Windows color (decimal): -1186543 or 1172973. OLE color: 1172973.

HSL color Cylindrical-coordinate representation of color #EDE511: hue angle of 57.82º 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 #EDE511 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB23722917-
CMYK00.030.930.07
HSL57.82º86.61%49.8%-
HSV(B)57.82º92.83%92.94%-
XYZ63.0574.0811.51-
YUV207.2220.65149.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.07%
GREEN value IS 229 (89.84% from 255) = 47.41%
BLUE value IS 17 (7.03% from 255) = 3.52%
R=49.07%
G=47.41%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372291700.030.930.0757.8286.6149.8
HexEDE511035D73a5732
Octal355345210313577212762
Binary11101101111001011000101110111011111110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE511; }

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

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

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

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

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

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

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

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