Shades of Jonquil #ECF095
Tints of Jonquil #ECF095
RGB
CMYK
RGB Variations
Color information
#ECF095 (or 0xECF095) is known color: Jonquil. HEX triplet: EC, F0 and 95. RGB value is (236,240,149). Sum of RGB (Red+Green+Blue) = 236+240+149=625 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.76% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF095 is #130F6A. Grayscale: #E4E4E4. Windows color (decimal): -1249131 or 9826540. OLE color: 9826540.
HSL color Cylindrical-coordinate representation of color #ECF095: hue angle of 62.64º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECF095 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 149 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.06 |
| HSL | 62.64º | 0.75% | 0.76% | - |
| HSV(B) | 62.64º | 0.38% | 0.94% | - |
| XYZ | 71.18 | 82.32 | 40.57 | - |
| YUV | 228.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 149 | 0.02 | 0 | 0.38 | 0.06 | 62.64 | 0.75 | 0.76 |
| Hex | EC | F0 | 95 | 2 | 0 | 26 | 6 | 3F | 4B | 4C |
| Octal | 354 | 360 | 225 | 2 | 0 | 46 | 6 | 77 | 113 | 114 |
| Binary | 11101100 | 11110000 | 10010101 | 10 | 0 | 100110 | 110 | 111111 | 1001011 | 1001100 |
Color Harmonies of #ECF095
Complementary color
Monochromatic Colors of #ECF095
Black with #ECF095
Text Example
Text Example
White with #ECF095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF095; }
p { color: rgb(236,240,149); }
H1.HeaderClassName
{
color: #ECF095;
}
.AnyTagClassName
{
color: #ECF095;
}
</style>
background-color css
<style>
a { background-color: #ECF095; }
a { background-color: rgb(236,240,149); }
div.DivClassName
{
background-color: #ECF095;
}
.BgClassName
{
background-color: #ECF095;
}
</style>
border-color css
<style>
span { border-color: #ECF095; }
span { border-color: rgb(236,240,149); }
td.TdClassName
{
border-color: #ECF095;
}
.TagClassName
{
border-color: #ECF095;
}
</style>