Shades of Jonquil #ECF08D
Tints of Jonquil #ECF08D
RGB
CMYK
RGB Variations
Color information
#ECF08D (or 0xECF08D) is known color: Jonquil. HEX triplet: EC, F0 and 8D. RGB value is (236,240,141). Sum of RGB (Red+Green+Blue) = 236+240+141=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 240 (94.14% from 255 or 38.90% from 617); Blue value is 141 (55.47% from 255 or 22.85% from 617); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF08D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF08D is #130F72. Grayscale: #E3E3E3. Windows color (decimal): -1249139 or 9302252. OLE color: 9302252.
HSL color Cylindrical-coordinate representation of color #ECF08D: hue angle of 62.42º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECF08D is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 141 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.06 |
| HSL | 62.42º | 0.77% | 0.75% | - |
| HSV(B) | 62.42º | 0.41% | 0.94% | - |
| XYZ | 70.56 | 82.08 | 37.32 | - |
| YUV | 227.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 141 | 0.02 | 0 | 0.41 | 0.06 | 62.42 | 0.77 | 0.75 |
| Hex | EC | F0 | 8D | 2 | 0 | 29 | 6 | 3E | 4D | 4B |
| Octal | 354 | 360 | 215 | 2 | 0 | 51 | 6 | 76 | 115 | 113 |
| Binary | 11101100 | 11110000 | 10001101 | 10 | 0 | 101001 | 110 | 111110 | 1001101 | 1001011 |
Color Harmonies of #ECF08D
Complementary color
Monochromatic Colors of #ECF08D
Black with #ECF08D
Text Example
Text Example
White with #ECF08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF08D; }
p { color: rgb(236,240,141); }
H1.HeaderClassName
{
color: #ECF08D;
}
.AnyTagClassName
{
color: #ECF08D;
}
</style>
background-color css
<style>
a { background-color: #ECF08D; }
a { background-color: rgb(236,240,141); }
div.DivClassName
{
background-color: #ECF08D;
}
.BgClassName
{
background-color: #ECF08D;
}
</style>
border-color css
<style>
span { border-color: #ECF08D; }
span { border-color: rgb(236,240,141); }
td.TdClassName
{
border-color: #ECF08D;
}
.TagClassName
{
border-color: #ECF08D;
}
</style>