Shades of Jonquil #ECF896
Tints of Jonquil #ECF896
RGB
CMYK
RGB Variations
Color information
#ECF896 (or 0xECF896) is known color: Jonquil. HEX triplet: EC, F8 and 96. RGB value is (236,248,150). Sum of RGB (Red+Green+Blue) = 236+248+150=634 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.22% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 150 (58.98% from 255 or 23.66% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF896 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF896 is #130769. Grayscale: #E9E9E9. Windows color (decimal): -1247082 or 9894124. OLE color: 9894124.
HSL color Cylindrical-coordinate representation of color #ECF896: hue angle of 67.35º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECF896 is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 150 | - |
| CMYK | 0.05 | 0 | 0.40 | 0.03 |
| HSL | 67.35º | 0.88% | 0.78% | - |
| HSV(B) | 67.35º | 0.4% | 0.97% | - |
| XYZ | 73.66 | 87.17 | 41.8 | - |
| YUV | 233.24 | 81.02 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 150 | 0.05 | 0 | 0.40 | 0.03 | 67.35 | 0.88 | 0.78 |
| Hex | EC | F8 | 96 | 5 | 0 | 28 | 3 | 43 | 58 | 4E |
| Octal | 354 | 370 | 226 | 5 | 0 | 50 | 3 | 103 | 130 | 116 |
| Binary | 11101100 | 11111000 | 10010110 | 101 | 0 | 101000 | 11 | 1000011 | 1011000 | 1001110 |
Color Harmonies of #ECF896
Complementary color
Monochromatic Colors of #ECF896
Black with #ECF896
Text Example
Text Example
White with #ECF896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF896; }
p { color: rgb(236,248,150); }
H1.HeaderClassName
{
color: #ECF896;
}
.AnyTagClassName
{
color: #ECF896;
}
</style>
background-color css
<style>
a { background-color: #ECF896; }
a { background-color: rgb(236,248,150); }
div.DivClassName
{
background-color: #ECF896;
}
.BgClassName
{
background-color: #ECF896;
}
</style>
border-color css
<style>
span { border-color: #ECF896; }
span { border-color: rgb(236,248,150); }
td.TdClassName
{
border-color: #ECF896;
}
.TagClassName
{
border-color: #ECF896;
}
</style>