Shades of Jonquil #EDF49D
Tints of Jonquil #EDF49D
RGB
CMYK
RGB Variations
Color information
#EDF49D (or 0xEDF49D) is known color: Jonquil. HEX triplet: ED, F4 and 9D. RGB value is (237,244,157). Sum of RGB (Red+Green+Blue) = 237+244+157=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 244 (95.70% from 255 or 38.24% from 638); Blue value is 157 (61.72% from 255 or 24.61% from 638); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF49D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF49D is #120B62. Grayscale: #E8E8E8. Windows color (decimal): -1182563 or 10351853. OLE color: 10351853.
HSL color Cylindrical-coordinate representation of color #EDF49D: hue angle of 64.83º degrees, saturation: 0.8, 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 #EDF49D is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 157 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.04 |
| HSL | 64.83º | 0.8% | 0.79% | - |
| HSV(B) | 64.83º | 0.36% | 0.96% | - |
| XYZ | 73.36 | 85.14 | 44.47 | - |
| YUV | 231.99 | 85.68 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 157 | 0.03 | 0 | 0.36 | 0.04 | 64.83 | 0.8 | 0.79 |
| Hex | ED | F4 | 9D | 3 | 0 | 24 | 4 | 41 | 50 | 4F |
| Octal | 355 | 364 | 235 | 3 | 0 | 44 | 4 | 101 | 120 | 117 |
| Binary | 11101101 | 11110100 | 10011101 | 11 | 0 | 100100 | 100 | 1000001 | 1010000 | 1001111 |
Color Harmonies of #EDF49D
Complementary color
Monochromatic Colors of #EDF49D
Black with #EDF49D
Text Example
Text Example
White with #EDF49D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF49D; }
p { color: rgb(237,244,157); }
H1.HeaderClassName
{
color: #EDF49D;
}
.AnyTagClassName
{
color: #EDF49D;
}
</style>
background-color css
<style>
a { background-color: #EDF49D; }
a { background-color: rgb(237,244,157); }
div.DivClassName
{
background-color: #EDF49D;
}
.BgClassName
{
background-color: #EDF49D;
}
</style>
border-color css
<style>
span { border-color: #EDF49D; }
span { border-color: rgb(237,244,157); }
td.TdClassName
{
border-color: #EDF49D;
}
.TagClassName
{
border-color: #EDF49D;
}
</style>