#EFE619

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

Shades of Lemon #EFE619

Tints of Lemon #EFE619

Color information

#EFE619 (or 0xEFE619) is unknown color: approx Lemon. HEX triplet: EF, E6 and 19. RGB value is (239,230,25). Sum of RGB (Red+Green+Blue) = 239+230+25=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 230 (90.23% from 255 or 46.56% from 494); Blue value is 25 (10.16% from 255 or 5.06% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE619 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFE619 is #1019E6. Grayscale: #D2D2D2. Windows color (decimal): -1055207 or 1697519. OLE color: 1697519.

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

Color convert

RGB23923025-
CMYK00.040.900.06
HSL57.48º86.99%51.76%-
HSV(B)57.48º89.54%93.73%-
XYZ64.0775.0112.02-
YUV209.3223.98149.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.38%
GREEN value IS 230 (90.23% from 255) = 46.56%
BLUE value IS 25 (10.16% from 255) = 5.06%
R=48.38%
G=46.56%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392302500.040.900.0657.4886.9951.76
HexEFE619045A6395734
Octal357346310413267112764
Binary111011111110011011001010010110101101110011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE619; }

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

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

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

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

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

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

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

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