Shades of Jonquil #EDF098
Tints of Jonquil #EDF098
RGB
CMYK
RGB Variations
Color information
#EDF098 (or 0xEDF098) is known color: Jonquil. HEX triplet: ED, F0 and 98. RGB value is (237,240,152). Sum of RGB (Red+Green+Blue) = 237+240+152=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 152 (59.77% from 255 or 24.17% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF098 is #120F67. Grayscale: #E5E5E5. Windows color (decimal): -1183592 or 10023149. OLE color: 10023149.
HSL color Cylindrical-coordinate representation of color #EDF098: hue angle of 62.05º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDF098 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 152 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.06 |
| HSL | 62.05º | 0.75% | 0.77% | - |
| HSV(B) | 62.05º | 0.37% | 0.94% | - |
| XYZ | 71.75 | 82.59 | 41.87 | - |
| YUV | 229.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 152 | 0.01 | 0 | 0.37 | 0.06 | 62.05 | 0.75 | 0.77 |
| Hex | ED | F0 | 98 | 1 | 0 | 25 | 6 | 3E | 4B | 4D |
| Octal | 355 | 360 | 230 | 1 | 0 | 45 | 6 | 76 | 113 | 115 |
| Binary | 11101101 | 11110000 | 10011000 | 1 | 0 | 100101 | 110 | 111110 | 1001011 | 1001101 |
Color Harmonies of #EDF098
Complementary color
Monochromatic Colors of #EDF098
Black with #EDF098
Text Example
Text Example
White with #EDF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF098; }
p { color: rgb(237,240,152); }
H1.HeaderClassName
{
color: #EDF098;
}
.AnyTagClassName
{
color: #EDF098;
}
</style>
background-color css
<style>
a { background-color: #EDF098; }
a { background-color: rgb(237,240,152); }
div.DivClassName
{
background-color: #EDF098;
}
.BgClassName
{
background-color: #EDF098;
}
</style>
border-color css
<style>
span { border-color: #EDF098; }
span { border-color: rgb(237,240,152); }
td.TdClassName
{
border-color: #EDF098;
}
.TagClassName
{
border-color: #EDF098;
}
</style>