Shades of Jonquil #EDF08D
Tints of Jonquil #EDF08D
RGB
CMYK
RGB Variations
Color information
#EDF08D (or 0xEDF08D) is known color: Jonquil. HEX triplet: ED, F0 and 8D. RGB value is (237,240,141). Sum of RGB (Red+Green+Blue) = 237+240+141=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 141 (55.47% from 255 or 22.82% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF08D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF08D is #120F72. Grayscale: #E4E4E4. Windows color (decimal): -1183603 or 9302253. OLE color: 9302253.
HSL color Cylindrical-coordinate representation of color #EDF08D: hue angle of 61.82º 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 #EDF08D is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 141 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.06 |
| HSL | 61.82º | 0.77% | 0.75% | - |
| HSV(B) | 61.82º | 0.41% | 0.94% | - |
| XYZ | 70.89 | 82.25 | 37.34 | - |
| YUV | 227.82 | 79.01 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 141 | 0.01 | 0 | 0.41 | 0.06 | 61.82 | 0.77 | 0.75 |
| Hex | ED | F0 | 8D | 1 | 0 | 29 | 6 | 3E | 4D | 4B |
| Octal | 355 | 360 | 215 | 1 | 0 | 51 | 6 | 76 | 115 | 113 |
| Binary | 11101101 | 11110000 | 10001101 | 1 | 0 | 101001 | 110 | 111110 | 1001101 | 1001011 |
Color Harmonies of #EDF08D
Complementary color
Monochromatic Colors of #EDF08D
Black with #EDF08D
Text Example
Text Example
White with #EDF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF08D; }
p { color: rgb(237,240,141); }
H1.HeaderClassName
{
color: #EDF08D;
}
.AnyTagClassName
{
color: #EDF08D;
}
</style>
background-color css
<style>
a { background-color: #EDF08D; }
a { background-color: rgb(237,240,141); }
div.DivClassName
{
background-color: #EDF08D;
}
.BgClassName
{
background-color: #EDF08D;
}
</style>
border-color css
<style>
span { border-color: #EDF08D; }
span { border-color: rgb(237,240,141); }
td.TdClassName
{
border-color: #EDF08D;
}
.TagClassName
{
border-color: #EDF08D;
}
</style>