#EFE40F

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

Shades of Lemon #EFE40F

Tints of Lemon #EFE40F

Color information

#EFE40F (or 0xEFE40F) is unknown color: approx Lemon. HEX triplet: EF, E4 and 0F. RGB value is (239,228,15). Sum of RGB (Red+Green+Blue) = 239+228+15=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE40F is #101BF0. Grayscale: #CFCFCF. Windows color (decimal): -1055729 or 1041647. OLE color: 1041647.

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

Color convert

RGB23922815-
CMYK00.050.940.06
HSL57.05º88.19%49.8%-
HSV(B)57.05º93.72%93.73%-
XYZ63.4373.8711.37-
YUV207.0119.64150.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.59%
GREEN value IS 228 (89.45% from 255) = 47.30%
BLUE value IS 15 (6.25% from 255) = 3.11%
R=49.59%
G=47.30%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392281500.050.940.0657.0588.1949.8
HexEFE4F055E6395832
Octal357344170513667113062
Binary11101111111001001111010110111101101110011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE40F; }

 p { color: rgb(239,228,15); }

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

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

 a { background-color: rgb(239,228,15); }

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

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

 span { border-color: rgb(239,228,15); }

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