Shades of Jonquil #E0F28D
Tints of Jonquil #E0F28D
RGB
CMYK
RGB Variations
Color information
#E0F28D (or 0xE0F28D) is known color: Jonquil. HEX triplet: E0, F2 and 8D. RGB value is (224,242,141). Sum of RGB (Red+Green+Blue) = 224+242+141=607 (80% of max value = 765). Red value is 224 (87.89% from 255 or 36.90% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F28D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F28D is #1F0D72. Grayscale: #E1E1E1. Windows color (decimal): -2035059 or 9302752. OLE color: 9302752.
HSL color Cylindrical-coordinate representation of color #E0F28D: hue angle of 70.69º degrees, saturation: 0.8, 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 #E0F28D is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 242 | 141 | - |
| CMYK | 0.07 | 0 | 0.42 | 0.05 |
| HSL | 70.69º | 0.8% | 0.75% | - |
| HSV(B) | 70.69º | 0.42% | 0.95% | - |
| XYZ | 67.3 | 81.27 | 37.34 | - |
| YUV | 225.1 | 80.54 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 242 | 141 | 0.07 | 0 | 0.42 | 0.05 | 70.69 | 0.8 | 0.75 |
| Hex | E0 | F2 | 8D | 7 | 0 | 2A | 5 | 47 | 50 | 4B |
| Octal | 340 | 362 | 215 | 7 | 0 | 52 | 5 | 107 | 120 | 113 |
| Binary | 11100000 | 11110010 | 10001101 | 111 | 0 | 101010 | 101 | 1000111 | 1010000 | 1001011 |
Color Harmonies of #E0F28D
Complementary color
Monochromatic Colors of #E0F28D
Black with #E0F28D
Text Example
Text Example
White with #E0F28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F28D; }
p { color: rgb(224,242,141); }
H1.HeaderClassName
{
color: #E0F28D;
}
.AnyTagClassName
{
color: #E0F28D;
}
</style>
background-color css
<style>
a { background-color: #E0F28D; }
a { background-color: rgb(224,242,141); }
div.DivClassName
{
background-color: #E0F28D;
}
.BgClassName
{
background-color: #E0F28D;
}
</style>
border-color css
<style>
span { border-color: #E0F28D; }
span { border-color: rgb(224,242,141); }
td.TdClassName
{
border-color: #E0F28D;
}
.TagClassName
{
border-color: #E0F28D;
}
</style>