Shades of Jonquil #EFF098
Tints of Jonquil #EFF098
RGB
CMYK
RGB Variations
Color information
#EFF098 (or 0xEFF098) is known color: Jonquil. HEX triplet: EF, F0 and 98. RGB value is (239,240,152). Sum of RGB (Red+Green+Blue) = 239+240+152=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 152 (59.77% from 255 or 24.09% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF098 is #100F67. Grayscale: #E6E6E6. Windows color (decimal): -1052520 or 10023151. OLE color: 10023151.
HSL color Cylindrical-coordinate representation of color #EFF098: hue angle of 60.68º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFF098 is Cyan = 0.00, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 152 | - |
| CMYK | 0.00 | 0 | 0.37 | 0.06 |
| HSL | 60.68º | 0.75% | 0.77% | - |
| HSV(B) | 60.68º | 0.37% | 0.94% | - |
| XYZ | 72.42 | 82.94 | 41.9 | - |
| YUV | 229.67 | 84.17 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 152 | 0.00 | 0 | 0.37 | 0.06 | 60.68 | 0.75 | 0.77 |
| Hex | EF | F0 | 98 | 0 | 0 | 25 | 6 | 3D | 4B | 4D |
| Octal | 357 | 360 | 230 | 0 | 0 | 45 | 6 | 75 | 113 | 115 |
| Binary | 11101111 | 11110000 | 10011000 | 0 | 0 | 100101 | 110 | 111101 | 1001011 | 1001101 |
Color Harmonies of #EFF098
Complementary color
Monochromatic Colors of #EFF098
Black with #EFF098
Text Example
Text Example
White with #EFF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF098; }
p { color: rgb(239,240,152); }
H1.HeaderClassName
{
color: #EFF098;
}
.AnyTagClassName
{
color: #EFF098;
}
</style>
background-color css
<style>
a { background-color: #EFF098; }
a { background-color: rgb(239,240,152); }
div.DivClassName
{
background-color: #EFF098;
}
.BgClassName
{
background-color: #EFF098;
}
</style>
border-color css
<style>
span { border-color: #EFF098; }
span { border-color: rgb(239,240,152); }
td.TdClassName
{
border-color: #EFF098;
}
.TagClassName
{
border-color: #EFF098;
}
</style>