Shades of Jonquil #E2F29C
Tints of Jonquil #E2F29C
RGB
CMYK
RGB Variations
Color information
#E2F29C (or 0xE2F29C) is known color: Jonquil. HEX triplet: E2, F2 and 9C. RGB value is (226,242,156). Sum of RGB (Red+Green+Blue) = 226+242+156=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 156 (61.33% from 255 or 25% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F29C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F29C is #1D0D63. Grayscale: #E3E3E3. Windows color (decimal): -1903972 or 10285794. OLE color: 10285794.
HSL color Cylindrical-coordinate representation of color #E2F29C: hue angle of 71.16º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E2F29C is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 156 | - |
| CMYK | 0.07 | 0 | 0.36 | 0.05 |
| HSL | 71.16º | 0.77% | 0.78% | - |
| HSV(B) | 71.16º | 0.36% | 0.95% | - |
| XYZ | 69.12 | 82.07 | 43.65 | - |
| YUV | 227.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 156 | 0.07 | 0 | 0.36 | 0.05 | 71.16 | 0.77 | 0.78 |
| Hex | E2 | F2 | 9C | 7 | 0 | 24 | 5 | 47 | 4D | 4E |
| Octal | 342 | 362 | 234 | 7 | 0 | 44 | 5 | 107 | 115 | 116 |
| Binary | 11100010 | 11110010 | 10011100 | 111 | 0 | 100100 | 101 | 1000111 | 1001101 | 1001110 |
Color Harmonies of #E2F29C
Complementary color
Monochromatic Colors of #E2F29C
Black with #E2F29C
Text Example
Text Example
White with #E2F29C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F29C; }
p { color: rgb(226,242,156); }
H1.HeaderClassName
{
color: #E2F29C;
}
.AnyTagClassName
{
color: #E2F29C;
}
</style>
background-color css
<style>
a { background-color: #E2F29C; }
a { background-color: rgb(226,242,156); }
div.DivClassName
{
background-color: #E2F29C;
}
.BgClassName
{
background-color: #E2F29C;
}
</style>
border-color css
<style>
span { border-color: #E2F29C; }
span { border-color: rgb(226,242,156); }
td.TdClassName
{
border-color: #E2F29C;
}
.TagClassName
{
border-color: #E2F29C;
}
</style>