Shades of Jonquil #E2F995
Tints of Jonquil #E2F995
RGB
CMYK
RGB Variations
Color information
#E2F995 (or 0xE2F995) is known color: Jonquil. HEX triplet: E2, F9 and 95. RGB value is (226,249,149). Sum of RGB (Red+Green+Blue) = 226+249+149=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 249 (97.66% from 255 or 39.90% from 624); Blue value is 149 (58.59% from 255 or 23.88% from 624); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F995 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F995 is #1D066A. Grayscale: #E7E7E7. Windows color (decimal): -1902187 or 9828834. OLE color: 9828834.
HSL color Cylindrical-coordinate representation of color #E2F995: hue angle of 73.8º degrees, saturation: 0.89, 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 #E2F995 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 149 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.02 |
| HSL | 73.8º | 0.89% | 0.78% | - |
| HSV(B) | 73.8º | 0.4% | 0.98% | - |
| XYZ | 70.66 | 86.09 | 41.33 | - |
| YUV | 230.72 | 81.88 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 149 | 0.09 | 0 | 0.40 | 0.02 | 73.8 | 0.89 | 0.78 |
| Hex | E2 | F9 | 95 | 9 | 0 | 28 | 2 | 4A | 59 | 4E |
| Octal | 342 | 371 | 225 | 11 | 0 | 50 | 2 | 112 | 131 | 116 |
| Binary | 11100010 | 11111001 | 10010101 | 1001 | 0 | 101000 | 10 | 1001010 | 1011001 | 1001110 |
Color Harmonies of #E2F995
Complementary color
Monochromatic Colors of #E2F995
Black with #E2F995
Text Example
Text Example
White with #E2F995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F995; }
p { color: rgb(226,249,149); }
H1.HeaderClassName
{
color: #E2F995;
}
.AnyTagClassName
{
color: #E2F995;
}
</style>
background-color css
<style>
a { background-color: #E2F995; }
a { background-color: rgb(226,249,149); }
div.DivClassName
{
background-color: #E2F995;
}
.BgClassName
{
background-color: #E2F995;
}
</style>
border-color css
<style>
span { border-color: #E2F995; }
span { border-color: rgb(226,249,149); }
td.TdClassName
{
border-color: #E2F995;
}
.TagClassName
{
border-color: #E2F995;
}
</style>