Shades of Jonquil #E0F890
Tints of Jonquil #E0F890
RGB
CMYK
RGB Variations
Color information
#E0F890 (or 0xE0F890) is known color: Jonquil. HEX triplet: E0, F8 and 90. RGB value is (224,248,144). Sum of RGB (Red+Green+Blue) = 224+248+144=616 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.36% from 616); Green value is 248 (97.27% from 255 or 40.26% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F890 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F890 is #1F076F. Grayscale: #E5E5E5. Windows color (decimal): -2033520 or 9500896. OLE color: 9500896.
HSL color Cylindrical-coordinate representation of color #E0F890: hue angle of 73.85º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0F890 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 224 | 248 | 144 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.03 |
| HSL | 73.85º | 0.88% | 0.77% | - |
| HSV(B) | 73.85º | 0.42% | 0.97% | - |
| XYZ | 69.34 | 85 | 39.14 | - |
| YUV | 228.97 | 80.05 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 248 | 144 | 0.10 | 0 | 0.42 | 0.03 | 73.85 | 0.88 | 0.77 |
| Hex | E0 | F8 | 90 | A | 0 | 2A | 3 | 4A | 58 | 4D |
| Octal | 340 | 370 | 220 | 12 | 0 | 52 | 3 | 112 | 130 | 115 |
| Binary | 11100000 | 11111000 | 10010000 | 1010 | 0 | 101010 | 11 | 1001010 | 1011000 | 1001101 |
Color Harmonies of #E0F890
Complementary color
Monochromatic Colors of #E0F890
Black with #E0F890
Text Example
Text Example
White with #E0F890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F890; }
p { color: rgb(224,248,144); }
H1.HeaderClassName
{
color: #E0F890;
}
.AnyTagClassName
{
color: #E0F890;
}
</style>
background-color css
<style>
a { background-color: #E0F890; }
a { background-color: rgb(224,248,144); }
div.DivClassName
{
background-color: #E0F890;
}
.BgClassName
{
background-color: #E0F890;
}
</style>
border-color css
<style>
span { border-color: #E0F890; }
span { border-color: rgb(224,248,144); }
td.TdClassName
{
border-color: #E0F890;
}
.TagClassName
{
border-color: #E0F890;
}
</style>