#EFF016

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

Shades of Lemon #EFF016

Tints of Lemon #EFF016

Color information

#EFF016 (or 0xEFF016) is unknown color: approx Lemon. HEX triplet: EF, F0 and 16. RGB value is (239,240,22). Sum of RGB (Red+Green+Blue) = 239+240+22=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 22 (8.98% from 255 or 4.39% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF016 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF016 is #100FE9. Grayscale: #D7D7D7. Windows color (decimal): -1052650 or 1503471. OLE color: 1503471.

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

Color convert

RGB23924022-
CMYK0.0000.910.06
HSL60.28º87.9%51.37%-
HSV(B)60.28º90.83%94.12%-
XYZ66.980.7312.82-
YUV214.8519.17145.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 240 (94.14% from 255) = 47.90%
BLUE value IS 22 (8.98% from 255) = 4.39%
R=47.70%
G=47.90%
B=4.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239240220.0000.910.0660.2887.951.37
HexEFF016005B63c5833
Octal357360260013367413063
Binary1110111111110000101100010110111101111001011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF016; }

 p { color: rgb(239,240,22); }

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

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

 a { background-color: rgb(239,240,22); }

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

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

 span { border-color: rgb(239,240,22); }

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