#EEE00F

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

Shades of Lemon #EEE00F

Tints of Lemon #EEE00F

Color information

#EEE00F (or 0xEEE00F) is unknown color: approx Lemon. HEX triplet: EE, E0 and 0F. RGB value is (238,224,15). Sum of RGB (Red+Green+Blue) = 238+224+15=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 15 (6.25% from 255 or 3.14% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE00F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE00F is #111FF0. Grayscale: #CDCDCD. Windows color (decimal): -1122289 or 1040622. OLE color: 1040622.

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

Color convert

RGB23822415-
CMYK00.060.940.07
HSL56.23º88.14%49.61%-
HSV(B)56.23º93.7%93.33%-
XYZ6271.5210.99-
YUV204.3621.14151.99-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 49.90%
GREEN value IS 224 (87.89% from 255) = 46.96%
BLUE value IS 15 (6.25% from 255) = 3.14%
R=49.90%
G=46.96%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382241500.060.940.0756.2388.1449.61
HexEEE0F065E7385832
Octal356340170613677013062
Binary11101110111000001111011010111101111110001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE00F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE00F; }

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

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

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

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

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

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

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

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