Shades of Jonquil #EDF89C
Tints of Jonquil #EDF89C
RGB
CMYK
RGB Variations
Color information
#EDF89C (or 0xEDF89C) is known color: Jonquil. HEX triplet: ED, F8 and 9C. RGB value is (237,248,156). Sum of RGB (Red+Green+Blue) = 237+248+156=641 (84% of max value = 765). Red value is 237 (92.97% from 255 or 36.97% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 156 (61.33% from 255 or 24.34% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF89C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF89C is #120763. Grayscale: #EAEAEA. Windows color (decimal): -1181540 or 10287341. OLE color: 10287341.
HSL color Cylindrical-coordinate representation of color #EDF89C: hue angle of 67.17º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDF89C is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 156 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.03 |
| HSL | 67.17º | 0.87% | 0.79% | - |
| HSV(B) | 67.17º | 0.37% | 0.97% | - |
| XYZ | 74.49 | 87.54 | 44.42 | - |
| YUV | 234.22 | 83.86 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 156 | 0.04 | 0 | 0.37 | 0.03 | 67.17 | 0.87 | 0.79 |
| Hex | ED | F8 | 9C | 4 | 0 | 25 | 3 | 43 | 57 | 4F |
| Octal | 355 | 370 | 234 | 4 | 0 | 45 | 3 | 103 | 127 | 117 |
| Binary | 11101101 | 11111000 | 10011100 | 100 | 0 | 100101 | 11 | 1000011 | 1010111 | 1001111 |
Color Harmonies of #EDF89C
Complementary color
Monochromatic Colors of #EDF89C
Black with #EDF89C
Text Example
Text Example
White with #EDF89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF89C; }
p { color: rgb(237,248,156); }
H1.HeaderClassName
{
color: #EDF89C;
}
.AnyTagClassName
{
color: #EDF89C;
}
</style>
background-color css
<style>
a { background-color: #EDF89C; }
a { background-color: rgb(237,248,156); }
div.DivClassName
{
background-color: #EDF89C;
}
.BgClassName
{
background-color: #EDF89C;
}
</style>
border-color css
<style>
span { border-color: #EDF89C; }
span { border-color: rgb(237,248,156); }
td.TdClassName
{
border-color: #EDF89C;
}
.TagClassName
{
border-color: #EDF89C;
}
</style>