#EEE20F

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

Shades of Lemon #EEE20F

Tints of Lemon #EEE20F

Color information

#EEE20F (or 0xEEE20F) is unknown color: approx Lemon. HEX triplet: EE, E2 and 0F. RGB value is (238,226,15). Sum of RGB (Red+Green+Blue) = 238+226+15=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 15 (6.25% from 255 or 3.13% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE20F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE20F is #111DF0. Grayscale: #CECECE. Windows color (decimal): -1121777 or 1041134. OLE color: 1041134.

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

Color convert

RGB23822615-
CMYK00.050.940.07
HSL56.77º88.14%49.61%-
HSV(B)56.77º93.7%93.33%-
XYZ62.5472.611.17-
YUV205.5320.48151.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.69%
GREEN value IS 226 (88.67% from 255) = 47.18%
BLUE value IS 15 (6.25% from 255) = 3.13%
R=49.69%
G=47.18%
B=3.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382261500.050.940.0756.7788.1449.61
HexEEE2F055E7395832
Octal356342170513677113062
Binary11101110111000101111010110111101111110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE20F; }

 p { color: rgb(238,226,15); }

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

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

 a { background-color: rgb(238,226,15); }

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

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

 span { border-color: rgb(238,226,15); }

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