Shades of Jonquil #EFF08F
Tints of Jonquil #EFF08F
RGB
CMYK
RGB Variations
Color information
#EFF08F (or 0xEFF08F) is known color: Jonquil. HEX triplet: EF, F0 and 8F. RGB value is (239,240,143). Sum of RGB (Red+Green+Blue) = 239+240+143=622 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.42% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 143 (56.25% from 255 or 22.99% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF08F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF08F is #100F70. Grayscale: #E5E5E5. Windows color (decimal): -1052529 or 9433327. OLE color: 9433327.
HSL color Cylindrical-coordinate representation of color #EFF08F: hue angle of 60.62º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFF08F is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 143 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.06 |
| HSL | 60.62º | 0.76% | 0.75% | - |
| HSV(B) | 60.62º | 0.4% | 0.94% | - |
| XYZ | 71.71 | 82.65 | 38.16 | - |
| YUV | 228.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 143 | 0.00 | 0 | 0.40 | 0.06 | 60.62 | 0.76 | 0.75 |
| Hex | EF | F0 | 8F | 0 | 0 | 28 | 6 | 3D | 4C | 4B |
| Octal | 357 | 360 | 217 | 0 | 0 | 50 | 6 | 75 | 114 | 113 |
| Binary | 11101111 | 11110000 | 10001111 | 0 | 0 | 101000 | 110 | 111101 | 1001100 | 1001011 |
Color Harmonies of #EFF08F
Complementary color
Monochromatic Colors of #EFF08F
Black with #EFF08F
Text Example
Text Example
White with #EFF08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF08F; }
p { color: rgb(239,240,143); }
H1.HeaderClassName
{
color: #EFF08F;
}
.AnyTagClassName
{
color: #EFF08F;
}
</style>
background-color css
<style>
a { background-color: #EFF08F; }
a { background-color: rgb(239,240,143); }
div.DivClassName
{
background-color: #EFF08F;
}
.BgClassName
{
background-color: #EFF08F;
}
</style>
border-color css
<style>
span { border-color: #EFF08F; }
span { border-color: rgb(239,240,143); }
td.TdClassName
{
border-color: #EFF08F;
}
.TagClassName
{
border-color: #EFF08F;
}
</style>