#EFEA19

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

Shades of Lemon #EFEA19

Tints of Lemon #EFEA19

Color information

#EFEA19 (or 0xEFEA19) is unknown color: approx Lemon. HEX triplet: EF, EA and 19. RGB value is (239,234,25). Sum of RGB (Red+Green+Blue) = 239+234+25=498 (65% of max value = 765). Red value is 239 (93.75% from 255 or 47.99% from 498); Green value is 234 (91.80% from 255 or 46.99% from 498); Blue value is 25 (10.16% from 255 or 5.02% from 498); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA19 is #1015E6. Grayscale: #D4D4D4. Windows color (decimal): -1054183 or 1698543. OLE color: 1698543.

HSL color Cylindrical-coordinate representation of color #EFEA19: hue angle of 58.6º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFEA19 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB23923425-
CMYK00.020.900.06
HSL58.6º86.99%51.76%-
HSV(B)58.6º89.54%93.73%-
XYZ65.1977.2712.4-
YUV211.6722.66147.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.99%
GREEN value IS 234 (91.80% from 255) = 46.99%
BLUE value IS 25 (10.16% from 255) = 5.02%
R=47.99%
G=46.99%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392342500.020.900.0658.686.9951.76
HexEFEA19025A63b5734
Octal357352310213267312764
Binary11101111111010101100101010110101101110111010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEA19; }

 p { color: rgb(239,234,25); }

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

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

 a { background-color: rgb(239,234,25); }

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

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

 span { border-color: rgb(239,234,25); }

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