Shades of Jonquil #EDF193
Tints of Jonquil #EDF193
RGB
CMYK
RGB Variations
Color information
#EDF193 (or 0xEDF193) is known color: Jonquil. HEX triplet: ED, F1 and 93. RGB value is (237,241,147). Sum of RGB (Red+Green+Blue) = 237+241+147=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 147 (57.81% from 255 or 23.52% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF193 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF193 is #120E6C. Grayscale: #E5E5E5. Windows color (decimal): -1183341 or 9695725. OLE color: 9695725.
HSL color Cylindrical-coordinate representation of color #EDF193: hue angle of 62.55º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDF193 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 147 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.05 |
| HSL | 62.55º | 0.77% | 0.76% | - |
| HSV(B) | 62.55º | 0.39% | 0.95% | - |
| XYZ | 71.65 | 83.02 | 39.85 | - |
| YUV | 229.09 | 81.67 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 147 | 0.02 | 0 | 0.39 | 0.05 | 62.55 | 0.77 | 0.76 |
| Hex | ED | F1 | 93 | 2 | 0 | 27 | 5 | 3F | 4D | 4C |
| Octal | 355 | 361 | 223 | 2 | 0 | 47 | 5 | 77 | 115 | 114 |
| Binary | 11101101 | 11110001 | 10010011 | 10 | 0 | 100111 | 101 | 111111 | 1001101 | 1001100 |
Color Harmonies of #EDF193
Complementary color
Monochromatic Colors of #EDF193
Black with #EDF193
Text Example
Text Example
White with #EDF193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF193; }
p { color: rgb(237,241,147); }
H1.HeaderClassName
{
color: #EDF193;
}
.AnyTagClassName
{
color: #EDF193;
}
</style>
background-color css
<style>
a { background-color: #EDF193; }
a { background-color: rgb(237,241,147); }
div.DivClassName
{
background-color: #EDF193;
}
.BgClassName
{
background-color: #EDF193;
}
</style>
border-color css
<style>
span { border-color: #EDF193; }
span { border-color: rgb(237,241,147); }
td.TdClassName
{
border-color: #EDF193;
}
.TagClassName
{
border-color: #EDF193;
}
</style>