Html Css Color HEX #EAEA00 Lemon

📋 copy color: '#EAEA00'

red 234 ◦ green 234 ◦ blue 0

#EAEA00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #EAEA00

Tints of Lemon #EAEA00

RGB

 RED value IS 234 (91.8% from 255) = 50%

 GREEN value IS 234 (91.8% from 255) = 50%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EAEA00 (or 0xEAEA00) is known color: 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

RGB 234 234 0 -
CMYK 0 0 1 0.08
HSL 60º 1% 0.46% -
HSV(B) 60º 1% 0.92% -
XYZ 63.35 76.34 11.4 -
YUV 207.32 11 147.03 -
System Red Green Blue C M Y K H S L
Decimal 234 234 0 0 0 1 0.08 60 1 0.46
Hex EA EA 0 0 0 64 8 3C 64 2E
Octal 352 352 0 0 0 144 10 74 144 56
Binary 11101010 11101010 0 0 0 1100100 1000 111100 1100100 101110

Color Harmonies of #EAEA00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEA00

Black with #EAEA00

Text Example


Text Example

White with #EAEA00

Text Example


Text Example

HTML Codes & Css Web 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>