Html Css Color HEX #E5E116 Lemon

📋 copy color: '#E5E116'

red 229 ◦ green 225 ◦ blue 22

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

Shades of Lemon #E5E116

Tints of Lemon #E5E116

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.27%

 BLUE value IS 22 (8.98% from 255) = 4.62%

R = 48.11%
G = 47.27%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E5E116 (or 0xE5E116) is known color: Lemon. HEX triplet: E5, E1 and 16. RGB value is (229,225,22). Sum of RGB (Red+Green+Blue) = 229+225+22=476 (63% of max value = 765). Red value is 229 (89.84% from 255 or 48.11% from 476); Green value is 225 (88.28% from 255 or 47.27% from 476); Blue value is 22 (8.98% from 255 or 4.62% from 476); Max value from RGB is 229 - color contains mainly: red. Hex color #E5E116 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5E116 is #1A1EE9. Grayscale: #CBCBCB. Windows color (decimal): -1711850 or 1499621. OLE color: 1499621.

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

Color convert

RGB 229 225 22 -
CMYK 0 0.02 0.90 0.10
HSL 58.84º 0.82% 0.49% -
HSV(B) 58.84º 0.9% 0.9% -
XYZ 59.38 70.57 11.25 -
YUV 203.05 25.83 146.51 -
System Red Green Blue C M Y K H S L
Decimal 229 225 22 0 0.02 0.90 0.10 58.84 0.82 0.49
Hex E5 E1 16 0 2 5A A 3B 52 31
Octal 345 341 26 0 2 132 12 73 122 61
Binary 11100101 11100001 10110 0 10 1011010 1010 111011 1010010 110001

Color Harmonies of #E5E116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5E116

Black with #E5E116

Text Example


Text Example

White with #E5E116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5E116; }

 p { color: rgb(229,225,22); }

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

background-color css

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

 a { background-color: rgb(229,225,22); }

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

border-color css

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

 span { border-color: rgb(229,225,22); }

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