#E0F48D

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

Shades of Jonquil #E0F48D

Tints of Jonquil #E0F48D

Color information

#E0F48D (or 0xE0F48D) is unknown color: approx Jonquil. HEX triplet: E0, F4 and 8D. RGB value is (224,244,141). Sum of RGB (Red+Green+Blue) = 224+244+141=609 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.78% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F48D is #1F0B72. Grayscale: #E2E2E2. Windows color (decimal): -2034547 or 9303264. OLE color: 9303264.

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

Color convert

RGB224244141-
CMYK0.0800.420.04
HSL71.65º82.4%75.49%-
HSV(B)71.65º42.21%95.69%-
XYZ67.982.4737.54-
YUV226.2879.87126.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.78%
GREEN value IS 244 (95.70% from 255) = 40.07%
BLUE value IS 141 (55.47% from 255) = 23.15%
R=36.78%
G=40.07%
B=23.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2242441410.0800.420.0471.6582.475.49
HexE0F48D802A448524b
Octal340364215100524110122113
Binary11100000111101001000110110000101010100100100010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F48D; }

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

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

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

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

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

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

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

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