Html Css Color HEX #EAE014 Lemon

📋 copy color: '#EAE014'

red 234 ◦ green 224 ◦ blue 20

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

Shades of Lemon #EAE014

Tints of Lemon #EAE014

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.86%

 BLUE value IS 20 (8.2% from 255) = 4.18%

R = 48.95%
G = 46.86%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EAE014 (or 0xEAE014) is known color: Lemon. HEX triplet: EA, E0 and 14. RGB value is (234,224,20). Sum of RGB (Red+Green+Blue) = 234+224+20=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 224 (87.89% from 255 or 46.86% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE014 is #151FEB. Grayscale: #CCCCCC. Windows color (decimal): -1384428 or 1368298. OLE color: 1368298.

HSL color Cylindrical-coordinate representation of color #EAE014: hue angle of 57.2º degrees, saturation: 0.84, 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 #EAE014 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 224 20 -
CMYK 0 0.04 0.91 0.08
HSL 57.2º 0.84% 0.5% -
HSV(B) 57.2º 0.91% 0.92% -
XYZ 60.71 70.85 11.14 -
YUV 203.73 24.31 149.59 -
System Red Green Blue C M Y K H S L
Decimal 234 224 20 0 0.04 0.91 0.08 57.2 0.84 0.5
Hex EA E0 14 0 4 5B 8 39 54 32
Octal 352 340 24 0 4 133 10 71 124 62
Binary 11101010 11100000 10100 0 100 1011011 1000 111001 1010100 110010

Color Harmonies of #EAE014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE014

Black with #EAE014

Text Example


Text Example

White with #EAE014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE014; }

 p { color: rgb(234,224,20); }

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

background-color css

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

 a { background-color: rgb(234,224,20); }

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

border-color css

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

 span { border-color: rgb(234,224,20); }

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