Shades of Jonquil #EFF295
Tints of Jonquil #EFF295
RGB
CMYK
RGB Variations
Color information
#EFF295 (or 0xEFF295) is known color: Jonquil. HEX triplet: EF, F2 and 95. RGB value is (239,242,149). Sum of RGB (Red+Green+Blue) = 239+242+149=630 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.94% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 149 (58.59% from 255 or 23.65% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF295 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF295 is #100D6A. Grayscale: #E6E6E6. Windows color (decimal): -1052011 or 9827055. OLE color: 9827055.
HSL color Cylindrical-coordinate representation of color #EFF295: hue angle of 61.94º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFF295 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 149 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.05 |
| HSL | 61.94º | 0.78% | 0.77% | - |
| HSV(B) | 61.94º | 0.38% | 0.95% | - |
| XYZ | 72.77 | 84.02 | 40.82 | - |
| YUV | 230.5 | 82.01 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 149 | 0.01 | 0 | 0.38 | 0.05 | 61.94 | 0.78 | 0.77 |
| Hex | EF | F2 | 95 | 1 | 0 | 26 | 5 | 3E | 4E | 4D |
| Octal | 357 | 362 | 225 | 1 | 0 | 46 | 5 | 76 | 116 | 115 |
| Binary | 11101111 | 11110010 | 10010101 | 1 | 0 | 100110 | 101 | 111110 | 1001110 | 1001101 |
Color Harmonies of #EFF295
Complementary color
Monochromatic Colors of #EFF295
Black with #EFF295
Text Example
Text Example
White with #EFF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF295; }
p { color: rgb(239,242,149); }
H1.HeaderClassName
{
color: #EFF295;
}
.AnyTagClassName
{
color: #EFF295;
}
</style>
background-color css
<style>
a { background-color: #EFF295; }
a { background-color: rgb(239,242,149); }
div.DivClassName
{
background-color: #EFF295;
}
.BgClassName
{
background-color: #EFF295;
}
</style>
border-color css
<style>
span { border-color: #EFF295; }
span { border-color: rgb(239,242,149); }
td.TdClassName
{
border-color: #EFF295;
}
.TagClassName
{
border-color: #EFF295;
}
</style>