Html Css Color HEX #EAE50E Lemon

📋 copy color: '#EAE50E'

red 234 ◦ green 229 ◦ blue 14

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

Shades of Lemon #EAE50E

Tints of Lemon #EAE50E

RGB

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

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

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

R = 49.06%
G = 48.01%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAE50E (or 0xEAE50E) is known color: Lemon. HEX triplet: EA, E5 and 0E. RGB value is (234,229,14). Sum of RGB (Red+Green+Blue) = 234+229+14=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 14 (5.86% from 255 or 2.94% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE50E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE50E is #151AF1. Grayscale: #CECECE. Windows color (decimal): -1383154 or 976362. OLE color: 976362.

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

Color convert

RGB 234 229 14 -
CMYK 0 0.02 0.94 0.08
HSL 58.64º 0.89% 0.49% -
HSV(B) 58.64º 0.94% 0.92% -
XYZ 62.03 73.56 11.35 -
YUV 205.99 19.66 147.98 -
System Red Green Blue C M Y K H S L
Decimal 234 229 14 0 0.02 0.94 0.08 58.64 0.89 0.49
Hex EA E5 E 0 2 5E 8 3B 59 31
Octal 352 345 16 0 2 136 10 73 131 61
Binary 11101010 11100101 1110 0 10 1011110 1000 111011 1011001 110001

Color Harmonies of #EAE50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE50E

Black with #EAE50E

Text Example


Text Example

White with #EAE50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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