#FFED11

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

Shades of Lemon #FFED11

Tints of Lemon #FFED11

Color information

#FFED11 (or 0xFFED11) is unknown color: approx Lemon. HEX triplet: FF, ED and 11. RGB value is (255,237,17). Sum of RGB (Red+Green+Blue) = 255+237+17=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 17 (7.03% from 255 or 3.34% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FFED11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFED11 is #0012EE. Grayscale: #DADADA. Windows color (decimal): -4847 or 1175039. OLE color: 1175039.

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

Color convert

RGB25523717-
CMYK00.070.930
HSL55.46º100%53.33%-
HSV(B)55.46º93.33%100%-
XYZ71.6381.8712.56-
YUV217.314.96154.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.10%
GREEN value IS 237 (92.97% from 255) = 46.56%
BLUE value IS 17 (7.03% from 255) = 3.34%
R=50.10%
G=46.56%
B=3.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552371700.070.93055.4610053.33
HexFFED11075D0376435
Octal377355210713506714465
Binary1111111111101101100010111101110101101111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFED11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFED11; }

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

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

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

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

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

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

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

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