Shades of Jonquil #EDF59C
Tints of Jonquil #EDF59C
RGB
CMYK
RGB Variations
Color information
#EDF59C (or 0xEDF59C) is known color: Jonquil. HEX triplet: ED, F5 and 9C. RGB value is (237,245,156). Sum of RGB (Red+Green+Blue) = 237+245+156=638 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.15% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 156 (61.33% from 255 or 24.45% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF59C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF59C is #120A63. Grayscale: #E8E8E8. Windows color (decimal): -1182308 or 10286573. OLE color: 10286573.
HSL color Cylindrical-coordinate representation of color #EDF59C: hue angle of 65.39º degrees, saturation: 0.82, 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 #EDF59C is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 156 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.04 |
| HSL | 65.39º | 0.82% | 0.79% | - |
| HSV(B) | 65.39º | 0.36% | 0.96% | - |
| XYZ | 73.58 | 85.71 | 44.12 | - |
| YUV | 232.46 | 84.85 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 156 | 0.03 | 0 | 0.36 | 0.04 | 65.39 | 0.82 | 0.79 |
| Hex | ED | F5 | 9C | 3 | 0 | 24 | 4 | 41 | 52 | 4F |
| Octal | 355 | 365 | 234 | 3 | 0 | 44 | 4 | 101 | 122 | 117 |
| Binary | 11101101 | 11110101 | 10011100 | 11 | 0 | 100100 | 100 | 1000001 | 1010010 | 1001111 |
Color Harmonies of #EDF59C
Complementary color
Monochromatic Colors of #EDF59C
Black with #EDF59C
Text Example
Text Example
White with #EDF59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF59C; }
p { color: rgb(237,245,156); }
H1.HeaderClassName
{
color: #EDF59C;
}
.AnyTagClassName
{
color: #EDF59C;
}
</style>
background-color css
<style>
a { background-color: #EDF59C; }
a { background-color: rgb(237,245,156); }
div.DivClassName
{
background-color: #EDF59C;
}
.BgClassName
{
background-color: #EDF59C;
}
</style>
border-color css
<style>
span { border-color: #EDF59C; }
span { border-color: rgb(237,245,156); }
td.TdClassName
{
border-color: #EDF59C;
}
.TagClassName
{
border-color: #EDF59C;
}
</style>