Shades of Jonquil #E2F088
Tints of Jonquil #E2F088
RGB
CMYK
RGB Variations
Color information
#E2F088 (or 0xE2F088) is known color: Jonquil. HEX triplet: E2, F0 and 88. RGB value is (226,240,136). Sum of RGB (Red+Green+Blue) = 226+240+136=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 136 (53.52% from 255 or 22.59% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F088 is #1D0F77. Grayscale: #E0E0E0. Windows color (decimal): -1904504 or 8974562. OLE color: 8974562.
HSL color Cylindrical-coordinate representation of color #E2F088: hue angle of 68.08º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E2F088 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 136 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.06 |
| HSL | 68.08º | 0.78% | 0.74% | - |
| HSV(B) | 68.08º | 0.43% | 0.94% | - |
| XYZ | 66.97 | 80.27 | 35.26 | - |
| YUV | 223.96 | 78.36 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 136 | 0.06 | 0 | 0.43 | 0.06 | 68.08 | 0.78 | 0.74 |
| Hex | E2 | F0 | 88 | 6 | 0 | 2B | 6 | 44 | 4E | 4A |
| Octal | 342 | 360 | 210 | 6 | 0 | 53 | 6 | 104 | 116 | 112 |
| Binary | 11100010 | 11110000 | 10001000 | 110 | 0 | 101011 | 110 | 1000100 | 1001110 | 1001010 |
Color Harmonies of #E2F088
Complementary color
Monochromatic Colors of #E2F088
Black with #E2F088
Text Example
Text Example
White with #E2F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F088; }
p { color: rgb(226,240,136); }
H1.HeaderClassName
{
color: #E2F088;
}
.AnyTagClassName
{
color: #E2F088;
}
</style>
background-color css
<style>
a { background-color: #E2F088; }
a { background-color: rgb(226,240,136); }
div.DivClassName
{
background-color: #E2F088;
}
.BgClassName
{
background-color: #E2F088;
}
</style>
border-color css
<style>
span { border-color: #E2F088; }
span { border-color: rgb(226,240,136); }
td.TdClassName
{
border-color: #E2F088;
}
.TagClassName
{
border-color: #E2F088;
}
</style>