Shades of Jonquil #EDF896
Tints of Jonquil #EDF896
RGB
CMYK
RGB Variations
Color information
#EDF896 (or 0xEDF896) is known color: Jonquil. HEX triplet: ED, F8 and 96. RGB value is (237,248,150). Sum of RGB (Red+Green+Blue) = 237+248+150=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 248 (97.27% from 255 or 39.06% from 635); Blue value is 150 (58.98% from 255 or 23.62% from 635); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF896 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF896 is #120769. Grayscale: #E9E9E9. Windows color (decimal): -1181546 or 9894125. OLE color: 9894125.
HSL color Cylindrical-coordinate representation of color #EDF896: hue angle of 66.73º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDF896 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 150 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.03 |
| HSL | 66.73º | 0.88% | 0.78% | - |
| HSV(B) | 66.73º | 0.4% | 0.97% | - |
| XYZ | 74 | 87.34 | 41.81 | - |
| YUV | 233.54 | 80.86 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 150 | 0.04 | 0 | 0.40 | 0.03 | 66.73 | 0.88 | 0.78 |
| Hex | ED | F8 | 96 | 4 | 0 | 28 | 3 | 43 | 58 | 4E |
| Octal | 355 | 370 | 226 | 4 | 0 | 50 | 3 | 103 | 130 | 116 |
| Binary | 11101101 | 11111000 | 10010110 | 100 | 0 | 101000 | 11 | 1000011 | 1011000 | 1001110 |
Color Harmonies of #EDF896
Complementary color
Monochromatic Colors of #EDF896
Black with #EDF896
Text Example
Text Example
White with #EDF896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF896; }
p { color: rgb(237,248,150); }
H1.HeaderClassName
{
color: #EDF896;
}
.AnyTagClassName
{
color: #EDF896;
}
</style>
background-color css
<style>
a { background-color: #EDF896; }
a { background-color: rgb(237,248,150); }
div.DivClassName
{
background-color: #EDF896;
}
.BgClassName
{
background-color: #EDF896;
}
</style>
border-color css
<style>
span { border-color: #EDF896; }
span { border-color: rgb(237,248,150); }
td.TdClassName
{
border-color: #EDF896;
}
.TagClassName
{
border-color: #EDF896;
}
</style>