Shades of Jonquil #EDF19A
Tints of Jonquil #EDF19A
RGB
CMYK
RGB Variations
Color information
#EDF19A (or 0xEDF19A) is known color: Jonquil. HEX triplet: ED, F1 and 9A. RGB value is (237,241,154). Sum of RGB (Red+Green+Blue) = 237+241+154=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 154 (60.55% from 255 or 24.37% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF19A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF19A is #120E65. Grayscale: #E6E6E6. Windows color (decimal): -1183334 or 10154477. OLE color: 10154477.
HSL color Cylindrical-coordinate representation of color #EDF19A: hue angle of 62.76º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDF19A is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 154 | - |
| CMYK | 0.02 | 0 | 0.36 | 0.05 |
| HSL | 62.76º | 0.76% | 0.77% | - |
| HSV(B) | 62.76º | 0.36% | 0.95% | - |
| XYZ | 72.21 | 83.25 | 42.83 | - |
| YUV | 229.89 | 85.17 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 154 | 0.02 | 0 | 0.36 | 0.05 | 62.76 | 0.76 | 0.77 |
| Hex | ED | F1 | 9A | 2 | 0 | 24 | 5 | 3F | 4C | 4D |
| Octal | 355 | 361 | 232 | 2 | 0 | 44 | 5 | 77 | 114 | 115 |
| Binary | 11101101 | 11110001 | 10011010 | 10 | 0 | 100100 | 101 | 111111 | 1001100 | 1001101 |
Color Harmonies of #EDF19A
Complementary color
Monochromatic Colors of #EDF19A
Black with #EDF19A
Text Example
Text Example
White with #EDF19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF19A; }
p { color: rgb(237,241,154); }
H1.HeaderClassName
{
color: #EDF19A;
}
.AnyTagClassName
{
color: #EDF19A;
}
</style>
background-color css
<style>
a { background-color: #EDF19A; }
a { background-color: rgb(237,241,154); }
div.DivClassName
{
background-color: #EDF19A;
}
.BgClassName
{
background-color: #EDF19A;
}
</style>
border-color css
<style>
span { border-color: #EDF19A; }
span { border-color: rgb(237,241,154); }
td.TdClassName
{
border-color: #EDF19A;
}
.TagClassName
{
border-color: #EDF19A;
}
</style>