Shades of Jonquil #EDF293
Tints of Jonquil #EDF293
RGB
CMYK
RGB Variations
Color information
#EDF293 (or 0xEDF293) is known color: Jonquil. HEX triplet: ED, F2 and 93. RGB value is (237,242,147). Sum of RGB (Red+Green+Blue) = 237+242+147=626 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.86% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 147 (57.81% from 255 or 23.48% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF293 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF293 is #120D6C. Grayscale: #E6E6E6. Windows color (decimal): -1183085 or 9695981. OLE color: 9695981.
HSL color Cylindrical-coordinate representation of color #EDF293: hue angle of 63.16º degrees, saturation: 0.79, 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 #EDF293 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 147 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.05 |
| HSL | 63.16º | 0.79% | 0.76% | - |
| HSV(B) | 63.16º | 0.39% | 0.95% | - |
| XYZ | 71.94 | 83.62 | 39.95 | - |
| YUV | 229.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 147 | 0.02 | 0 | 0.39 | 0.05 | 63.16 | 0.79 | 0.76 |
| Hex | ED | F2 | 93 | 2 | 0 | 27 | 5 | 3F | 4F | 4C |
| Octal | 355 | 362 | 223 | 2 | 0 | 47 | 5 | 77 | 117 | 114 |
| Binary | 11101101 | 11110010 | 10010011 | 10 | 0 | 100111 | 101 | 111111 | 1001111 | 1001100 |
Color Harmonies of #EDF293
Complementary color
Monochromatic Colors of #EDF293
Black with #EDF293
Text Example
Text Example
White with #EDF293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF293; }
p { color: rgb(237,242,147); }
H1.HeaderClassName
{
color: #EDF293;
}
.AnyTagClassName
{
color: #EDF293;
}
</style>
background-color css
<style>
a { background-color: #EDF293; }
a { background-color: rgb(237,242,147); }
div.DivClassName
{
background-color: #EDF293;
}
.BgClassName
{
background-color: #EDF293;
}
</style>
border-color css
<style>
span { border-color: #EDF293; }
span { border-color: rgb(237,242,147); }
td.TdClassName
{
border-color: #EDF293;
}
.TagClassName
{
border-color: #EDF293;
}
</style>