#EDEB11

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

Shades of Lemon #EDEB11

Tints of Lemon #EDEB11

Color information

#EDEB11 (or 0xEDEB11) is unknown color: approx Lemon. HEX triplet: ED, EB and 11. RGB value is (237,235,17). Sum of RGB (Red+Green+Blue) = 237+235+17=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 17 (7.03% from 255 or 3.48% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB11 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEB11 is #1214EE. Grayscale: #D3D3D3. Windows color (decimal): -1185007 or 1174509. OLE color: 1174509.

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

Color convert

RGB23723517-
CMYK00.010.930.07
HSL59.45º86.61%49.8%-
HSV(B)59.45º92.83%92.94%-
XYZ64.7377.4612.07-
YUV210.7518.66146.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 235 (92.19% from 255) = 48.06%
BLUE value IS 17 (7.03% from 255) = 3.48%
R=48.47%
G=48.06%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372351700.010.930.0759.4586.6149.8
HexEDEB11015D73b5732
Octal355353210113577312762
Binary1110110111101011100010110111011111110111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB11; }

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

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

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

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

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

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

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

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