Html Css Color HEX #EAE616 Lemon

📋 copy color: '#EAE616'

red 234 ◦ green 230 ◦ blue 22

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

Shades of Lemon #EAE616

Tints of Lemon #EAE616

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.33%

 BLUE value IS 22 (8.98% from 255) = 4.53%

R = 48.15%
G = 47.33%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAE616 (or 0xEAE616) is known color: Lemon. HEX triplet: EA, E6 and 16. RGB value is (234,230,22). Sum of RGB (Red+Green+Blue) = 234+230+22=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 22 (8.98% from 255 or 4.53% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE616 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE616 is #1519E9. Grayscale: #D0D0D0. Windows color (decimal): -1382890 or 1500906. OLE color: 1500906.

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

Color convert

RGB 234 230 22 -
CMYK 0 0.02 0.91 0.08
HSL 58.87º 0.83% 0.5% -
HSV(B) 58.87º 0.91% 0.92% -
XYZ 62.37 74.14 11.78 -
YUV 207.48 23.33 146.91 -
System Red Green Blue C M Y K H S L
Decimal 234 230 22 0 0.02 0.91 0.08 58.87 0.83 0.5
Hex EA E6 16 0 2 5B 8 3B 53 32
Octal 352 346 26 0 2 133 10 73 123 62
Binary 11101010 11100110 10110 0 10 1011011 1000 111011 1010011 110010

Color Harmonies of #EAE616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE616

Black with #EAE616

Text Example


Text Example

White with #EAE616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE616; }

 p { color: rgb(234,230,22); }

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

background-color css

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

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

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

border-color css

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

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

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