Shades of Jonquil #EFF095
Tints of Jonquil #EFF095
RGB
CMYK
RGB Variations
Color information
#EFF095 (or 0xEFF095) is known color: Jonquil. HEX triplet: EF, F0 and 95. RGB value is (239,240,149). Sum of RGB (Red+Green+Blue) = 239+240+149=628 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.06% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF095 is #100F6A. Grayscale: #E5E5E5. Windows color (decimal): -1052523 or 9826543. OLE color: 9826543.
HSL color Cylindrical-coordinate representation of color #EFF095: hue angle of 60.66º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFF095 is Cyan = 0.00, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 149 | - |
| CMYK | 0.00 | 0 | 0.38 | 0.06 |
| HSL | 60.66º | 0.75% | 0.76% | - |
| HSV(B) | 60.66º | 0.38% | 0.94% | - |
| XYZ | 72.18 | 82.84 | 40.62 | - |
| YUV | 229.33 | 82.67 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 149 | 0.00 | 0 | 0.38 | 0.06 | 60.66 | 0.75 | 0.76 |
| Hex | EF | F0 | 95 | 0 | 0 | 26 | 6 | 3D | 4B | 4C |
| Octal | 357 | 360 | 225 | 0 | 0 | 46 | 6 | 75 | 113 | 114 |
| Binary | 11101111 | 11110000 | 10010101 | 0 | 0 | 100110 | 110 | 111101 | 1001011 | 1001100 |
Color Harmonies of #EFF095
Complementary color
Monochromatic Colors of #EFF095
Black with #EFF095
Text Example
Text Example
White with #EFF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF095; }
p { color: rgb(239,240,149); }
H1.HeaderClassName
{
color: #EFF095;
}
.AnyTagClassName
{
color: #EFF095;
}
</style>
background-color css
<style>
a { background-color: #EFF095; }
a { background-color: rgb(239,240,149); }
div.DivClassName
{
background-color: #EFF095;
}
.BgClassName
{
background-color: #EFF095;
}
</style>
border-color css
<style>
span { border-color: #EFF095; }
span { border-color: rgb(239,240,149); }
td.TdClassName
{
border-color: #EFF095;
}
.TagClassName
{
border-color: #EFF095;
}
</style>