Shades of Jonquil #EFF198
Tints of Jonquil #EFF198
RGB
CMYK
RGB Variations
Color information
#EFF198 (or 0xEFF198) is known color: Jonquil. HEX triplet: EF, F1 and 98. RGB value is (239,241,152). Sum of RGB (Red+Green+Blue) = 239+241+152=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 152 (59.77% from 255 or 24.05% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF198 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF198 is #100E67. Grayscale: #E6E6E6. Windows color (decimal): -1052264 or 10023407. OLE color: 10023407.
HSL color Cylindrical-coordinate representation of color #EFF198: hue angle of 61.35º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EFF198 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 152 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.05 |
| HSL | 61.35º | 0.76% | 0.77% | - |
| HSV(B) | 61.35º | 0.37% | 0.95% | - |
| XYZ | 72.72 | 83.53 | 42 | - |
| YUV | 230.26 | 83.84 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 152 | 0.01 | 0 | 0.37 | 0.05 | 61.35 | 0.76 | 0.77 |
| Hex | EF | F1 | 98 | 1 | 0 | 25 | 5 | 3D | 4C | 4D |
| Octal | 357 | 361 | 230 | 1 | 0 | 45 | 5 | 75 | 114 | 115 |
| Binary | 11101111 | 11110001 | 10011000 | 1 | 0 | 100101 | 101 | 111101 | 1001100 | 1001101 |
Color Harmonies of #EFF198
Complementary color
Monochromatic Colors of #EFF198
Black with #EFF198
Text Example
Text Example
White with #EFF198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF198; }
p { color: rgb(239,241,152); }
H1.HeaderClassName
{
color: #EFF198;
}
.AnyTagClassName
{
color: #EFF198;
}
</style>
background-color css
<style>
a { background-color: #EFF198; }
a { background-color: rgb(239,241,152); }
div.DivClassName
{
background-color: #EFF198;
}
.BgClassName
{
background-color: #EFF198;
}
</style>
border-color css
<style>
span { border-color: #EFF198; }
span { border-color: rgb(239,241,152); }
td.TdClassName
{
border-color: #EFF198;
}
.TagClassName
{
border-color: #EFF198;
}
</style>