Shades of Jonquil #EDF298
Tints of Jonquil #EDF298
RGB
CMYK
RGB Variations
Color information
#EDF298 (or 0xEDF298) is known color: Jonquil. HEX triplet: ED, F2 and 98. RGB value is (237,242,152). Sum of RGB (Red+Green+Blue) = 237+242+152=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 152 (59.77% from 255 or 24.09% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF298 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF298 is #120D67. Grayscale: #E6E6E6. Windows color (decimal): -1183080 or 10023661. OLE color: 10023661.
HSL color Cylindrical-coordinate representation of color #EDF298: hue angle of 63.33º degrees, saturation: 0.78, 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 #EDF298 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 152 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.05 |
| HSL | 63.33º | 0.78% | 0.77% | - |
| HSV(B) | 63.33º | 0.37% | 0.95% | - |
| XYZ | 72.34 | 83.78 | 42.06 | - |
| YUV | 230.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 152 | 0.02 | 0 | 0.37 | 0.05 | 63.33 | 0.78 | 0.77 |
| Hex | ED | F2 | 98 | 2 | 0 | 25 | 5 | 3F | 4E | 4D |
| Octal | 355 | 362 | 230 | 2 | 0 | 45 | 5 | 77 | 116 | 115 |
| Binary | 11101101 | 11110010 | 10011000 | 10 | 0 | 100101 | 101 | 111111 | 1001110 | 1001101 |
Color Harmonies of #EDF298
Complementary color
Monochromatic Colors of #EDF298
Black with #EDF298
Text Example
Text Example
White with #EDF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF298; }
p { color: rgb(237,242,152); }
H1.HeaderClassName
{
color: #EDF298;
}
.AnyTagClassName
{
color: #EDF298;
}
</style>
background-color css
<style>
a { background-color: #EDF298; }
a { background-color: rgb(237,242,152); }
div.DivClassName
{
background-color: #EDF298;
}
.BgClassName
{
background-color: #EDF298;
}
</style>
border-color css
<style>
span { border-color: #EDF298; }
span { border-color: rgb(237,242,152); }
td.TdClassName
{
border-color: #EDF298;
}
.TagClassName
{
border-color: #EDF298;
}
</style>