Html Css Color HEX #E8E014 Lemon

📋 copy color: '#E8E014'

red 232 ◦ green 224 ◦ blue 20

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

Shades of Lemon #E8E014

Tints of Lemon #E8E014

RGB

 RED value IS 232 (91.02% from 255) = 48.74%

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

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

R = 48.74%
G = 47.06%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E8E014 (or 0xE8E014) is known color: Lemon. HEX triplet: E8, E0 and 14. RGB value is (232,224,20). Sum of RGB (Red+Green+Blue) = 232+224+20=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 20 (8.20% from 255 or 4.20% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E014 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8E014 is #171FEB. Grayscale: #CBCBCB. Windows color (decimal): -1515500 or 1368296. OLE color: 1368296.

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

Color convert

RGB 232 224 20 -
CMYK 0 0.03 0.91 0.09
HSL 57.74º 0.84% 0.49% -
HSV(B) 57.74º 0.91% 0.91% -
XYZ 60.06 70.52 11.11 -
YUV 203.14 24.65 148.59 -
System Red Green Blue C M Y K H S L
Decimal 232 224 20 0 0.03 0.91 0.09 57.74 0.84 0.49
Hex E8 E0 14 0 3 5B 9 3A 54 31
Octal 350 340 24 0 3 133 11 72 124 61
Binary 11101000 11100000 10100 0 11 1011011 1001 111010 1010100 110001

Color Harmonies of #E8E014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8E014

Black with #E8E014

Text Example


Text Example

White with #E8E014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8E014; }

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

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

background-color css

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

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

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

border-color css

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

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

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