Shades of Jonquil #EDF292
Tints of Jonquil #EDF292
RGB
CMYK
RGB Variations
Color information
#EDF292 (or 0xEDF292) is known color: Jonquil. HEX triplet: ED, F2 and 92. RGB value is (237,242,146). Sum of RGB (Red+Green+Blue) = 237+242+146=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 146 (57.42% from 255 or 23.36% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF292 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF292 is #120D6D. Grayscale: #E5E5E5. Windows color (decimal): -1183086 or 9630445. OLE color: 9630445.
HSL color Cylindrical-coordinate representation of color #EDF292: hue angle of 63.12º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF292 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 146 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.05 |
| HSL | 63.13º | 0.79% | 0.76% | - |
| HSV(B) | 63.13º | 0.4% | 0.95% | - |
| XYZ | 71.87 | 83.58 | 39.54 | - |
| YUV | 229.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 146 | 0.02 | 0 | 0.40 | 0.05 | 63.13 | 0.79 | 0.76 |
| Hex | ED | F2 | 92 | 2 | 0 | 28 | 5 | 3F | 4F | 4C |
| Octal | 355 | 362 | 222 | 2 | 0 | 50 | 5 | 77 | 117 | 114 |
| Binary | 11101101 | 11110010 | 10010010 | 10 | 0 | 101000 | 101 | 111111 | 1001111 | 1001100 |
Color Harmonies of #EDF292
Complementary color
Monochromatic Colors of #EDF292
Black with #EDF292
Text Example
Text Example
White with #EDF292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF292; }
p { color: rgb(237,242,146); }
H1.HeaderClassName
{
color: #EDF292;
}
.AnyTagClassName
{
color: #EDF292;
}
</style>
background-color css
<style>
a { background-color: #EDF292; }
a { background-color: rgb(237,242,146); }
div.DivClassName
{
background-color: #EDF292;
}
.BgClassName
{
background-color: #EDF292;
}
</style>
border-color css
<style>
span { border-color: #EDF292; }
span { border-color: rgb(237,242,146); }
td.TdClassName
{
border-color: #EDF292;
}
.TagClassName
{
border-color: #EDF292;
}
</style>