Shades of Jonquil #E1F690
Tints of Jonquil #E1F690
RGB
CMYK
RGB Variations
Color information
#E1F690 (or 0xE1F690) is known color: Jonquil. HEX triplet: E1, F6 and 90. RGB value is (225,246,144). Sum of RGB (Red+Green+Blue) = 225+246+144=615 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.59% from 615); Green value is 246 (96.48% from 255 or 40% from 615); Blue value is 144 (56.64% from 255 or 23.41% from 615); Max value from RGB is 246 - color contains mainly: green. Hex color #E1F690 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F690 is #1E096F. Grayscale: #E4E4E4. Windows color (decimal): -1968496 or 9500385. OLE color: 9500385.
HSL color Cylindrical-coordinate representation of color #E1F690: hue angle of 72.35º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1F690 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 246 | 144 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.04 |
| HSL | 72.35º | 0.85% | 0.76% | - |
| HSV(B) | 72.35º | 0.41% | 0.96% | - |
| XYZ | 69.04 | 83.93 | 38.95 | - |
| YUV | 228.09 | 80.54 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 246 | 144 | 0.09 | 0 | 0.41 | 0.04 | 72.35 | 0.85 | 0.76 |
| Hex | E1 | F6 | 90 | 9 | 0 | 29 | 4 | 48 | 55 | 4C |
| Octal | 341 | 366 | 220 | 11 | 0 | 51 | 4 | 110 | 125 | 114 |
| Binary | 11100001 | 11110110 | 10010000 | 1001 | 0 | 101001 | 100 | 1001000 | 1010101 | 1001100 |
Color Harmonies of #E1F690
Complementary color
Monochromatic Colors of #E1F690
Black with #E1F690
Text Example
Text Example
White with #E1F690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F690; }
p { color: rgb(225,246,144); }
H1.HeaderClassName
{
color: #E1F690;
}
.AnyTagClassName
{
color: #E1F690;
}
</style>
background-color css
<style>
a { background-color: #E1F690; }
a { background-color: rgb(225,246,144); }
div.DivClassName
{
background-color: #E1F690;
}
.BgClassName
{
background-color: #E1F690;
}
</style>
border-color css
<style>
span { border-color: #E1F690; }
span { border-color: rgb(225,246,144); }
td.TdClassName
{
border-color: #E1F690;
}
.TagClassName
{
border-color: #E1F690;
}
</style>