Html Css Color HEX #EAEA04 Lemon

📋 copy color: '#EAEA04'

red 234 ◦ green 234 ◦ blue 4

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

Shades of Lemon #EAEA04

Tints of Lemon #EAEA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.85%

R = 49.58%
G = 49.58%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAEA04 (or 0xEAEA04) is known color: Lemon. HEX triplet: EA, EA and 04. RGB value is (234,234,4). Sum of RGB (Red+Green+Blue) = 234+234+4=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 4 (1.95% from 255 or 0.85% from 472); Max value from RGB is 234 - color contains mainly: red, green. Hex color #EAEA04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAEA04 is #1515FB. Grayscale: #D0D0D0. Windows color (decimal): -1381884 or 322282. OLE color: 322282.

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

Color convert

RGB 234 234 4 -
CMYK 0 0 0.98 0.08
HSL 60º 0.97% 0.47% -
HSV(B) 60º 0.98% 0.92% -
XYZ 63.38 76.35 11.51 -
YUV 207.78 13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 234 234 4 0 0 0.98 0.08 60 0.97 0.47
Hex EA EA 4 0 0 62 8 3C 61 2F
Octal 352 352 4 0 0 142 10 74 141 57
Binary 11101010 11101010 100 0 0 1100010 1000 111100 1100001 101111

Color Harmonies of #EAEA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEA04

Black with #EAEA04

Text Example


Text Example

White with #EAEA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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