Html Css Color HEX #EAE80E Lemon

📋 copy color: '#EAE80E'

red 234 ◦ green 232 ◦ blue 14

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

Shades of Lemon #EAE80E

Tints of Lemon #EAE80E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.92%

R = 48.75%
G = 48.33%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAE80E (or 0xEAE80E) is known color: Lemon. HEX triplet: EA, E8 and 0E. RGB value is (234,232,14). Sum of RGB (Red+Green+Blue) = 234+232+14=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 232 (91.02% from 255 or 48.33% from 480); Blue value is 14 (5.86% from 255 or 2.92% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE80E is #1517F1. Grayscale: #D0D0D0. Windows color (decimal): -1382386 or 977130. OLE color: 977130.

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

Color convert

RGB 234 232 14 -
CMYK 0 0.01 0.94 0.08
HSL 59.45º 0.89% 0.49% -
HSV(B) 59.45º 0.94% 0.92% -
XYZ 62.87 75.24 11.62 -
YUV 207.75 18.66 146.73 -
System Red Green Blue C M Y K H S L
Decimal 234 232 14 0 0.01 0.94 0.08 59.45 0.89 0.49
Hex EA E8 E 0 1 5E 8 3B 59 31
Octal 352 350 16 0 1 136 10 73 131 61
Binary 11101010 11101000 1110 0 1 1011110 1000 111011 1011001 110001

Color Harmonies of #EAE80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE80E

Black with #EAE80E

Text Example


Text Example

White with #EAE80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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