Html Css Color HEX #E5EA14 Lemon

📋 copy color: '#E5EA14'

red 229 ◦ green 234 ◦ blue 20

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

Shades of Lemon #E5EA14

Tints of Lemon #E5EA14

RGB

 RED value IS 229 (89.84% from 255) = 47.41%

 GREEN value IS 234 (91.8% from 255) = 48.45%

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

R = 47.41%
G = 48.45%
B = 4.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#E5EA14 (or 0xE5EA14) is known color: Lemon. HEX triplet: E5, EA and 14. RGB value is (229,234,20). Sum of RGB (Red+Green+Blue) = 229+234+20=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 234 (91.80% from 255 or 48.45% from 483); Blue value is 20 (8.20% from 255 or 4.14% from 483); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E5EA14 is #1A15EB. Grayscale: #D0D0D0. Windows color (decimal): -1709548 or 1370853. OLE color: 1370853.

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

Color convert

RGB 229 234 20 -
CMYK 0.02 0 0.91 0.08
HSL 61.4º 0.84% 0.5% -
HSV(B) 61.4º 0.91% 0.92% -
XYZ 61.86 75.55 11.98 -
YUV 208.11 21.84 142.9 -
System Red Green Blue C M Y K H S L
Decimal 229 234 20 0.02 0 0.91 0.08 61.4 0.84 0.5
Hex E5 EA 14 2 0 5B 8 3D 54 32
Octal 345 352 24 2 0 133 10 75 124 62
Binary 11100101 11101010 10100 10 0 1011011 1000 111101 1010100 110010

Color Harmonies of #E5EA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EA14

Black with #E5EA14

Text Example


Text Example

White with #E5EA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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