#E0F38D

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

Shades of Jonquil #E0F38D

Tints of Jonquil #E0F38D

Color information

#E0F38D (or 0xE0F38D) is unknown color: approx Jonquil. HEX triplet: E0, F3 and 8D. RGB value is (224,243,141). Sum of RGB (Red+Green+Blue) = 224+243+141=608 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.84% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F38D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F38D is #1F0C72. Grayscale: #E2E2E2. Windows color (decimal): -2034803 or 9303008. OLE color: 9303008.

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

Color convert

RGB224243141-
CMYK0.0800.420.05
HSL71.18º80.95%75.29%-
HSV(B)71.18º41.98%95.29%-
XYZ67.681.8737.44-
YUV225.6980.21126.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.84%
GREEN value IS 243 (95.31% from 255) = 39.97%
BLUE value IS 141 (55.47% from 255) = 23.19%
R=36.84%
G=39.97%
B=23.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242431410.0800.420.0571.1880.9575.29
HexE0F38D802A547514b
Octal340363215100525107121113
Binary11100000111100111000110110000101010101100011110100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F38D; }

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

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

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

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

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

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

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

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