Shades of Jonquil #E0F194
Tints of Jonquil #E0F194
RGB
CMYK
RGB Variations
Color information
#E0F194 (or 0xE0F194) is known color: Jonquil. HEX triplet: E0, F1 and 94. RGB value is (224,241,148). Sum of RGB (Red+Green+Blue) = 224+241+148=613 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.54% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F194 is #1F0E6B. Grayscale: #E1E1E1. Windows color (decimal): -2035308 or 9761248. OLE color: 9761248.
HSL color Cylindrical-coordinate representation of color #E0F194: hue angle of 70.97º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E0F194 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 241 | 148 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.05 |
| HSL | 70.97º | 0.77% | 0.76% | - |
| HSV(B) | 70.97º | 0.39% | 0.95% | - |
| XYZ | 67.54 | 80.9 | 40.07 | - |
| YUV | 225.32 | 84.37 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 148 | 0.07 | 0 | 0.39 | 0.05 | 70.97 | 0.77 | 0.76 |
| Hex | E0 | F1 | 94 | 7 | 0 | 27 | 5 | 47 | 4D | 4C |
| Octal | 340 | 361 | 224 | 7 | 0 | 47 | 5 | 107 | 115 | 114 |
| Binary | 11100000 | 11110001 | 10010100 | 111 | 0 | 100111 | 101 | 1000111 | 1001101 | 1001100 |
Color Harmonies of #E0F194
Complementary color
Monochromatic Colors of #E0F194
Black with #E0F194
Text Example
Text Example
White with #E0F194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F194; }
p { color: rgb(224,241,148); }
H1.HeaderClassName
{
color: #E0F194;
}
.AnyTagClassName
{
color: #E0F194;
}
</style>
background-color css
<style>
a { background-color: #E0F194; }
a { background-color: rgb(224,241,148); }
div.DivClassName
{
background-color: #E0F194;
}
.BgClassName
{
background-color: #E0F194;
}
</style>
border-color css
<style>
span { border-color: #E0F194; }
span { border-color: rgb(224,241,148); }
td.TdClassName
{
border-color: #E0F194;
}
.TagClassName
{
border-color: #E0F194;
}
</style>