Shades of Jonquil #EFF08E
Tints of Jonquil #EFF08E
RGB
CMYK
RGB Variations
Color information
#EFF08E (or 0xEFF08E) is known color: Jonquil. HEX triplet: EF, F0 and 8E. RGB value is (239,240,142). Sum of RGB (Red+Green+Blue) = 239+240+142=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 142 (55.86% from 255 or 22.87% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF08E is #100F71. Grayscale: #E4E4E4. Windows color (decimal): -1052530 or 9367791. OLE color: 9367791.
HSL color Cylindrical-coordinate representation of color #EFF08E: hue angle of 60.61º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFF08E is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 240 | 142 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.06 |
| HSL | 60.61º | 0.77% | 0.75% | - |
| HSV(B) | 60.61º | 0.41% | 0.94% | - |
| XYZ | 71.64 | 82.62 | 37.76 | - |
| YUV | 228.53 | 79.17 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 240 | 142 | 0.00 | 0 | 0.41 | 0.06 | 60.61 | 0.77 | 0.75 |
| Hex | EF | F0 | 8E | 0 | 0 | 29 | 6 | 3D | 4D | 4B |
| Octal | 357 | 360 | 216 | 0 | 0 | 51 | 6 | 75 | 115 | 113 |
| Binary | 11101111 | 11110000 | 10001110 | 0 | 0 | 101001 | 110 | 111101 | 1001101 | 1001011 |
Color Harmonies of #EFF08E
Complementary color
Monochromatic Colors of #EFF08E
Black with #EFF08E
Text Example
Text Example
White with #EFF08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF08E; }
p { color: rgb(239,240,142); }
H1.HeaderClassName
{
color: #EFF08E;
}
.AnyTagClassName
{
color: #EFF08E;
}
</style>
background-color css
<style>
a { background-color: #EFF08E; }
a { background-color: rgb(239,240,142); }
div.DivClassName
{
background-color: #EFF08E;
}
.BgClassName
{
background-color: #EFF08E;
}
</style>
border-color css
<style>
span { border-color: #EFF08E; }
span { border-color: rgb(239,240,142); }
td.TdClassName
{
border-color: #EFF08E;
}
.TagClassName
{
border-color: #EFF08E;
}
</style>