Shades of Jonquil #E2F696
Tints of Jonquil #E2F696
RGB
CMYK
RGB Variations
Color information
#E2F696 (or 0xE2F696) is known color: Jonquil. HEX triplet: E2, F6 and 96. RGB value is (226,246,150). Sum of RGB (Red+Green+Blue) = 226+246+150=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 246 (96.48% from 255 or 39.55% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F696 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F696 is #1D0969. Grayscale: #E5E5E5. Windows color (decimal): -1902954 or 9893602. OLE color: 9893602.
HSL color Cylindrical-coordinate representation of color #E2F696: hue angle of 72.5º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2F696 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 246 | 150 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.04 |
| HSL | 72.5º | 0.84% | 0.78% | - |
| HSV(B) | 72.5º | 0.39% | 0.96% | - |
| XYZ | 69.82 | 84.28 | 41.44 | - |
| YUV | 229.08 | 83.37 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 246 | 150 | 0.08 | 0 | 0.39 | 0.04 | 72.5 | 0.84 | 0.78 |
| Hex | E2 | F6 | 96 | 8 | 0 | 27 | 4 | 48 | 54 | 4E |
| Octal | 342 | 366 | 226 | 10 | 0 | 47 | 4 | 110 | 124 | 116 |
| Binary | 11100010 | 11110110 | 10010110 | 1000 | 0 | 100111 | 100 | 1001000 | 1010100 | 1001110 |
Color Harmonies of #E2F696
Complementary color
Monochromatic Colors of #E2F696
Black with #E2F696
Text Example
Text Example
White with #E2F696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F696; }
p { color: rgb(226,246,150); }
H1.HeaderClassName
{
color: #E2F696;
}
.AnyTagClassName
{
color: #E2F696;
}
</style>
background-color css
<style>
a { background-color: #E2F696; }
a { background-color: rgb(226,246,150); }
div.DivClassName
{
background-color: #E2F696;
}
.BgClassName
{
background-color: #E2F696;
}
</style>
border-color css
<style>
span { border-color: #E2F696; }
span { border-color: rgb(226,246,150); }
td.TdClassName
{
border-color: #E2F696;
}
.TagClassName
{
border-color: #E2F696;
}
</style>