Html Css Color HEX #EAE119 Lemon

📋 copy color: '#EAE119'

red 234 ◦ green 225 ◦ blue 25

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

Shades of Lemon #EAE119

Tints of Lemon #EAE119

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.49%

 BLUE value IS 25 (10.16% from 255) = 5.17%

R = 48.35%
G = 46.49%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EAE119 (or 0xEAE119) is known color: Lemon. HEX triplet: EA, E1 and 19. RGB value is (234,225,25). Sum of RGB (Red+Green+Blue) = 234+225+25=484 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.35% from 484); Green value is 225 (88.28% from 255 or 46.49% from 484); Blue value is 25 (10.16% from 255 or 5.17% from 484); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE119 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE119 is #151EE6. Grayscale: #CDCDCD. Windows color (decimal): -1384167 or 1696234. OLE color: 1696234.

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

Color convert

RGB 234 225 25 -
CMYK 0 0.04 0.89 0.08
HSL 57.42º 0.83% 0.51% -
HSV(B) 57.42º 0.89% 0.92% -
XYZ 61.03 71.41 11.49 -
YUV 204.89 26.48 148.76 -
System Red Green Blue C M Y K H S L
Decimal 234 225 25 0 0.04 0.89 0.08 57.42 0.83 0.51
Hex EA E1 19 0 4 59 8 39 53 33
Octal 352 341 31 0 4 131 10 71 123 63
Binary 11101010 11100001 11001 0 100 1011001 1000 111001 1010011 110011

Color Harmonies of #EAE119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE119

Black with #EAE119

Text Example


Text Example

White with #EAE119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE119; }

 p { color: rgb(234,225,25); }

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

background-color css

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

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

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

border-color css

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

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

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