Shades of Jonquil #EDF097
Tints of Jonquil #EDF097
RGB
CMYK
RGB Variations
Color information
#EDF097 (or 0xEDF097) is known color: Jonquil. HEX triplet: ED, F0 and 97. RGB value is (237,240,151). Sum of RGB (Red+Green+Blue) = 237+240+151=628 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.74% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 151 (59.38% from 255 or 24.04% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF097 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF097 is #120F68. Grayscale: #E5E5E5. Windows color (decimal): -1183593 or 9957613. OLE color: 9957613.
HSL color Cylindrical-coordinate representation of color #EDF097: hue angle of 62.02º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDF097 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 151 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.06 |
| HSL | 62.02º | 0.75% | 0.77% | - |
| HSV(B) | 62.02º | 0.37% | 0.94% | - |
| XYZ | 71.67 | 82.56 | 41.44 | - |
| YUV | 228.96 | 84.01 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 151 | 0.01 | 0 | 0.37 | 0.06 | 62.02 | 0.75 | 0.77 |
| Hex | ED | F0 | 97 | 1 | 0 | 25 | 6 | 3E | 4B | 4D |
| Octal | 355 | 360 | 227 | 1 | 0 | 45 | 6 | 76 | 113 | 115 |
| Binary | 11101101 | 11110000 | 10010111 | 1 | 0 | 100101 | 110 | 111110 | 1001011 | 1001101 |
Color Harmonies of #EDF097
Complementary color
Monochromatic Colors of #EDF097
Black with #EDF097
Text Example
Text Example
White with #EDF097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF097; }
p { color: rgb(237,240,151); }
H1.HeaderClassName
{
color: #EDF097;
}
.AnyTagClassName
{
color: #EDF097;
}
</style>
background-color css
<style>
a { background-color: #EDF097; }
a { background-color: rgb(237,240,151); }
div.DivClassName
{
background-color: #EDF097;
}
.BgClassName
{
background-color: #EDF097;
}
</style>
border-color css
<style>
span { border-color: #EDF097; }
span { border-color: rgb(237,240,151); }
td.TdClassName
{
border-color: #EDF097;
}
.TagClassName
{
border-color: #EDF097;
}
</style>