Shades of Jonquil #E1F08F
Tints of Jonquil #E1F08F
RGB
CMYK
RGB Variations
Color information
#E1F08F (or 0xE1F08F) is known color: Jonquil. HEX triplet: E1, F0 and 8F. RGB value is (225,240,143). Sum of RGB (Red+Green+Blue) = 225+240+143=608 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.01% from 608); Green value is 240 (94.14% from 255 or 39.47% from 608); Blue value is 143 (56.25% from 255 or 23.52% from 608); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F08F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F08F is #1E0F70. Grayscale: #E0E0E0. Windows color (decimal): -1970033 or 9433313. OLE color: 9433313.
HSL color Cylindrical-coordinate representation of color #E1F08F: hue angle of 69.28º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E1F08F is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 143 | - |
| CMYK | 0.06 | 0 | 0.40 | 0.06 |
| HSL | 69.28º | 0.76% | 0.75% | - |
| HSV(B) | 69.28º | 0.4% | 0.94% | - |
| XYZ | 67.17 | 80.31 | 37.95 | - |
| YUV | 224.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 143 | 0.06 | 0 | 0.40 | 0.06 | 69.28 | 0.76 | 0.75 |
| Hex | E1 | F0 | 8F | 6 | 0 | 28 | 6 | 45 | 4C | 4B |
| Octal | 341 | 360 | 217 | 6 | 0 | 50 | 6 | 105 | 114 | 113 |
| Binary | 11100001 | 11110000 | 10001111 | 110 | 0 | 101000 | 110 | 1000101 | 1001100 | 1001011 |
Color Harmonies of #E1F08F
Complementary color
Monochromatic Colors of #E1F08F
Black with #E1F08F
Text Example
Text Example
White with #E1F08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F08F; }
p { color: rgb(225,240,143); }
H1.HeaderClassName
{
color: #E1F08F;
}
.AnyTagClassName
{
color: #E1F08F;
}
</style>
background-color css
<style>
a { background-color: #E1F08F; }
a { background-color: rgb(225,240,143); }
div.DivClassName
{
background-color: #E1F08F;
}
.BgClassName
{
background-color: #E1F08F;
}
</style>
border-color css
<style>
span { border-color: #E1F08F; }
span { border-color: rgb(225,240,143); }
td.TdClassName
{
border-color: #E1F08F;
}
.TagClassName
{
border-color: #E1F08F;
}
</style>