Html Css Color HEX #EAE518 Lemon

📋 copy color: '#EAE518'

red 234 ◦ green 229 ◦ blue 24

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

Shades of Lemon #EAE518

Tints of Lemon #EAE518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.93%

R = 48.05%
G = 47.02%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EAE518 (or 0xEAE518) is known color: Lemon. HEX triplet: EA, E5 and 18. RGB value is (234,229,24). Sum of RGB (Red+Green+Blue) = 234+229+24=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 24 (9.77% from 255 or 4.93% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE518 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE518 is #151AE7. Grayscale: #CFCFCF. Windows color (decimal): -1383144 or 1631722. OLE color: 1631722.

HSL color Cylindrical-coordinate representation of color #EAE518: hue angle of 58.57º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EAE518 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 229 24 -
CMYK 0 0.02 0.90 0.08
HSL 58.57º 0.83% 0.51% -
HSV(B) 58.57º 0.9% 0.92% -
XYZ 62.12 73.6 11.8 -
YUV 207.13 24.66 147.17 -
System Red Green Blue C M Y K H S L
Decimal 234 229 24 0 0.02 0.90 0.08 58.57 0.83 0.51
Hex EA E5 18 0 2 5A 8 3B 53 33
Octal 352 345 30 0 2 132 10 73 123 63
Binary 11101010 11100101 11000 0 10 1011010 1000 111011 1010011 110011

Color Harmonies of #EAE518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE518

Black with #EAE518

Text Example


Text Example

White with #EAE518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE518; }

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

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

background-color css

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

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

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

border-color css

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

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

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