Shades of Jonquil #EFF294
Tints of Jonquil #EFF294
RGB
CMYK
RGB Variations
Color information
#EFF294 (or 0xEFF294) is known color: Jonquil. HEX triplet: EF, F2 and 94. RGB value is (239,242,148). Sum of RGB (Red+Green+Blue) = 239+242+148=629 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.00% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 148 (58.20% from 255 or 23.53% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF294 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF294 is #100D6B. Grayscale: #E6E6E6. Windows color (decimal): -1052012 or 9761519. OLE color: 9761519.
HSL color Cylindrical-coordinate representation of color #EFF294: hue angle of 61.91º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFF294 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 148 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.05 |
| HSL | 61.91º | 0.78% | 0.76% | - |
| HSV(B) | 61.91º | 0.39% | 0.95% | - |
| XYZ | 72.69 | 83.99 | 40.4 | - |
| YUV | 230.39 | 81.51 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 148 | 0.01 | 0 | 0.39 | 0.05 | 61.91 | 0.78 | 0.76 |
| Hex | EF | F2 | 94 | 1 | 0 | 27 | 5 | 3E | 4E | 4C |
| Octal | 357 | 362 | 224 | 1 | 0 | 47 | 5 | 76 | 116 | 114 |
| Binary | 11101111 | 11110010 | 10010100 | 1 | 0 | 100111 | 101 | 111110 | 1001110 | 1001100 |
Color Harmonies of #EFF294
Complementary color
Monochromatic Colors of #EFF294
Black with #EFF294
Text Example
Text Example
White with #EFF294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF294; }
p { color: rgb(239,242,148); }
H1.HeaderClassName
{
color: #EFF294;
}
.AnyTagClassName
{
color: #EFF294;
}
</style>
background-color css
<style>
a { background-color: #EFF294; }
a { background-color: rgb(239,242,148); }
div.DivClassName
{
background-color: #EFF294;
}
.BgClassName
{
background-color: #EFF294;
}
</style>
border-color css
<style>
span { border-color: #EFF294; }
span { border-color: rgb(239,242,148); }
td.TdClassName
{
border-color: #EFF294;
}
.TagClassName
{
border-color: #EFF294;
}
</style>