Shades of Jonquil #EFF495
Tints of Jonquil #EFF495
RGB
CMYK
RGB Variations
Color information
#EFF495 (or 0xEFF495) is known color: Jonquil. HEX triplet: EF, F4 and 95. RGB value is (239,244,149). Sum of RGB (Red+Green+Blue) = 239+244+149=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 244 (95.70% from 255 or 38.61% from 632); Blue value is 149 (58.59% from 255 or 23.58% from 632); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF495 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF495 is #100B6A. Grayscale: #E8E8E8. Windows color (decimal): -1051499 or 9827567. OLE color: 9827567.
HSL color Cylindrical-coordinate representation of color #EFF495: hue angle of 63.16º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFF495 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 149 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.04 |
| HSL | 63.16º | 0.81% | 0.77% | - |
| HSV(B) | 63.16º | 0.39% | 0.96% | - |
| XYZ | 73.37 | 85.22 | 41.02 | - |
| YUV | 231.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 149 | 0.02 | 0 | 0.39 | 0.04 | 63.16 | 0.81 | 0.77 |
| Hex | EF | F4 | 95 | 2 | 0 | 27 | 4 | 3F | 51 | 4D |
| Octal | 357 | 364 | 225 | 2 | 0 | 47 | 4 | 77 | 121 | 115 |
| Binary | 11101111 | 11110100 | 10010101 | 10 | 0 | 100111 | 100 | 111111 | 1010001 | 1001101 |
Color Harmonies of #EFF495
Complementary color
Monochromatic Colors of #EFF495
Black with #EFF495
Text Example
Text Example
White with #EFF495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF495; }
p { color: rgb(239,244,149); }
H1.HeaderClassName
{
color: #EFF495;
}
.AnyTagClassName
{
color: #EFF495;
}
</style>
background-color css
<style>
a { background-color: #EFF495; }
a { background-color: rgb(239,244,149); }
div.DivClassName
{
background-color: #EFF495;
}
.BgClassName
{
background-color: #EFF495;
}
</style>
border-color css
<style>
span { border-color: #EFF495; }
span { border-color: rgb(239,244,149); }
td.TdClassName
{
border-color: #EFF495;
}
.TagClassName
{
border-color: #EFF495;
}
</style>