#E0F494

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

Shades of Jonquil #E0F494

Tints of Jonquil #E0F494

Color information

#E0F494 (or 0xE0F494) is unknown color: approx Jonquil. HEX triplet: E0, F4 and 94. RGB value is (224,244,148). Sum of RGB (Red+Green+Blue) = 224+244+148=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 244 (95.70% from 255 or 39.61% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F494 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F494 is #1F0B6B. Grayscale: #E3E3E3. Windows color (decimal): -2034540 or 9762016. OLE color: 9762016.

HSL color Cylindrical-coordinate representation of color #E0F494: hue angle of 72.5º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0F494 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB224244148-
CMYK0.0800.390.04
HSL72.5º81.36%76.86%-
HSV(B)72.5º39.34%95.69%-
XYZ68.4482.6940.37-
YUV227.0883.37125.81-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.36%
GREEN value IS 244 (95.70% from 255) = 39.61%
BLUE value IS 148 (58.20% from 255) = 24.03%
R=36.36%
G=39.61%
B=24.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242441480.0800.390.0472.581.3676.86
HexE0F4948027448514d
Octal340364224100474110121115
Binary11100000111101001001010010000100111100100100010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F494; }

 p { color: rgb(224,244,148); }

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

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

 a { background-color: rgb(224,244,148); }

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

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

 span { border-color: rgb(224,244,148); }

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