Shades of Jonquil #EFF296
Tints of Jonquil #EFF296
RGB
CMYK
RGB Variations
Color information
#EFF296 (or 0xEFF296) is known color: Jonquil. HEX triplet: EF, F2 and 96. RGB value is (239,242,150). Sum of RGB (Red+Green+Blue) = 239+242+150=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 150 (58.98% from 255 or 23.77% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF296 is #100D69. Grayscale: #E6E6E6. Windows color (decimal): -1052010 or 9892591. OLE color: 9892591.
HSL color Cylindrical-coordinate representation of color #EFF296: hue angle of 61.96º 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 #EFF296 is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 150 | - |
| CMYK | 0.01 | 0 | 0.38 | 0.05 |
| HSL | 61.96º | 0.78% | 0.77% | - |
| HSV(B) | 61.96º | 0.38% | 0.95% | - |
| XYZ | 72.85 | 84.06 | 41.24 | - |
| YUV | 230.62 | 82.51 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 150 | 0.01 | 0 | 0.38 | 0.05 | 61.96 | 0.78 | 0.77 |
| Hex | EF | F2 | 96 | 1 | 0 | 26 | 5 | 3E | 4E | 4D |
| Octal | 357 | 362 | 226 | 1 | 0 | 46 | 5 | 76 | 116 | 115 |
| Binary | 11101111 | 11110010 | 10010110 | 1 | 0 | 100110 | 101 | 111110 | 1001110 | 1001101 |
Color Harmonies of #EFF296
Complementary color
Monochromatic Colors of #EFF296
Black with #EFF296
Text Example
Text Example
White with #EFF296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF296; }
p { color: rgb(239,242,150); }
H1.HeaderClassName
{
color: #EFF296;
}
.AnyTagClassName
{
color: #EFF296;
}
</style>
background-color css
<style>
a { background-color: #EFF296; }
a { background-color: rgb(239,242,150); }
div.DivClassName
{
background-color: #EFF296;
}
.BgClassName
{
background-color: #EFF296;
}
</style>
border-color css
<style>
span { border-color: #EFF296; }
span { border-color: rgb(239,242,150); }
td.TdClassName
{
border-color: #EFF296;
}
.TagClassName
{
border-color: #EFF296;
}
</style>