#EEDD11

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

Shades of Lemon #EEDD11

Tints of Lemon #EEDD11

Color information

#EEDD11 (or 0xEEDD11) is unknown color: approx Lemon. HEX triplet: EE, DD and 11. RGB value is (238,221,17). Sum of RGB (Red+Green+Blue) = 238+221+17=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 17 (7.03% from 255 or 3.57% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEDD11 is #1122EE. Grayscale: #CBCBCB. Windows color (decimal): -1123055 or 1170926. OLE color: 1170926.

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

Color convert

RGB23822117-
CMYK00.070.930.07
HSL55.38º86.67%50%-
HSV(B)55.38º92.86%93.33%-
XYZ61.2269.9310.8-
YUV202.8323.13153.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 50%
GREEN value IS 221 (86.72% from 255) = 46.43%
BLUE value IS 17 (7.03% from 255) = 3.57%
R=50%
G=46.43%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.93
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382211700.070.930.0755.3886.6750
HexEEDD11075D7375732
Octal356335210713576712762
Binary111011101101110110001011110111011111101111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDD11; }

 p { color: rgb(238,221,17); }

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

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

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

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

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

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

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