Shades of Jonquil #EDF49C
Tints of Jonquil #EDF49C
RGB
CMYK
RGB Variations
Color information
#EDF49C (or 0xEDF49C) is known color: Jonquil. HEX triplet: ED, F4 and 9C. RGB value is (237,244,156). Sum of RGB (Red+Green+Blue) = 237+244+156=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 156 (61.33% from 255 or 24.49% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF49C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF49C is #120B63. Grayscale: #E8E8E8. Windows color (decimal): -1182564 or 10286317. OLE color: 10286317.
HSL color Cylindrical-coordinate representation of color #EDF49C: hue angle of 64.77º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDF49C is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 156 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.04 |
| HSL | 64.77º | 0.8% | 0.78% | - |
| HSV(B) | 64.77º | 0.36% | 0.96% | - |
| XYZ | 73.28 | 85.11 | 44.02 | - |
| YUV | 231.88 | 85.18 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 156 | 0.03 | 0 | 0.36 | 0.04 | 64.77 | 0.8 | 0.78 |
| Hex | ED | F4 | 9C | 3 | 0 | 24 | 4 | 41 | 50 | 4E |
| Octal | 355 | 364 | 234 | 3 | 0 | 44 | 4 | 101 | 120 | 116 |
| Binary | 11101101 | 11110100 | 10011100 | 11 | 0 | 100100 | 100 | 1000001 | 1010000 | 1001110 |
Color Harmonies of #EDF49C
Complementary color
Monochromatic Colors of #EDF49C
Black with #EDF49C
Text Example
Text Example
White with #EDF49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF49C; }
p { color: rgb(237,244,156); }
H1.HeaderClassName
{
color: #EDF49C;
}
.AnyTagClassName
{
color: #EDF49C;
}
</style>
background-color css
<style>
a { background-color: #EDF49C; }
a { background-color: rgb(237,244,156); }
div.DivClassName
{
background-color: #EDF49C;
}
.BgClassName
{
background-color: #EDF49C;
}
</style>
border-color css
<style>
span { border-color: #EDF49C; }
span { border-color: rgb(237,244,156); }
td.TdClassName
{
border-color: #EDF49C;
}
.TagClassName
{
border-color: #EDF49C;
}
</style>