Html Css Color HEX #EAE504 Lemon

📋 copy color: '#EAE504'

red 234 ◦ green 229 ◦ blue 4

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

Shades of Lemon #EAE504

Tints of Lemon #EAE504

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.04%

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

R = 50.11%
G = 49.04%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EAE504 (or 0xEAE504) is known color: Lemon. HEX triplet: EA, E5 and 04. RGB value is (234,229,4). Sum of RGB (Red+Green+Blue) = 234+229+4=467 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.11% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 4 (1.95% from 255 or 0.86% from 467); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE504 is #151AFB. Grayscale: #CDCDCD. Windows color (decimal): -1383164 or 321002. OLE color: 321002.

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

Color convert

RGB 234 229 4 -
CMYK 0 0.02 0.98 0.08
HSL 58.7º 0.97% 0.47% -
HSV(B) 58.7º 0.98% 0.92% -
XYZ 61.97 73.54 11.04 -
YUV 204.85 14.66 148.8 -
System Red Green Blue C M Y K H S L
Decimal 234 229 4 0 0.02 0.98 0.08 58.7 0.97 0.47
Hex EA E5 4 0 2 62 8 3B 61 2F
Octal 352 345 4 0 2 142 10 73 141 57
Binary 11101010 11100101 100 0 10 1100010 1000 111011 1100001 101111

Color Harmonies of #EAE504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE504

Black with #EAE504

Text Example


Text Example

White with #EAE504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE504; }

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

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

background-color css

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

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

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

border-color css

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

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

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