Shades of Jonquil #EDF694
Tints of Jonquil #EDF694
RGB
CMYK
RGB Variations
Color information
#EDF694 (or 0xEDF694) is known color: Jonquil. HEX triplet: ED, F6 and 94. RGB value is (237,246,148). Sum of RGB (Red+Green+Blue) = 237+246+148=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 246 (96.48% from 255 or 38.99% from 631); Blue value is 148 (58.20% from 255 or 23.45% from 631); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF694 is #12096B. Grayscale: #E8E8E8. Windows color (decimal): -1182060 or 9762541. OLE color: 9762541.
HSL color Cylindrical-coordinate representation of color #EDF694: hue angle of 65.51º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF694 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 148 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.04 |
| HSL | 65.51º | 0.84% | 0.77% | - |
| HSV(B) | 65.51º | 0.4% | 0.96% | - |
| XYZ | 73.23 | 86.05 | 40.77 | - |
| YUV | 232.14 | 80.52 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 148 | 0.04 | 0 | 0.40 | 0.04 | 65.51 | 0.84 | 0.77 |
| Hex | ED | F6 | 94 | 4 | 0 | 28 | 4 | 42 | 54 | 4D |
| Octal | 355 | 366 | 224 | 4 | 0 | 50 | 4 | 102 | 124 | 115 |
| Binary | 11101101 | 11110110 | 10010100 | 100 | 0 | 101000 | 100 | 1000010 | 1010100 | 1001101 |
Color Harmonies of #EDF694
Complementary color
Monochromatic Colors of #EDF694
Black with #EDF694
Text Example
Text Example
White with #EDF694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF694; }
p { color: rgb(237,246,148); }
H1.HeaderClassName
{
color: #EDF694;
}
.AnyTagClassName
{
color: #EDF694;
}
</style>
background-color css
<style>
a { background-color: #EDF694; }
a { background-color: rgb(237,246,148); }
div.DivClassName
{
background-color: #EDF694;
}
.BgClassName
{
background-color: #EDF694;
}
</style>
border-color css
<style>
span { border-color: #EDF694; }
span { border-color: rgb(237,246,148); }
td.TdClassName
{
border-color: #EDF694;
}
.TagClassName
{
border-color: #EDF694;
}
</style>