Shades of Jonquil #EDF08E
Tints of Jonquil #EDF08E
RGB
CMYK
RGB Variations
Color information
#EDF08E (or 0xEDF08E) is known color: Jonquil. HEX triplet: ED, F0 and 8E. RGB value is (237,240,142). Sum of RGB (Red+Green+Blue) = 237+240+142=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 142 (55.86% from 255 or 22.94% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF08E is #120F71. Grayscale: #E4E4E4. Windows color (decimal): -1183602 or 9367789. OLE color: 9367789.
HSL color Cylindrical-coordinate representation of color #EDF08E: hue angle of 61.84º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDF08E is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 142 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.06 |
| HSL | 61.84º | 0.77% | 0.75% | - |
| HSV(B) | 61.84º | 0.41% | 0.94% | - |
| XYZ | 70.97 | 82.28 | 37.73 | - |
| YUV | 227.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 142 | 0.01 | 0 | 0.41 | 0.06 | 61.84 | 0.77 | 0.75 |
| Hex | ED | F0 | 8E | 1 | 0 | 29 | 6 | 3E | 4D | 4B |
| Octal | 355 | 360 | 216 | 1 | 0 | 51 | 6 | 76 | 115 | 113 |
| Binary | 11101101 | 11110000 | 10001110 | 1 | 0 | 101001 | 110 | 111110 | 1001101 | 1001011 |
Color Harmonies of #EDF08E
Complementary color
Monochromatic Colors of #EDF08E
Black with #EDF08E
Text Example
Text Example
White with #EDF08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF08E; }
p { color: rgb(237,240,142); }
H1.HeaderClassName
{
color: #EDF08E;
}
.AnyTagClassName
{
color: #EDF08E;
}
</style>
background-color css
<style>
a { background-color: #EDF08E; }
a { background-color: rgb(237,240,142); }
div.DivClassName
{
background-color: #EDF08E;
}
.BgClassName
{
background-color: #EDF08E;
}
</style>
border-color css
<style>
span { border-color: #EDF08E; }
span { border-color: rgb(237,240,142); }
td.TdClassName
{
border-color: #EDF08E;
}
.TagClassName
{
border-color: #EDF08E;
}
</style>