#EAEF19

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

Shades of Lemon #EAEF19

Tints of Lemon #EAEF19

Color information

#EAEF19 (or 0xEAEF19) is unknown color: approx Lemon. HEX triplet: EA, EF and 19. RGB value is (234,239,25). Sum of RGB (Red+Green+Blue) = 234+239+25=498 (65% of max value = 765). Red value is 234 (91.80% from 255 or 46.99% from 498); Green value is 239 (93.75% from 255 or 47.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: green. Hex color #EAEF19 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEF19 is #1510E6. Grayscale: #D5D5D5. Windows color (decimal): -1380583 or 1699818. OLE color: 1699818.

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

Color convert

RGB23423925-
CMYK0.0200.900.06
HSL61.4º86.99%51.76%-
HSV(B)61.4º89.54%93.73%-
XYZ64.9779.312.8-
YUV213.1121.84142.9-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal234239250.0200.900.0661.486.9951.76
HexEAEF19205A63d5734
Octal352357312013267512764
Binary11101010111011111100110010110101101111011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEF19; }

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

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

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

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

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

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

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

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