Shades of Jonquil #EDF498
Tints of Jonquil #EDF498
RGB
CMYK
RGB Variations
Color information
#EDF498 (or 0xEDF498) is known color: Jonquil. HEX triplet: ED, F4 and 98. RGB value is (237,244,152). Sum of RGB (Red+Green+Blue) = 237+244+152=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 152 (59.77% from 255 or 24.01% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF498 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF498 is #120B67. Grayscale: #E7E7E7. Windows color (decimal): -1182568 or 10024173. OLE color: 10024173.
HSL color Cylindrical-coordinate representation of color #EDF498: hue angle of 64.57º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDF498 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 152 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.04 |
| HSL | 64.57º | 0.81% | 0.78% | - |
| HSV(B) | 64.57º | 0.38% | 0.96% | - |
| XYZ | 72.94 | 84.97 | 42.26 | - |
| YUV | 231.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 152 | 0.03 | 0 | 0.38 | 0.04 | 64.57 | 0.81 | 0.78 |
| Hex | ED | F4 | 98 | 3 | 0 | 26 | 4 | 41 | 51 | 4E |
| Octal | 355 | 364 | 230 | 3 | 0 | 46 | 4 | 101 | 121 | 116 |
| Binary | 11101101 | 11110100 | 10011000 | 11 | 0 | 100110 | 100 | 1000001 | 1010001 | 1001110 |
Color Harmonies of #EDF498
Complementary color
Monochromatic Colors of #EDF498
Black with #EDF498
Text Example
Text Example
White with #EDF498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF498; }
p { color: rgb(237,244,152); }
H1.HeaderClassName
{
color: #EDF498;
}
.AnyTagClassName
{
color: #EDF498;
}
</style>
background-color css
<style>
a { background-color: #EDF498; }
a { background-color: rgb(237,244,152); }
div.DivClassName
{
background-color: #EDF498;
}
.BgClassName
{
background-color: #EDF498;
}
</style>
border-color css
<style>
span { border-color: #EDF498; }
span { border-color: rgb(237,244,152); }
td.TdClassName
{
border-color: #EDF498;
}
.TagClassName
{
border-color: #EDF498;
}
</style>