Shades of Jonquil #EDF190
Tints of Jonquil #EDF190
RGB
CMYK
RGB Variations
Color information
#EDF190 (or 0xEDF190) is known color: Jonquil. HEX triplet: ED, F1 and 90. RGB value is (237,241,144). Sum of RGB (Red+Green+Blue) = 237+241+144=622 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.10% from 622); Green value is 241 (94.53% from 255 or 38.75% from 622); Blue value is 144 (56.64% from 255 or 23.15% from 622); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF190 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF190 is #120E6F. Grayscale: #E5E5E5. Windows color (decimal): -1183344 or 9499117. OLE color: 9499117.
HSL color Cylindrical-coordinate representation of color #EDF190: hue angle of 62.47º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF190 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 144 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.05 |
| HSL | 62.47º | 0.78% | 0.75% | - |
| HSV(B) | 62.47º | 0.4% | 0.95% | - |
| XYZ | 71.41 | 82.93 | 38.63 | - |
| YUV | 228.75 | 80.17 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 144 | 0.02 | 0 | 0.40 | 0.05 | 62.47 | 0.78 | 0.75 |
| Hex | ED | F1 | 90 | 2 | 0 | 28 | 5 | 3E | 4E | 4B |
| Octal | 355 | 361 | 220 | 2 | 0 | 50 | 5 | 76 | 116 | 113 |
| Binary | 11101101 | 11110001 | 10010000 | 10 | 0 | 101000 | 101 | 111110 | 1001110 | 1001011 |
Color Harmonies of #EDF190
Complementary color
Monochromatic Colors of #EDF190
Black with #EDF190
Text Example
Text Example
White with #EDF190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF190; }
p { color: rgb(237,241,144); }
H1.HeaderClassName
{
color: #EDF190;
}
.AnyTagClassName
{
color: #EDF190;
}
</style>
background-color css
<style>
a { background-color: #EDF190; }
a { background-color: rgb(237,241,144); }
div.DivClassName
{
background-color: #EDF190;
}
.BgClassName
{
background-color: #EDF190;
}
</style>
border-color css
<style>
span { border-color: #EDF190; }
span { border-color: rgb(237,241,144); }
td.TdClassName
{
border-color: #EDF190;
}
.TagClassName
{
border-color: #EDF190;
}
</style>