Html Css Color HEX #E1E014 Lemon

📋 copy color: '#E1E014'

red 225 ◦ green 224 ◦ blue 20

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

Shades of Lemon #E1E014

Tints of Lemon #E1E014

RGB

 RED value IS 225 (88.28% from 255) = 47.97%

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

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

R = 47.97%
G = 47.76%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E1E014 (or 0xE1E014) is known color: Lemon. HEX triplet: E1, E0 and 14. RGB value is (225,224,20). Sum of RGB (Red+Green+Blue) = 225+224+20=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E1E014 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E1E014 is #1E1FEB. Grayscale: #C9C9C9. Windows color (decimal): -1974252 or 1368289. OLE color: 1368289.

HSL color Cylindrical-coordinate representation of color #E1E014: hue angle of 59.71º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E1E014 is Cyan = 0, Magento = 0.00, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 224 20 -
CMYK 0 0.00 0.91 0.12
HSL 59.71º 0.84% 0.48% -
HSV(B) 59.71º 0.91% 0.88% -
XYZ 57.83 69.37 11 -
YUV 201.04 25.83 145.09 -
System Red Green Blue C M Y K H S L
Decimal 225 224 20 0 0.00 0.91 0.12 59.71 0.84 0.48
Hex E1 E0 14 0 0 5B C 3C 54 30
Octal 341 340 24 0 0 133 14 74 124 60
Binary 11100001 11100000 10100 0 0 1011011 1100 111100 1010100 110000

Color Harmonies of #E1E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1E014

Black with #E1E014

Text Example


Text Example

White with #E1E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1E014; }

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

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

background-color css

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

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

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

border-color css

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

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

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