#EEF015

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

Shades of Lemon #EEF015

Tints of Lemon #EEF015

Color information

#EEF015 (or 0xEEF015) is unknown color: approx Lemon. HEX triplet: EE, F0 and 15. RGB value is (238,240,21). Sum of RGB (Red+Green+Blue) = 238+240+21=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 21 (8.59% from 255 or 4.21% from 499); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF015 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEF015 is #110FEA. Grayscale: #D7D7D7. Windows color (decimal): -1118187 or 1437934. OLE color: 1437934.

HSL color Cylindrical-coordinate representation of color #EEF015: hue angle of 60.55º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EEF015 is Cyan = 0.01, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB23824021-
CMYK0.0100.910.06
HSL60.55º87.95%51.18%-
HSV(B)60.55º91.25%94.12%-
XYZ66.5680.5512.75-
YUV214.4418.84144.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.70%
GREEN value IS 240 (94.14% from 255) = 48.10%
BLUE value IS 21 (8.59% from 255) = 4.21%
R=47.70%
G=48.10%
B=4.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal238240210.0100.910.0660.5587.9551.18
HexEEF015105B63d5833
Octal356360251013367513063
Binary1110111011110000101011010110111101111011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF015; }

 p { color: rgb(238,240,21); }

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

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

 a { background-color: rgb(238,240,21); }

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

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

 span { border-color: rgb(238,240,21); }

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