Shades of Jonquil #ECF998
Tints of Jonquil #ECF998
RGB
CMYK
RGB Variations
Color information
#ECF998 (or 0xECF998) is known color: Jonquil. HEX triplet: EC, F9 and 98. RGB value is (236,249,152). Sum of RGB (Red+Green+Blue) = 236+249+152=637 (84% of max value = 765). Red value is 236 (92.58% from 255 or 37.05% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 152 (59.77% from 255 or 23.86% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF998 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF998 is #130667. Grayscale: #EAEAEA. Windows color (decimal): -1246824 or 10025452. OLE color: 10025452.
HSL color Cylindrical-coordinate representation of color #ECF998: hue angle of 68.04º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECF998 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 152 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.02 |
| HSL | 68.04º | 0.89% | 0.79% | - |
| HSV(B) | 68.04º | 0.39% | 0.98% | - |
| XYZ | 74.14 | 87.85 | 42.76 | - |
| YUV | 234.06 | 81.69 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 152 | 0.05 | 0 | 0.39 | 0.02 | 68.04 | 0.89 | 0.79 |
| Hex | EC | F9 | 98 | 5 | 0 | 27 | 2 | 44 | 59 | 4F |
| Octal | 354 | 371 | 230 | 5 | 0 | 47 | 2 | 104 | 131 | 117 |
| Binary | 11101100 | 11111001 | 10011000 | 101 | 0 | 100111 | 10 | 1000100 | 1011001 | 1001111 |
Color Harmonies of #ECF998
Complementary color
Monochromatic Colors of #ECF998
Black with #ECF998
Text Example
Text Example
White with #ECF998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF998; }
p { color: rgb(236,249,152); }
H1.HeaderClassName
{
color: #ECF998;
}
.AnyTagClassName
{
color: #ECF998;
}
</style>
background-color css
<style>
a { background-color: #ECF998; }
a { background-color: rgb(236,249,152); }
div.DivClassName
{
background-color: #ECF998;
}
.BgClassName
{
background-color: #ECF998;
}
</style>
border-color css
<style>
span { border-color: #ECF998; }
span { border-color: rgb(236,249,152); }
td.TdClassName
{
border-color: #ECF998;
}
.TagClassName
{
border-color: #ECF998;
}
</style>