#EDDE11

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

Shades of Lemon #EDDE11

Tints of Lemon #EDDE11

Color information

#EDDE11 (or 0xEDDE11) is unknown color: approx Lemon. HEX triplet: ED, DE and 11. RGB value is (237,222,17). Sum of RGB (Red+Green+Blue) = 237+222+17=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 17 (7.03% from 255 or 3.57% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDE11 is #1221EE. Grayscale: #CBCBCB. Windows color (decimal): -1188335 or 1171181. OLE color: 1171181.

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

Color convert

RGB23722217-
CMYK00.060.930.07
HSL55.91º86.61%49.8%-
HSV(B)55.91º92.83%92.94%-
XYZ61.1570.2910.87-
YUV203.1122.97152.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.79%
GREEN value IS 222 (87.11% from 255) = 46.64%
BLUE value IS 17 (7.03% from 255) = 3.57%
R=49.79%
G=46.64%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372221700.060.930.0755.9186.6149.8
HexEDDE11065D7385732
Octal355336210613577012762
Binary111011011101111010001011010111011111110001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDE11; }

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

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

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

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

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

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

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

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