Shades of Jonquil #EDF197
Tints of Jonquil #EDF197
RGB
CMYK
RGB Variations
Color information
#EDF197 (or 0xEDF197) is known color: Jonquil. HEX triplet: ED, F1 and 97. RGB value is (237,241,151). Sum of RGB (Red+Green+Blue) = 237+241+151=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 241 (94.53% from 255 or 38.31% from 629); Blue value is 151 (59.38% from 255 or 24.01% from 629); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF197 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF197 is #120E68. Grayscale: #E5E5E5. Windows color (decimal): -1183337 or 9957869. OLE color: 9957869.
HSL color Cylindrical-coordinate representation of color #EDF197: hue angle of 62.67º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDF197 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 151 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.05 |
| HSL | 62.67º | 0.76% | 0.77% | - |
| HSV(B) | 62.67º | 0.37% | 0.95% | - |
| XYZ | 71.97 | 83.15 | 41.53 | - |
| YUV | 229.54 | 83.67 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 151 | 0.02 | 0 | 0.37 | 0.05 | 62.67 | 0.76 | 0.77 |
| Hex | ED | F1 | 97 | 2 | 0 | 25 | 5 | 3F | 4C | 4D |
| Octal | 355 | 361 | 227 | 2 | 0 | 45 | 5 | 77 | 114 | 115 |
| Binary | 11101101 | 11110001 | 10010111 | 10 | 0 | 100101 | 101 | 111111 | 1001100 | 1001101 |
Color Harmonies of #EDF197
Complementary color
Monochromatic Colors of #EDF197
Black with #EDF197
Text Example
Text Example
White with #EDF197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF197; }
p { color: rgb(237,241,151); }
H1.HeaderClassName
{
color: #EDF197;
}
.AnyTagClassName
{
color: #EDF197;
}
</style>
background-color css
<style>
a { background-color: #EDF197; }
a { background-color: rgb(237,241,151); }
div.DivClassName
{
background-color: #EDF197;
}
.BgClassName
{
background-color: #EDF197;
}
</style>
border-color css
<style>
span { border-color: #EDF197; }
span { border-color: rgb(237,241,151); }
td.TdClassName
{
border-color: #EDF197;
}
.TagClassName
{
border-color: #EDF197;
}
</style>