Shades of Jonquil #EDF59D
Tints of Jonquil #EDF59D
RGB
CMYK
RGB Variations
Color information
#EDF59D (or 0xEDF59D) is known color: Jonquil. HEX triplet: ED, F5 and 9D. RGB value is (237,245,157). Sum of RGB (Red+Green+Blue) = 237+245+157=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 157 (61.72% from 255 or 24.57% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF59D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF59D is #120A62. Grayscale: #E8E8E8. Windows color (decimal): -1182307 or 10352109. OLE color: 10352109.
HSL color Cylindrical-coordinate representation of color #EDF59D: hue angle of 65.45º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDF59D is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 157 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.04 |
| HSL | 65.45º | 0.81% | 0.79% | - |
| HSV(B) | 65.45º | 0.36% | 0.96% | - |
| XYZ | 73.66 | 85.74 | 44.57 | - |
| YUV | 232.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 157 | 0.03 | 0 | 0.36 | 0.04 | 65.45 | 0.81 | 0.79 |
| Hex | ED | F5 | 9D | 3 | 0 | 24 | 4 | 41 | 51 | 4F |
| Octal | 355 | 365 | 235 | 3 | 0 | 44 | 4 | 101 | 121 | 117 |
| Binary | 11101101 | 11110101 | 10011101 | 11 | 0 | 100100 | 100 | 1000001 | 1010001 | 1001111 |
Color Harmonies of #EDF59D
Complementary color
Monochromatic Colors of #EDF59D
Black with #EDF59D
Text Example
Text Example
White with #EDF59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF59D; }
p { color: rgb(237,245,157); }
H1.HeaderClassName
{
color: #EDF59D;
}
.AnyTagClassName
{
color: #EDF59D;
}
</style>
background-color css
<style>
a { background-color: #EDF59D; }
a { background-color: rgb(237,245,157); }
div.DivClassName
{
background-color: #EDF59D;
}
.BgClassName
{
background-color: #EDF59D;
}
</style>
border-color css
<style>
span { border-color: #EDF59D; }
span { border-color: rgb(237,245,157); }
td.TdClassName
{
border-color: #EDF59D;
}
.TagClassName
{
border-color: #EDF59D;
}
</style>