Shades of Jonquil #EDF49E
Tints of Jonquil #EDF49E
RGB
CMYK
RGB Variations
Color information
#EDF49E (or 0xEDF49E) is known color: Jonquil. HEX triplet: ED, F4 and 9E. RGB value is (237,244,158). Sum of RGB (Red+Green+Blue) = 237+244+158=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 244 (95.70% from 255 or 38.18% from 639); Blue value is 158 (62.11% from 255 or 24.73% from 639); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF49E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF49E is #120B61. Grayscale: #E8E8E8. Windows color (decimal): -1182562 or 10417389. OLE color: 10417389.
HSL color Cylindrical-coordinate representation of color #EDF49E: hue angle of 64.88º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDF49E is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 158 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.04 |
| HSL | 64.88º | 0.8% | 0.79% | - |
| HSV(B) | 64.88º | 0.35% | 0.96% | - |
| XYZ | 73.45 | 85.17 | 44.92 | - |
| YUV | 232.1 | 86.18 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 158 | 0.03 | 0 | 0.35 | 0.04 | 64.88 | 0.8 | 0.79 |
| Hex | ED | F4 | 9E | 3 | 0 | 23 | 4 | 41 | 50 | 4F |
| Octal | 355 | 364 | 236 | 3 | 0 | 43 | 4 | 101 | 120 | 117 |
| Binary | 11101101 | 11110100 | 10011110 | 11 | 0 | 100011 | 100 | 1000001 | 1010000 | 1001111 |
Color Harmonies of #EDF49E
Complementary color
Monochromatic Colors of #EDF49E
Black with #EDF49E
Text Example
Text Example
White with #EDF49E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF49E; }
p { color: rgb(237,244,158); }
H1.HeaderClassName
{
color: #EDF49E;
}
.AnyTagClassName
{
color: #EDF49E;
}
</style>
background-color css
<style>
a { background-color: #EDF49E; }
a { background-color: rgb(237,244,158); }
div.DivClassName
{
background-color: #EDF49E;
}
.BgClassName
{
background-color: #EDF49E;
}
</style>
border-color css
<style>
span { border-color: #EDF49E; }
span { border-color: rgb(237,244,158); }
td.TdClassName
{
border-color: #EDF49E;
}
.TagClassName
{
border-color: #EDF49E;
}
</style>