Shades of Jonquil #ECF08C
Tints of Jonquil #ECF08C
RGB
CMYK
RGB Variations
Color information
#ECF08C (or 0xECF08C) is known color: Jonquil. HEX triplet: EC, F0 and 8C. RGB value is (236,240,140). Sum of RGB (Red+Green+Blue) = 236+240+140=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF08C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF08C is #130F73. Grayscale: #E3E3E3. Windows color (decimal): -1249140 or 9236716. OLE color: 9236716.
HSL color Cylindrical-coordinate representation of color #ECF08C: hue angle of 62.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ECF08C is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 140 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.06 |
| HSL | 62.4º | 0.77% | 0.75% | - |
| HSV(B) | 62.4º | 0.42% | 0.94% | - |
| XYZ | 70.49 | 82.05 | 36.93 | - |
| YUV | 227.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 140 | 0.02 | 0 | 0.42 | 0.06 | 62.4 | 0.77 | 0.75 |
| Hex | EC | F0 | 8C | 2 | 0 | 2A | 6 | 3E | 4D | 4B |
| Octal | 354 | 360 | 214 | 2 | 0 | 52 | 6 | 76 | 115 | 113 |
| Binary | 11101100 | 11110000 | 10001100 | 10 | 0 | 101010 | 110 | 111110 | 1001101 | 1001011 |
Color Harmonies of #ECF08C
Complementary color
Monochromatic Colors of #ECF08C
Black with #ECF08C
Text Example
Text Example
White with #ECF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF08C; }
p { color: rgb(236,240,140); }
H1.HeaderClassName
{
color: #ECF08C;
}
.AnyTagClassName
{
color: #ECF08C;
}
</style>
background-color css
<style>
a { background-color: #ECF08C; }
a { background-color: rgb(236,240,140); }
div.DivClassName
{
background-color: #ECF08C;
}
.BgClassName
{
background-color: #ECF08C;
}
</style>
border-color css
<style>
span { border-color: #ECF08C; }
span { border-color: rgb(236,240,140); }
td.TdClassName
{
border-color: #ECF08C;
}
.TagClassName
{
border-color: #ECF08C;
}
</style>