Shades of Jonquil #E1F194
Tints of Jonquil #E1F194
RGB
CMYK
RGB Variations
Color information
#E1F194 (or 0xE1F194) is known color: Jonquil. HEX triplet: E1, F1 and 94. RGB value is (225,241,148). Sum of RGB (Red+Green+Blue) = 225+241+148=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F194 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F194 is #1E0E6B. Grayscale: #E1E1E1. Windows color (decimal): -1969772 or 9761249. OLE color: 9761249.
HSL color Cylindrical-coordinate representation of color #E1F194: hue angle of 70.32º 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 #E1F194 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 148 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.05 |
| HSL | 70.32º | 0.77% | 0.76% | - |
| HSV(B) | 70.32º | 0.39% | 0.95% | - |
| XYZ | 67.85 | 81.06 | 40.09 | - |
| YUV | 225.61 | 84.2 | 127.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 148 | 0.07 | 0 | 0.39 | 0.05 | 70.32 | 0.77 | 0.76 |
| Hex | E1 | F1 | 94 | 7 | 0 | 27 | 5 | 46 | 4D | 4C |
| Octal | 341 | 361 | 224 | 7 | 0 | 47 | 5 | 106 | 115 | 114 |
| Binary | 11100001 | 11110001 | 10010100 | 111 | 0 | 100111 | 101 | 1000110 | 1001101 | 1001100 |
Color Harmonies of #E1F194
Complementary color
Monochromatic Colors of #E1F194
Black with #E1F194
Text Example
Text Example
White with #E1F194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F194; }
p { color: rgb(225,241,148); }
H1.HeaderClassName
{
color: #E1F194;
}
.AnyTagClassName
{
color: #E1F194;
}
</style>
background-color css
<style>
a { background-color: #E1F194; }
a { background-color: rgb(225,241,148); }
div.DivClassName
{
background-color: #E1F194;
}
.BgClassName
{
background-color: #E1F194;
}
</style>
border-color css
<style>
span { border-color: #E1F194; }
span { border-color: rgb(225,241,148); }
td.TdClassName
{
border-color: #E1F194;
}
.TagClassName
{
border-color: #E1F194;
}
</style>