Shades of Jonquil #ECF195
Tints of Jonquil #ECF195
RGB
CMYK
RGB Variations
Color information
#ECF195 (or 0xECF195) is known color: Jonquil. HEX triplet: EC, F1 and 95. RGB value is (236,241,149). Sum of RGB (Red+Green+Blue) = 236+241+149=626 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.70% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 149 (58.59% from 255 or 23.80% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF195 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF195 is #130E6A. Grayscale: #E5E5E5. Windows color (decimal): -1248875 or 9826796. OLE color: 9826796.
HSL color Cylindrical-coordinate representation of color #ECF195: hue angle of 63.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECF195 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 149 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.05 |
| HSL | 63.26º | 0.77% | 0.76% | - |
| HSV(B) | 63.26º | 0.38% | 0.95% | - |
| XYZ | 71.47 | 82.91 | 40.67 | - |
| YUV | 229.02 | 82.84 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 149 | 0.02 | 0 | 0.38 | 0.05 | 63.26 | 0.77 | 0.76 |
| Hex | EC | F1 | 95 | 2 | 0 | 26 | 5 | 3F | 4D | 4C |
| Octal | 354 | 361 | 225 | 2 | 0 | 46 | 5 | 77 | 115 | 114 |
| Binary | 11101100 | 11110001 | 10010101 | 10 | 0 | 100110 | 101 | 111111 | 1001101 | 1001100 |
Color Harmonies of #ECF195
Complementary color
Monochromatic Colors of #ECF195
Black with #ECF195
Text Example
Text Example
White with #ECF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF195; }
p { color: rgb(236,241,149); }
H1.HeaderClassName
{
color: #ECF195;
}
.AnyTagClassName
{
color: #ECF195;
}
</style>
background-color css
<style>
a { background-color: #ECF195; }
a { background-color: rgb(236,241,149); }
div.DivClassName
{
background-color: #ECF195;
}
.BgClassName
{
background-color: #ECF195;
}
</style>
border-color css
<style>
span { border-color: #ECF195; }
span { border-color: rgb(236,241,149); }
td.TdClassName
{
border-color: #ECF195;
}
.TagClassName
{
border-color: #ECF195;
}
</style>