Shades of Jonquil #EDF897
Tints of Jonquil #EDF897
RGB
CMYK
RGB Variations
Color information
#EDF897 (or 0xEDF897) is known color: Jonquil. HEX triplet: ED, F8 and 97. RGB value is (237,248,151). Sum of RGB (Red+Green+Blue) = 237+248+151=636 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.26% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 151 (59.38% from 255 or 23.74% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF897 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF897 is #120768. Grayscale: #EAEAEA. Windows color (decimal): -1181545 or 9959661. OLE color: 9959661.
HSL color Cylindrical-coordinate representation of color #EDF897: hue angle of 66.8º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDF897 is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 151 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.03 |
| HSL | 66.8º | 0.87% | 0.78% | - |
| HSV(B) | 66.8º | 0.39% | 0.97% | - |
| XYZ | 74.08 | 87.37 | 42.24 | - |
| YUV | 233.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 151 | 0.04 | 0 | 0.39 | 0.03 | 66.8 | 0.87 | 0.78 |
| Hex | ED | F8 | 97 | 4 | 0 | 27 | 3 | 43 | 57 | 4E |
| Octal | 355 | 370 | 227 | 4 | 0 | 47 | 3 | 103 | 127 | 116 |
| Binary | 11101101 | 11111000 | 10010111 | 100 | 0 | 100111 | 11 | 1000011 | 1010111 | 1001110 |
Color Harmonies of #EDF897
Complementary color
Monochromatic Colors of #EDF897
Black with #EDF897
Text Example
Text Example
White with #EDF897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF897; }
p { color: rgb(237,248,151); }
H1.HeaderClassName
{
color: #EDF897;
}
.AnyTagClassName
{
color: #EDF897;
}
</style>
background-color css
<style>
a { background-color: #EDF897; }
a { background-color: rgb(237,248,151); }
div.DivClassName
{
background-color: #EDF897;
}
.BgClassName
{
background-color: #EDF897;
}
</style>
border-color css
<style>
span { border-color: #EDF897; }
span { border-color: rgb(237,248,151); }
td.TdClassName
{
border-color: #EDF897;
}
.TagClassName
{
border-color: #EDF897;
}
</style>