Shades of Jonquil #E1F48D
Tints of Jonquil #E1F48D
RGB
CMYK
RGB Variations
Color information
#E1F48D (or 0xE1F48D) is known color: Jonquil. HEX triplet: E1, F4 and 8D. RGB value is (225,244,141). Sum of RGB (Red+Green+Blue) = 225+244+141=610 (80% of max value = 765). Red value is 225 (88.28% from 255 or 36.89% from 610); Green value is 244 (95.70% from 255 or 40% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 244 - color contains mainly: green. Hex color #E1F48D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F48D is #1E0B72. Grayscale: #E2E2E2. Windows color (decimal): -1969011 or 9303265. OLE color: 9303265.
HSL color Cylindrical-coordinate representation of color #E1F48D: hue angle of 71.07º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E1F48D is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 225 | 244 | 141 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.04 |
| HSL | 71.07º | 0.82% | 0.75% | - |
| HSV(B) | 71.07º | 0.42% | 0.96% | - |
| XYZ | 68.21 | 82.63 | 37.55 | - |
| YUV | 226.58 | 79.71 | 126.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 244 | 141 | 0.08 | 0 | 0.42 | 0.04 | 71.07 | 0.82 | 0.75 |
| Hex | E1 | F4 | 8D | 8 | 0 | 2A | 4 | 47 | 52 | 4B |
| Octal | 341 | 364 | 215 | 10 | 0 | 52 | 4 | 107 | 122 | 113 |
| Binary | 11100001 | 11110100 | 10001101 | 1000 | 0 | 101010 | 100 | 1000111 | 1010010 | 1001011 |
Color Harmonies of #E1F48D
Complementary color
Monochromatic Colors of #E1F48D
Black with #E1F48D
Text Example
Text Example
White with #E1F48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F48D; }
p { color: rgb(225,244,141); }
H1.HeaderClassName
{
color: #E1F48D;
}
.AnyTagClassName
{
color: #E1F48D;
}
</style>
background-color css
<style>
a { background-color: #E1F48D; }
a { background-color: rgb(225,244,141); }
div.DivClassName
{
background-color: #E1F48D;
}
.BgClassName
{
background-color: #E1F48D;
}
</style>
border-color css
<style>
span { border-color: #E1F48D; }
span { border-color: rgb(225,244,141); }
td.TdClassName
{
border-color: #E1F48D;
}
.TagClassName
{
border-color: #E1F48D;
}
</style>