#E1F995

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

Shades of Jonquil #E1F995

Tints of Jonquil #E1F995

Color information

#E1F995 (or 0xE1F995) is unknown color: approx Jonquil. HEX triplet: E1, F9 and 95. RGB value is (225,249,149). Sum of RGB (Red+Green+Blue) = 225+249+149=623 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.12% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 149 (58.59% from 255 or 23.92% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F995 is #1E066A. Grayscale: #E6E6E6. Windows color (decimal): -1967723 or 9828833. OLE color: 9828833.

HSL color Cylindrical-coordinate representation of color #E1F995: hue angle of 74.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1F995 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB225249149-
CMYK0.1000.400.02
HSL74.4º89.29%78.04%-
HSV(B)74.4º40.16%97.65%-
XYZ70.3585.9341.31-
YUV230.4282.05124.13-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.12%
GREEN value IS 249 (97.66% from 255) = 39.97%
BLUE value IS 149 (58.59% from 255) = 23.92%
R=36.12%
G=39.97%
B=23.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252491490.1000.400.0274.489.2978.04
HexE1F995A02824a594e
Octal341371225120502112131116
Binary1110000111111001100101011010010100010100101010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F995; }

 p { color: rgb(225,249,149); }

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

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

 a { background-color: rgb(225,249,149); }

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

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

 span { border-color: rgb(225,249,149); }

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