Shades of Jonquil #EFF695
Tints of Jonquil #EFF695
RGB
CMYK
RGB Variations
Color information
#EFF695 (or 0xEFF695) is known color: Jonquil. HEX triplet: EF, F6 and 95. RGB value is (239,246,149). Sum of RGB (Red+Green+Blue) = 239+246+149=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 149 (58.59% from 255 or 23.50% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #EFF695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF695 is #10096A. Grayscale: #E9E9E9. Windows color (decimal): -1050987 or 9828079. OLE color: 9828079.
HSL color Cylindrical-coordinate representation of color #EFF695: hue angle of 64.33º degrees, saturation: 0.84, 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 #EFF695 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 246 | 149 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.04 |
| HSL | 64.33º | 0.84% | 0.77% | - |
| HSV(B) | 64.33º | 0.39% | 0.96% | - |
| XYZ | 73.98 | 86.43 | 41.22 | - |
| YUV | 232.85 | 80.68 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 246 | 149 | 0.03 | 0 | 0.39 | 0.04 | 64.33 | 0.84 | 0.77 |
| Hex | EF | F6 | 95 | 3 | 0 | 27 | 4 | 40 | 54 | 4D |
| Octal | 357 | 366 | 225 | 3 | 0 | 47 | 4 | 100 | 124 | 115 |
| Binary | 11101111 | 11110110 | 10010101 | 11 | 0 | 100111 | 100 | 1000000 | 1010100 | 1001101 |
Color Harmonies of #EFF695
Complementary color
Monochromatic Colors of #EFF695
Black with #EFF695
Text Example
Text Example
White with #EFF695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF695; }
p { color: rgb(239,246,149); }
H1.HeaderClassName
{
color: #EFF695;
}
.AnyTagClassName
{
color: #EFF695;
}
</style>
background-color css
<style>
a { background-color: #EFF695; }
a { background-color: rgb(239,246,149); }
div.DivClassName
{
background-color: #EFF695;
}
.BgClassName
{
background-color: #EFF695;
}
</style>
border-color css
<style>
span { border-color: #EFF695; }
span { border-color: rgb(239,246,149); }
td.TdClassName
{
border-color: #EFF695;
}
.TagClassName
{
border-color: #EFF695;
}
</style>