Shades of Jonquil #ECF098
Tints of Jonquil #ECF098
RGB
CMYK
RGB Variations
Color information
#ECF098 (or 0xECF098) is known color: Jonquil. HEX triplet: EC, F0 and 98. RGB value is (236,240,152). Sum of RGB (Red+Green+Blue) = 236+240+152=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 152 (59.77% from 255 or 24.20% from 628); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF098 is #130F67. Grayscale: #E5E5E5. Windows color (decimal): -1249128 or 10023148. OLE color: 10023148.
HSL color Cylindrical-coordinate representation of color #ECF098: hue angle of 62.73º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECF098 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 152 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.06 |
| HSL | 62.73º | 0.75% | 0.77% | - |
| HSV(B) | 62.73º | 0.37% | 0.94% | - |
| XYZ | 71.42 | 82.42 | 41.85 | - |
| YUV | 228.77 | 84.67 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 152 | 0.02 | 0 | 0.37 | 0.06 | 62.73 | 0.75 | 0.77 |
| Hex | EC | F0 | 98 | 2 | 0 | 25 | 6 | 3F | 4B | 4D |
| Octal | 354 | 360 | 230 | 2 | 0 | 45 | 6 | 77 | 113 | 115 |
| Binary | 11101100 | 11110000 | 10011000 | 10 | 0 | 100101 | 110 | 111111 | 1001011 | 1001101 |
Color Harmonies of #ECF098
Complementary color
Monochromatic Colors of #ECF098
Black with #ECF098
Text Example
Text Example
White with #ECF098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF098; }
p { color: rgb(236,240,152); }
H1.HeaderClassName
{
color: #ECF098;
}
.AnyTagClassName
{
color: #ECF098;
}
</style>
background-color css
<style>
a { background-color: #ECF098; }
a { background-color: rgb(236,240,152); }
div.DivClassName
{
background-color: #ECF098;
}
.BgClassName
{
background-color: #ECF098;
}
</style>
border-color css
<style>
span { border-color: #ECF098; }
span { border-color: rgb(236,240,152); }
td.TdClassName
{
border-color: #ECF098;
}
.TagClassName
{
border-color: #ECF098;
}
</style>