Html Css Color HEX #EAE40E Lemon

📋 copy color: '#EAE40E'

red 234 ◦ green 228 ◦ blue 14

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

Shades of Lemon #EAE40E

Tints of Lemon #EAE40E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.9%

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

R = 49.16%
G = 47.9%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAE40E (or 0xEAE40E) is known color: Lemon. HEX triplet: EA, E4 and 0E. RGB value is (234,228,14). Sum of RGB (Red+Green+Blue) = 234+228+14=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 14 (5.86% from 255 or 2.94% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE40E is #151BF1. Grayscale: #CECECE. Windows color (decimal): -1383410 or 976106. OLE color: 976106.

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

Color convert

RGB 234 228 14 -
CMYK 0 0.03 0.94 0.08
HSL 58.36º 0.89% 0.49% -
HSV(B) 58.36º 0.94% 0.92% -
XYZ 61.75 73.01 11.25 -
YUV 205.4 19.99 148.4 -
System Red Green Blue C M Y K H S L
Decimal 234 228 14 0 0.03 0.94 0.08 58.36 0.89 0.49
Hex EA E4 E 0 3 5E 8 3A 59 31
Octal 352 344 16 0 3 136 10 72 131 61
Binary 11101010 11100100 1110 0 11 1011110 1000 111010 1011001 110001

Color Harmonies of #EAE40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE40E

Black with #EAE40E

Text Example


Text Example

White with #EAE40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE40E; }

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

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

background-color css

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

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

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

border-color css

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

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

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