Html Css Color HEX #E5E014 Lemon

📋 copy color: '#E5E014'

red 229 ◦ green 224 ◦ blue 20

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

Shades of Lemon #E5E014

Tints of Lemon #E5E014

RGB

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

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

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

R = 48.41%
G = 47.36%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E5E014 (or 0xE5E014) is known color: Lemon. HEX triplet: E5, E0 and 14. RGB value is (229,224,20). Sum of RGB (Red+Green+Blue) = 229+224+20=473 (62% of max value = 765). Red value is 229 (89.84% from 255 or 48.41% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E014 is #1A1FEB. Grayscale: #CBCBCB. Windows color (decimal): -1712108 or 1368293. OLE color: 1368293.

HSL color Cylindrical-coordinate representation of color #E5E014: hue angle of 58.56º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E5E014 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 224 20 -
CMYK 0 0.02 0.91 0.10
HSL 58.56º 0.84% 0.49% -
HSV(B) 58.56º 0.91% 0.9% -
XYZ 59.1 70.02 11.06 -
YUV 202.24 25.16 147.09 -
System Red Green Blue C M Y K H S L
Decimal 229 224 20 0 0.02 0.91 0.10 58.56 0.84 0.49
Hex E5 E0 14 0 2 5B A 3B 54 31
Octal 345 340 24 0 2 133 12 73 124 61
Binary 11100101 11100000 10100 0 10 1011011 1010 111011 1010100 110001

Color Harmonies of #E5E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E014

Black with #E5E014

Text Example


Text Example

White with #E5E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E014; }

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

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

background-color css

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

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

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

border-color css

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

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

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