Shades of Jonquil #E2F19A
Tints of Jonquil #E2F19A
RGB
CMYK
RGB Variations
Color information
#E2F19A (or 0xE2F19A) is known color: Jonquil. HEX triplet: E2, F1 and 9A. RGB value is (226,241,154). Sum of RGB (Red+Green+Blue) = 226+241+154=621 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.39% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F19A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F19A is #1D0E65. Grayscale: #E2E2E2. Windows color (decimal): -1904230 or 10154466. OLE color: 10154466.
HSL color Cylindrical-coordinate representation of color #E2F19A: hue angle of 70.34º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2F19A is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 241 | 154 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.05 |
| HSL | 70.34º | 0.76% | 0.77% | - |
| HSV(B) | 70.34º | 0.36% | 0.95% | - |
| XYZ | 68.65 | 81.41 | 42.67 | - |
| YUV | 226.6 | 87.03 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 241 | 154 | 0.06 | 0 | 0.36 | 0.05 | 70.34 | 0.76 | 0.77 |
| Hex | E2 | F1 | 9A | 6 | 0 | 24 | 5 | 46 | 4C | 4D |
| Octal | 342 | 361 | 232 | 6 | 0 | 44 | 5 | 106 | 114 | 115 |
| Binary | 11100010 | 11110001 | 10011010 | 110 | 0 | 100100 | 101 | 1000110 | 1001100 | 1001101 |
Color Harmonies of #E2F19A
Complementary color
Monochromatic Colors of #E2F19A
Black with #E2F19A
Text Example
Text Example
White with #E2F19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F19A; }
p { color: rgb(226,241,154); }
H1.HeaderClassName
{
color: #E2F19A;
}
.AnyTagClassName
{
color: #E2F19A;
}
</style>
background-color css
<style>
a { background-color: #E2F19A; }
a { background-color: rgb(226,241,154); }
div.DivClassName
{
background-color: #E2F19A;
}
.BgClassName
{
background-color: #E2F19A;
}
</style>
border-color css
<style>
span { border-color: #E2F19A; }
span { border-color: rgb(226,241,154); }
td.TdClassName
{
border-color: #E2F19A;
}
.TagClassName
{
border-color: #E2F19A;
}
</style>