Shades of Jonquil #E2FA95
Tints of Jonquil #E2FA95
RGB
CMYK
RGB Variations
Color information
#E2FA95 (or 0xE2FA95) is known color: Jonquil. HEX triplet: E2, FA and 95. RGB value is (226,250,149). Sum of RGB (Red+Green+Blue) = 226+250+149=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2FA95 is #1D056A. Grayscale: #E7E7E7. Windows color (decimal): -1901931 or 9829090. OLE color: 9829090.
HSL color Cylindrical-coordinate representation of color #E2FA95: hue angle of 74.26º 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 #E2FA95 is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 149 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.02 |
| HSL | 74.26º | 0.91% | 0.78% | - |
| HSV(B) | 74.26º | 0.4% | 0.98% | - |
| XYZ | 70.97 | 86.71 | 41.43 | - |
| YUV | 231.31 | 81.55 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 149 | 0.10 | 0 | 0.40 | 0.02 | 74.26 | 0.91 | 0.78 |
| Hex | E2 | FA | 95 | A | 0 | 28 | 2 | 4A | 5B | 4E |
| Octal | 342 | 372 | 225 | 12 | 0 | 50 | 2 | 112 | 133 | 116 |
| Binary | 11100010 | 11111010 | 10010101 | 1010 | 0 | 101000 | 10 | 1001010 | 1011011 | 1001110 |
Color Harmonies of #E2FA95
Complementary color
Monochromatic Colors of #E2FA95
Black with #E2FA95
Text Example
Text Example
White with #E2FA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA95; }
p { color: rgb(226,250,149); }
H1.HeaderClassName
{
color: #E2FA95;
}
.AnyTagClassName
{
color: #E2FA95;
}
</style>
background-color css
<style>
a { background-color: #E2FA95; }
a { background-color: rgb(226,250,149); }
div.DivClassName
{
background-color: #E2FA95;
}
.BgClassName
{
background-color: #E2FA95;
}
</style>
border-color css
<style>
span { border-color: #E2FA95; }
span { border-color: rgb(226,250,149); }
td.TdClassName
{
border-color: #E2FA95;
}
.TagClassName
{
border-color: #E2FA95;
}
</style>