Shades of Jonquil #EDF49B
Tints of Jonquil #EDF49B
RGB
CMYK
RGB Variations
Color information
#EDF49B (or 0xEDF49B) is known color: Jonquil. HEX triplet: ED, F4 and 9B. RGB value is (237,244,155). Sum of RGB (Red+Green+Blue) = 237+244+155=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 155 (60.94% from 255 or 24.37% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF49B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF49B is #120B64. Grayscale: #E8E8E8. Windows color (decimal): -1182565 or 10220781. OLE color: 10220781.
HSL color Cylindrical-coordinate representation of color #EDF49B: hue angle of 64.72º 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 #EDF49B is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 155 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.04 |
| HSL | 64.72º | 0.8% | 0.78% | - |
| HSV(B) | 64.72º | 0.36% | 0.96% | - |
| XYZ | 73.19 | 85.07 | 43.57 | - |
| YUV | 231.76 | 84.68 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 155 | 0.03 | 0 | 0.36 | 0.04 | 64.72 | 0.8 | 0.78 |
| Hex | ED | F4 | 9B | 3 | 0 | 24 | 4 | 41 | 50 | 4E |
| Octal | 355 | 364 | 233 | 3 | 0 | 44 | 4 | 101 | 120 | 116 |
| Binary | 11101101 | 11110100 | 10011011 | 11 | 0 | 100100 | 100 | 1000001 | 1010000 | 1001110 |
Color Harmonies of #EDF49B
Complementary color
Monochromatic Colors of #EDF49B
Black with #EDF49B
Text Example
Text Example
White with #EDF49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF49B; }
p { color: rgb(237,244,155); }
H1.HeaderClassName
{
color: #EDF49B;
}
.AnyTagClassName
{
color: #EDF49B;
}
</style>
background-color css
<style>
a { background-color: #EDF49B; }
a { background-color: rgb(237,244,155); }
div.DivClassName
{
background-color: #EDF49B;
}
.BgClassName
{
background-color: #EDF49B;
}
</style>
border-color css
<style>
span { border-color: #EDF49B; }
span { border-color: rgb(237,244,155); }
td.TdClassName
{
border-color: #EDF49B;
}
.TagClassName
{
border-color: #EDF49B;
}
</style>