Html Css Color HEX #EAE804 Lemon

📋 copy color: '#EAE804'

red 234 ◦ green 232 ◦ blue 4

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

Shades of Lemon #EAE804

Tints of Lemon #EAE804

RGB

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

 GREEN value IS 232 (91.02% from 255) = 49.36%

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

R = 49.79%
G = 49.36%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAE804 (or 0xEAE804) is known color: Lemon. HEX triplet: EA, E8 and 04. RGB value is (234,232,4). Sum of RGB (Red+Green+Blue) = 234+232+4=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 4 (1.95% from 255 or 0.85% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE804 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE804 is #1517FB. Grayscale: #CFCFCF. Windows color (decimal): -1382396 or 321770. OLE color: 321770.

HSL color Cylindrical-coordinate representation of color #EAE804: hue angle of 59.48º 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 #EAE804 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 232 4 -
CMYK 0 0.01 0.98 0.08
HSL 59.48º 0.97% 0.47% -
HSV(B) 59.48º 0.98% 0.92% -
XYZ 62.81 75.21 11.32 -
YUV 206.61 13.66 147.54 -
System Red Green Blue C M Y K H S L
Decimal 234 232 4 0 0.01 0.98 0.08 59.48 0.97 0.47
Hex EA E8 4 0 1 62 8 3B 61 2F
Octal 352 350 4 0 1 142 10 73 141 57
Binary 11101010 11101000 100 0 1 1100010 1000 111011 1100001 101111

Color Harmonies of #EAE804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE804

Black with #EAE804

Text Example


Text Example

White with #EAE804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE804; }

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

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

background-color css

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

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

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

border-color css

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

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

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