Shades of Jonquil #EFF698
Tints of Jonquil #EFF698
RGB
CMYK
RGB Variations
Color information
#EFF698 (or 0xEFF698) is known color: Jonquil. HEX triplet: EF, F6 and 98. RGB value is (239,246,152). Sum of RGB (Red+Green+Blue) = 239+246+152=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 152 (59.77% from 255 or 23.86% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF698 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF698 is #100967. Grayscale: #E9E9E9. Windows color (decimal): -1050984 or 10024687. OLE color: 10024687.
HSL color Cylindrical-coordinate representation of color #EFF698: hue angle of 64.47º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFF698 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 152 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.04 |
| HSL | 64.47º | 0.84% | 0.78% | - |
| HSV(B) | 64.47º | 0.38% | 0.96% | - |
| XYZ | 74.22 | 86.53 | 42.5 | - |
| YUV | 233.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 152 | 0.03 | 0 | 0.38 | 0.04 | 64.47 | 0.84 | 0.78 |
| Hex | EF | F6 | 98 | 3 | 0 | 26 | 4 | 40 | 54 | 4E |
| Octal | 357 | 366 | 230 | 3 | 0 | 46 | 4 | 100 | 124 | 116 |
| Binary | 11101111 | 11110110 | 10011000 | 11 | 0 | 100110 | 100 | 1000000 | 1010100 | 1001110 |
Color Harmonies of #EFF698
Complementary color
Monochromatic Colors of #EFF698
Black with #EFF698
Text Example
Text Example
White with #EFF698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF698; }
p { color: rgb(239,246,152); }
H1.HeaderClassName
{
color: #EFF698;
}
.AnyTagClassName
{
color: #EFF698;
}
</style>
background-color css
<style>
a { background-color: #EFF698; }
a { background-color: rgb(239,246,152); }
div.DivClassName
{
background-color: #EFF698;
}
.BgClassName
{
background-color: #EFF698;
}
</style>
border-color css
<style>
span { border-color: #EFF698; }
span { border-color: rgb(239,246,152); }
td.TdClassName
{
border-color: #EFF698;
}
.TagClassName
{
border-color: #EFF698;
}
</style>