Shades of Jonquil #ECF494
Tints of Jonquil #ECF494
RGB
CMYK
RGB Variations
Color information
#ECF494 (or 0xECF494) is known color: Jonquil. HEX triplet: EC, F4 and 94. RGB value is (236,244,148). Sum of RGB (Red+Green+Blue) = 236+244+148=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 148 (58.20% from 255 or 23.57% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF494 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF494 is #130B6B. Grayscale: #E7E7E7. Windows color (decimal): -1248108 or 9762028. OLE color: 9762028.
HSL color Cylindrical-coordinate representation of color #ECF494: hue angle of 65º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECF494 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 148 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.04 |
| HSL | 65º | 0.81% | 0.77% | - |
| HSV(B) | 65º | 0.39% | 0.96% | - |
| XYZ | 72.29 | 84.67 | 40.55 | - |
| YUV | 230.66 | 81.35 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 148 | 0.03 | 0 | 0.39 | 0.04 | 65 | 0.81 | 0.77 |
| Hex | EC | F4 | 94 | 3 | 0 | 27 | 4 | 41 | 51 | 4D |
| Octal | 354 | 364 | 224 | 3 | 0 | 47 | 4 | 101 | 121 | 115 |
| Binary | 11101100 | 11110100 | 10010100 | 11 | 0 | 100111 | 100 | 1000001 | 1010001 | 1001101 |
Color Harmonies of #ECF494
Complementary color
Monochromatic Colors of #ECF494
Black with #ECF494
Text Example
Text Example
White with #ECF494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF494; }
p { color: rgb(236,244,148); }
H1.HeaderClassName
{
color: #ECF494;
}
.AnyTagClassName
{
color: #ECF494;
}
</style>
background-color css
<style>
a { background-color: #ECF494; }
a { background-color: rgb(236,244,148); }
div.DivClassName
{
background-color: #ECF494;
}
.BgClassName
{
background-color: #ECF494;
}
</style>
border-color css
<style>
span { border-color: #ECF494; }
span { border-color: rgb(236,244,148); }
td.TdClassName
{
border-color: #ECF494;
}
.TagClassName
{
border-color: #ECF494;
}
</style>