Shades of Jonquil #EDF89A
Tints of Jonquil #EDF89A
RGB
CMYK
RGB Variations
Color information
#EDF89A (or 0xEDF89A) is known color: Jonquil. HEX triplet: ED, F8 and 9A. RGB value is (237,248,154). Sum of RGB (Red+Green+Blue) = 237+248+154=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 248 (97.27% from 255 or 38.81% from 639); Blue value is 154 (60.55% from 255 or 24.10% from 639); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF89A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF89A is #120765. Grayscale: #EAEAEA. Windows color (decimal): -1181542 or 10156269. OLE color: 10156269.
HSL color Cylindrical-coordinate representation of color #EDF89A: hue angle of 67.02º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EDF89A is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 154 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.03 |
| HSL | 67.02º | 0.87% | 0.79% | - |
| HSV(B) | 67.02º | 0.38% | 0.97% | - |
| XYZ | 74.33 | 87.47 | 43.54 | - |
| YUV | 234 | 82.86 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 154 | 0.04 | 0 | 0.38 | 0.03 | 67.02 | 0.87 | 0.79 |
| Hex | ED | F8 | 9A | 4 | 0 | 26 | 3 | 43 | 57 | 4F |
| Octal | 355 | 370 | 232 | 4 | 0 | 46 | 3 | 103 | 127 | 117 |
| Binary | 11101101 | 11111000 | 10011010 | 100 | 0 | 100110 | 11 | 1000011 | 1010111 | 1001111 |
Color Harmonies of #EDF89A
Complementary color
Monochromatic Colors of #EDF89A
Black with #EDF89A
Text Example
Text Example
White with #EDF89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF89A; }
p { color: rgb(237,248,154); }
H1.HeaderClassName
{
color: #EDF89A;
}
.AnyTagClassName
{
color: #EDF89A;
}
</style>
background-color css
<style>
a { background-color: #EDF89A; }
a { background-color: rgb(237,248,154); }
div.DivClassName
{
background-color: #EDF89A;
}
.BgClassName
{
background-color: #EDF89A;
}
</style>
border-color css
<style>
span { border-color: #EDF89A; }
span { border-color: rgb(237,248,154); }
td.TdClassName
{
border-color: #EDF89A;
}
.TagClassName
{
border-color: #EDF89A;
}
</style>