#E0F490

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

Shades of Jonquil #E0F490

Tints of Jonquil #E0F490

Color information

#E0F490 (or 0xE0F490) is unknown color: approx Jonquil. HEX triplet: E0, F4 and 90. RGB value is (224,244,144). Sum of RGB (Red+Green+Blue) = 224+244+144=612 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.60% from 612); Green value is 244 (95.70% from 255 or 39.87% from 612); Blue value is 144 (56.64% from 255 or 23.53% from 612); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F490 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F490 is #1F0B6F. Grayscale: #E2E2E2. Windows color (decimal): -2034544 or 9499872. OLE color: 9499872.

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

Color convert

RGB224244144-
CMYK0.0800.410.04
HSL72º81.97%76.08%-
HSV(B)72º40.98%95.69%-
XYZ68.1382.5638.73-
YUV226.6281.37126.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.60%
GREEN value IS 244 (95.70% from 255) = 39.87%
BLUE value IS 144 (56.64% from 255) = 23.53%
R=36.60%
G=39.87%
B=23.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242441440.0800.410.047281.9776.08
HexE0F4908029448524c
Octal340364220100514110122114
Binary11100000111101001001000010000101001100100100010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F490; }

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

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

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

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

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

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

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

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