#EFF01D

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

Shades of Lemon #EFF01D

Tints of Lemon #EFF01D

Color information

#EFF01D (or 0xEFF01D) is unknown color: approx Lemon. HEX triplet: EF, F0 and 1D. RGB value is (239,240,29). Sum of RGB (Red+Green+Blue) = 239+240+29=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 29 (11.72% from 255 or 5.71% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF01D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF01D is #100FE2. Grayscale: #D8D8D8. Windows color (decimal): -1052643 or 1962223. OLE color: 1962223.

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

Color convert

RGB23924029-
CMYK0.0000.880.06
HSL60.28º87.55%52.75%-
HSV(B)60.28º87.92%94.12%-
XYZ66.9880.7613.22-
YUV215.6522.67144.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.05%
GREEN value IS 240 (94.14% from 255) = 47.24%
BLUE value IS 29 (11.72% from 255) = 5.71%
R=47.05%
G=47.24%
B=5.71%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239240290.0000.880.0660.2887.5552.75
HexEFF01D005863c5835
Octal357360350013067413065
Binary1110111111110000111010010110001101111001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF01D; }

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

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

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

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

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

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

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

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