#E1EF96

Color #E1EF96 Jonquil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jonquil #E1EF96

Tints of Jonquil #E1EF96

Color information

#E1EF96 (or 0xE1EF96) is unknown color: approx Jonquil. HEX triplet: E1, EF and 96. RGB value is (225,239,150). Sum of RGB (Red+Green+Blue) = 225+239+150=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 150 (58.98% from 255 or 24.43% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1EF96 is #1E1069. Grayscale: #E1E1E1. Windows color (decimal): -1970282 or 9891809. OLE color: 9891809.

HSL color Cylindrical-coordinate representation of color #E1EF96: hue angle of 69.44º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E1EF96 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB225239150-
CMYK0.0600.370.06
HSL69.44º73.55%76.27%-
HSV(B)69.44º37.24%93.73%-
XYZ67.4279.9440.73-
YUV224.6785.86128.24-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.64%
GREEN value IS 239 (93.75% from 255) = 38.93%
BLUE value IS 150 (58.98% from 255) = 24.43%
R=36.64%
G=38.93%
B=24.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2252391500.0600.370.0669.4473.5576.27
HexE1EF9660256454a4c
Octal34135722660456105112114
Binary1110000111101111100101101100100101110100010110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EF96; }

 p { color: rgb(225,239,150); }

 H1.HeaderClassName
 {
   color: #E1EF96;
 }
 .AnyTagClassName
 {
   color: #E1EF96;
 }
</style>
background-color css

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

 a { background-color: rgb(225,239,150); }

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

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

 span { border-color: rgb(225,239,150); }

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