Shades of Jonquil #EFEF8F
Tints of Jonquil #EFEF8F
RGB
CMYK
RGB Variations
Color information
#EFEF8F (or 0xEFEF8F) is known color: Jonquil. HEX triplet: EF, EF and 8F. RGB value is (239,239,143). Sum of RGB (Red+Green+Blue) = 239+239+143=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 239 (93.75% from 255 or 38.49% from 621); Blue value is 143 (56.25% from 255 or 23.03% from 621); Max value from RGB is 239 - color contains mainly: red, green. Hex color #EFEF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFEF8F is #101070. Grayscale: #E4E4E4. Windows color (decimal): -1052785 or 9433071. OLE color: 9433071.
HSL color Cylindrical-coordinate representation of color #EFEF8F: hue angle of 60º degrees, saturation: 0.75, 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 #EFEF8F is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 239 | 143 | - |
| CMYK | 0 | 0 | 0.40 | 0.06 |
| HSL | 60º | 0.75% | 0.75% | - |
| HSV(B) | 60º | 0.4% | 0.94% | - |
| XYZ | 71.42 | 82.07 | 38.06 | - |
| YUV | 228.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 239 | 143 | 0 | 0 | 0.40 | 0.06 | 60 | 0.75 | 0.75 |
| Hex | EF | EF | 8F | 0 | 0 | 28 | 6 | 3C | 4B | 4B |
| Octal | 357 | 357 | 217 | 0 | 0 | 50 | 6 | 74 | 113 | 113 |
| Binary | 11101111 | 11101111 | 10001111 | 0 | 0 | 101000 | 110 | 111100 | 1001011 | 1001011 |
Color Harmonies of #EFEF8F
Complementary color
Monochromatic Colors of #EFEF8F
Black with #EFEF8F
Text Example
Text Example
White with #EFEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFEF8F; }
p { color: rgb(239,239,143); }
H1.HeaderClassName
{
color: #EFEF8F;
}
.AnyTagClassName
{
color: #EFEF8F;
}
</style>
background-color css
<style>
a { background-color: #EFEF8F; }
a { background-color: rgb(239,239,143); }
div.DivClassName
{
background-color: #EFEF8F;
}
.BgClassName
{
background-color: #EFEF8F;
}
</style>
border-color css
<style>
span { border-color: #EFEF8F; }
span { border-color: rgb(239,239,143); }
td.TdClassName
{
border-color: #EFEF8F;
}
.TagClassName
{
border-color: #EFEF8F;
}
</style>