Shades of Jonquil #EDF69D
Tints of Jonquil #EDF69D
RGB
CMYK
RGB Variations
Color information
#EDF69D (or 0xEDF69D) is known color: Jonquil. HEX triplet: ED, F6 and 9D. RGB value is (237,246,157). Sum of RGB (Red+Green+Blue) = 237+246+157=640 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.03% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 157 (61.72% from 255 or 24.53% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF69D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF69D is #120962. Grayscale: #E9E9E9. Windows color (decimal): -1182051 or 10352365. OLE color: 10352365.
HSL color Cylindrical-coordinate representation of color #EDF69D: hue angle of 66.07º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EDF69D is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 157 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.04 |
| HSL | 66.07º | 0.83% | 0.79% | - |
| HSV(B) | 66.07º | 0.36% | 0.96% | - |
| XYZ | 73.97 | 86.35 | 44.67 | - |
| YUV | 233.16 | 85.02 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 157 | 0.04 | 0 | 0.36 | 0.04 | 66.07 | 0.83 | 0.79 |
| Hex | ED | F6 | 9D | 4 | 0 | 24 | 4 | 42 | 53 | 4F |
| Octal | 355 | 366 | 235 | 4 | 0 | 44 | 4 | 102 | 123 | 117 |
| Binary | 11101101 | 11110110 | 10011101 | 100 | 0 | 100100 | 100 | 1000010 | 1010011 | 1001111 |
Color Harmonies of #EDF69D
Complementary color
Monochromatic Colors of #EDF69D
Black with #EDF69D
Text Example
Text Example
White with #EDF69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF69D; }
p { color: rgb(237,246,157); }
H1.HeaderClassName
{
color: #EDF69D;
}
.AnyTagClassName
{
color: #EDF69D;
}
</style>
background-color css
<style>
a { background-color: #EDF69D; }
a { background-color: rgb(237,246,157); }
div.DivClassName
{
background-color: #EDF69D;
}
.BgClassName
{
background-color: #EDF69D;
}
</style>
border-color css
<style>
span { border-color: #EDF69D; }
span { border-color: rgb(237,246,157); }
td.TdClassName
{
border-color: #EDF69D;
}
.TagClassName
{
border-color: #EDF69D;
}
</style>