Shades of Jonquil #EDF395
Tints of Jonquil #EDF395
RGB
CMYK
RGB Variations
Color information
#EDF395 (or 0xEDF395) is known color: Jonquil. HEX triplet: ED, F3 and 95. RGB value is (237,243,149). Sum of RGB (Red+Green+Blue) = 237+243+149=629 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.68% from 629); Green value is 243 (95.31% from 255 or 38.63% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF395 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF395 is #120C6A. Grayscale: #E6E6E6. Windows color (decimal): -1182827 or 9827309. OLE color: 9827309.
HSL color Cylindrical-coordinate representation of color #EDF395: hue angle of 63.83º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDF395 is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 149 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.05 |
| HSL | 63.83º | 0.8% | 0.77% | - |
| HSV(B) | 63.83º | 0.39% | 0.95% | - |
| XYZ | 72.4 | 84.28 | 40.88 | - |
| YUV | 230.49 | 82.01 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 149 | 0.02 | 0 | 0.39 | 0.05 | 63.83 | 0.8 | 0.77 |
| Hex | ED | F3 | 95 | 2 | 0 | 27 | 5 | 40 | 50 | 4D |
| Octal | 355 | 363 | 225 | 2 | 0 | 47 | 5 | 100 | 120 | 115 |
| Binary | 11101101 | 11110011 | 10010101 | 10 | 0 | 100111 | 101 | 1000000 | 1010000 | 1001101 |
Color Harmonies of #EDF395
Complementary color
Monochromatic Colors of #EDF395
Black with #EDF395
Text Example
Text Example
White with #EDF395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF395; }
p { color: rgb(237,243,149); }
H1.HeaderClassName
{
color: #EDF395;
}
.AnyTagClassName
{
color: #EDF395;
}
</style>
background-color css
<style>
a { background-color: #EDF395; }
a { background-color: rgb(237,243,149); }
div.DivClassName
{
background-color: #EDF395;
}
.BgClassName
{
background-color: #EDF395;
}
</style>
border-color css
<style>
span { border-color: #EDF395; }
span { border-color: rgb(237,243,149); }
td.TdClassName
{
border-color: #EDF395;
}
.TagClassName
{
border-color: #EDF395;
}
</style>