Shades of Jonquil #E2F096
Tints of Jonquil #E2F096
RGB
CMYK
RGB Variations
Color information
#E2F096 (or 0xE2F096) is known color: Jonquil. HEX triplet: E2, F0 and 96. RGB value is (226,240,150). Sum of RGB (Red+Green+Blue) = 226+240+150=616 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.69% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F096 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F096 is #1D0F69. Grayscale: #E1E1E1. Windows color (decimal): -1904490 or 9892066. OLE color: 9892066.
HSL color Cylindrical-coordinate representation of color #E2F096: hue angle of 69.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2F096 is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 226 | 240 | 150 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.06 |
| HSL | 69.33º | 0.75% | 0.76% | - |
| HSV(B) | 69.33º | 0.38% | 0.94% | - |
| XYZ | 68.03 | 80.69 | 40.84 | - |
| YUV | 225.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 240 | 150 | 0.06 | 0 | 0.37 | 0.06 | 69.33 | 0.75 | 0.76 |
| Hex | E2 | F0 | 96 | 6 | 0 | 25 | 6 | 45 | 4B | 4C |
| Octal | 342 | 360 | 226 | 6 | 0 | 45 | 6 | 105 | 113 | 114 |
| Binary | 11100010 | 11110000 | 10010110 | 110 | 0 | 100101 | 110 | 1000101 | 1001011 | 1001100 |
Color Harmonies of #E2F096
Complementary color
Monochromatic Colors of #E2F096
Black with #E2F096
Text Example
Text Example
White with #E2F096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F096; }
p { color: rgb(226,240,150); }
H1.HeaderClassName
{
color: #E2F096;
}
.AnyTagClassName
{
color: #E2F096;
}
</style>
background-color css
<style>
a { background-color: #E2F096; }
a { background-color: rgb(226,240,150); }
div.DivClassName
{
background-color: #E2F096;
}
.BgClassName
{
background-color: #E2F096;
}
</style>
border-color css
<style>
span { border-color: #E2F096; }
span { border-color: rgb(226,240,150); }
td.TdClassName
{
border-color: #E2F096;
}
.TagClassName
{
border-color: #E2F096;
}
</style>