Shades of Jonquil #EDF69C
Tints of Jonquil #EDF69C
RGB
CMYK
RGB Variations
Color information
#EDF69C (or 0xEDF69C) is known color: Jonquil. HEX triplet: ED, F6 and 9C. RGB value is (237,246,156). Sum of RGB (Red+Green+Blue) = 237+246+156=639 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.09% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 156 (61.33% from 255 or 24.41% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF69C is #120963. Grayscale: #E9E9E9. Windows color (decimal): -1182052 or 10286829. OLE color: 10286829.
HSL color Cylindrical-coordinate representation of color #EDF69C: hue angle of 66º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDF69C is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 156 | - |
| CMYK | 0.04 | 0 | 0.37 | 0.04 |
| HSL | 66º | 0.83% | 0.79% | - |
| HSV(B) | 66º | 0.37% | 0.96% | - |
| XYZ | 73.88 | 86.32 | 44.22 | - |
| YUV | 233.05 | 84.52 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 156 | 0.04 | 0 | 0.37 | 0.04 | 66 | 0.83 | 0.79 |
| Hex | ED | F6 | 9C | 4 | 0 | 25 | 4 | 42 | 53 | 4F |
| Octal | 355 | 366 | 234 | 4 | 0 | 45 | 4 | 102 | 123 | 117 |
| Binary | 11101101 | 11110110 | 10011100 | 100 | 0 | 100101 | 100 | 1000010 | 1010011 | 1001111 |
Color Harmonies of #EDF69C
Complementary color
Monochromatic Colors of #EDF69C
Black with #EDF69C
Text Example
Text Example
White with #EDF69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF69C; }
p { color: rgb(237,246,156); }
H1.HeaderClassName
{
color: #EDF69C;
}
.AnyTagClassName
{
color: #EDF69C;
}
</style>
background-color css
<style>
a { background-color: #EDF69C; }
a { background-color: rgb(237,246,156); }
div.DivClassName
{
background-color: #EDF69C;
}
.BgClassName
{
background-color: #EDF69C;
}
</style>
border-color css
<style>
span { border-color: #EDF69C; }
span { border-color: rgb(237,246,156); }
td.TdClassName
{
border-color: #EDF69C;
}
.TagClassName
{
border-color: #EDF69C;
}
</style>