Html Css Color HEX #EAEA09 Lemon

📋 copy color: '#EAEA09'

red 234 ◦ green 234 ◦ blue 9

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

Shades of Lemon #EAEA09

Tints of Lemon #EAEA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 1.89%

R = 49.06%
G = 49.06%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EAEA09 (or 0xEAEA09) is known color: Lemon. HEX triplet: EA, EA and 09. RGB value is (234,234,9). Sum of RGB (Red+Green+Blue) = 234+234+9=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 9 (3.91% from 255 or 1.89% from 477); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEA09 is #1515F6. Grayscale: #D1D1D1. Windows color (decimal): -1381879 or 649962. OLE color: 649962.

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

Color convert

RGB 234 234 9 -
CMYK 0 0 0.96 0.08
HSL 60º 0.93% 0.48% -
HSV(B) 60º 0.96% 0.92% -
XYZ 63.4 76.36 11.66 -
YUV 208.35 15.5 146.3 -
System Red Green Blue C M Y K H S L
Decimal 234 234 9 0 0 0.96 0.08 60 0.93 0.48
Hex EA EA 9 0 0 60 8 3C 5D 30
Octal 352 352 11 0 0 140 10 74 135 60
Binary 11101010 11101010 1001 0 0 1100000 1000 111100 1011101 110000

Color Harmonies of #EAEA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEA09

Black with #EAEA09

Text Example


Text Example

White with #EAEA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEA09; }

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

 H1.HeaderClassName
 {
   color: #EAEA09;
 }
 .AnyTagClassName
 {
   color: #EAEA09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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