#EAEA00

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

Shades of Lemon #EAEA00

Tints of Lemon #EAEA00

Color information

#EAEA00 (or 0xEAEA00) is unknown color: approx Lemon. HEX triplet: EA, EA and 00. RGB value is (234,234,0). Sum of RGB (Red+Green+Blue) = 234+234+0=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 234 (91.80% from 255 or 50% from 468); Blue value is 0 (0.39% from 255 or 0% from 468); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEA00 is #1515FF. Grayscale: #D0D0D0. Windows color (decimal): -1381888 or 60138. OLE color: 60138.

HSL color Cylindrical-coordinate representation of color #EAEA00: hue angle of 60º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EAEA00 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB2342340-
CMYK0010.08
HSL60º100%45.88%-
HSV(B)60º100%91.76%-
XYZ63.3576.3411.4-
YUV207.3211147.03-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50%
GREEN value IS 234 (91.80% from 255) = 50%
BLUE value IS 0 (0.39% from 255) = 0%
R=50%
G=50%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423400010.086010045.88
HexEAEA0006483c642e
Octal352352000144107414456
Binary1110101011101010000110010010001111001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEA00; }

 p { color: rgb(234,234,0); }

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

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

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

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

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

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

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