Shades of Jonquil #E7FA96
Tints of Jonquil #E7FA96
RGB
CMYK
RGB Variations
Color information
#E7FA96 (or 0xE7FA96) is known color: Jonquil. HEX triplet: E7, FA and 96. RGB value is (231,250,150). Sum of RGB (Red+Green+Blue) = 231+250+150=631 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.61% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 150 (58.98% from 255 or 23.77% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #E7FA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E7FA96 is #180569. Grayscale: #E9E9E9. Windows color (decimal): -1574250 or 9894631. OLE color: 9894631.
HSL color Cylindrical-coordinate representation of color #E7FA96: hue angle of 71.4º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E7FA96 is Cyan = 0.08, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 231 | 250 | 150 | - |
| CMYK | 0.08 | 0 | 0.4 | 0.02 |
| HSL | 71.4º | 0.91% | 0.78% | - |
| HSV(B) | 71.4º | 0.4% | 0.98% | - |
| XYZ | 72.65 | 87.56 | 41.93 | - |
| YUV | 232.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 250 | 150 | 0.08 | 0 | 0.4 | 0.02 | 71.4 | 0.91 | 0.78 |
| Hex | E7 | FA | 96 | 8 | 0 | 28 | 2 | 47 | 5B | 4E |
| Octal | 347 | 372 | 226 | 10 | 0 | 50 | 2 | 107 | 133 | 116 |
| Binary | 11100111 | 11111010 | 10010110 | 1000 | 0 | 101000 | 10 | 1000111 | 1011011 | 1001110 |
Color Harmonies of #E7FA96
Complementary color
Monochromatic Colors of #E7FA96
Black with #E7FA96
Text Example
Text Example
White with #E7FA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FA96; }
p { color: rgb(231,250,150); }
H1.HeaderClassName
{
color: #E7FA96;
}
.AnyTagClassName
{
color: #E7FA96;
}
</style>
background-color css
<style>
a { background-color: #E7FA96; }
a { background-color: rgb(231,250,150); }
div.DivClassName
{
background-color: #E7FA96;
}
.BgClassName
{
background-color: #E7FA96;
}
</style>
border-color css
<style>
span { border-color: #E7FA96; }
span { border-color: rgb(231,250,150); }
td.TdClassName
{
border-color: #E7FA96;
}
.TagClassName
{
border-color: #E7FA96;
}
</style>