Shades of Jonquil #EDF090
Tints of Jonquil #EDF090
RGB
CMYK
RGB Variations
Color information
#EDF090 (or 0xEDF090) is known color: Jonquil. HEX triplet: ED, F0 and 90. RGB value is (237,240,144). Sum of RGB (Red+Green+Blue) = 237+240+144=621 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.16% from 621); Green value is 240 (94.14% from 255 or 38.65% from 621); Blue value is 144 (56.64% from 255 or 23.19% from 621); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF090 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF090 is #120F6F. Grayscale: #E4E4E4. Windows color (decimal): -1183600 or 9498861. OLE color: 9498861.
HSL color Cylindrical-coordinate representation of color #EDF090: hue angle of 61.88º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF090 is Cyan = 0.01, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 144 | - |
| CMYK | 0.01 | 0 | 0.4 | 0.06 |
| HSL | 61.88º | 0.76% | 0.75% | - |
| HSV(B) | 61.88º | 0.4% | 0.94% | - |
| XYZ | 71.12 | 82.34 | 38.53 | - |
| YUV | 228.16 | 80.51 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 144 | 0.01 | 0 | 0.4 | 0.06 | 61.88 | 0.76 | 0.75 |
| Hex | ED | F0 | 90 | 1 | 0 | 28 | 6 | 3E | 4C | 4B |
| Octal | 355 | 360 | 220 | 1 | 0 | 50 | 6 | 76 | 114 | 113 |
| Binary | 11101101 | 11110000 | 10010000 | 1 | 0 | 101000 | 110 | 111110 | 1001100 | 1001011 |
Color Harmonies of #EDF090
Complementary color
Monochromatic Colors of #EDF090
Black with #EDF090
Text Example
Text Example
White with #EDF090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF090; }
p { color: rgb(237,240,144); }
H1.HeaderClassName
{
color: #EDF090;
}
.AnyTagClassName
{
color: #EDF090;
}
</style>
background-color css
<style>
a { background-color: #EDF090; }
a { background-color: rgb(237,240,144); }
div.DivClassName
{
background-color: #EDF090;
}
.BgClassName
{
background-color: #EDF090;
}
</style>
border-color css
<style>
span { border-color: #EDF090; }
span { border-color: rgb(237,240,144); }
td.TdClassName
{
border-color: #EDF090;
}
.TagClassName
{
border-color: #EDF090;
}
</style>