Shades of Jonquil #EFF290
Tints of Jonquil #EFF290
RGB
CMYK
RGB Variations
Color information
#EFF290 (or 0xEFF290) is known color: Jonquil. HEX triplet: EF, F2 and 90. RGB value is (239,242,144). Sum of RGB (Red+Green+Blue) = 239+242+144=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 144 (56.64% from 255 or 23.04% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF290 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF290 is #100D6F. Grayscale: #E6E6E6. Windows color (decimal): -1052016 or 9499375. OLE color: 9499375.
HSL color Cylindrical-coordinate representation of color #EFF290: hue angle of 61.84º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFF290 is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 144 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.05 |
| HSL | 61.84º | 0.79% | 0.76% | - |
| HSV(B) | 61.84º | 0.4% | 0.95% | - |
| XYZ | 72.38 | 83.87 | 38.76 | - |
| YUV | 229.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 144 | 0.01 | 0 | 0.40 | 0.05 | 61.84 | 0.79 | 0.76 |
| Hex | EF | F2 | 90 | 1 | 0 | 28 | 5 | 3E | 4F | 4C |
| Octal | 357 | 362 | 220 | 1 | 0 | 50 | 5 | 76 | 117 | 114 |
| Binary | 11101111 | 11110010 | 10010000 | 1 | 0 | 101000 | 101 | 111110 | 1001111 | 1001100 |
Color Harmonies of #EFF290
Complementary color
Monochromatic Colors of #EFF290
Black with #EFF290
Text Example
Text Example
White with #EFF290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF290; }
p { color: rgb(239,242,144); }
H1.HeaderClassName
{
color: #EFF290;
}
.AnyTagClassName
{
color: #EFF290;
}
</style>
background-color css
<style>
a { background-color: #EFF290; }
a { background-color: rgb(239,242,144); }
div.DivClassName
{
background-color: #EFF290;
}
.BgClassName
{
background-color: #EFF290;
}
</style>
border-color css
<style>
span { border-color: #EFF290; }
span { border-color: rgb(239,242,144); }
td.TdClassName
{
border-color: #EFF290;
}
.TagClassName
{
border-color: #EFF290;
}
</style>