Shades of Jonquil #ECF18E
Tints of Jonquil #ECF18E
RGB
CMYK
RGB Variations
Color information
#ECF18E (or 0xECF18E) is known color: Jonquil. HEX triplet: EC, F1 and 8E. RGB value is (236,241,142). Sum of RGB (Red+Green+Blue) = 236+241+142=619 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.13% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 142 (55.86% from 255 or 22.94% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF18E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF18E is #130E71. Grayscale: #E4E4E4. Windows color (decimal): -1248882 or 9368044. OLE color: 9368044.
HSL color Cylindrical-coordinate representation of color #ECF18E: hue angle of 63.03º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECF18E is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 142 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.05 |
| HSL | 63.03º | 0.78% | 0.75% | - |
| HSV(B) | 63.03º | 0.41% | 0.95% | - |
| XYZ | 70.93 | 82.7 | 37.81 | - |
| YUV | 228.22 | 79.34 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 142 | 0.02 | 0 | 0.41 | 0.05 | 63.03 | 0.78 | 0.75 |
| Hex | EC | F1 | 8E | 2 | 0 | 29 | 5 | 3F | 4E | 4B |
| Octal | 354 | 361 | 216 | 2 | 0 | 51 | 5 | 77 | 116 | 113 |
| Binary | 11101100 | 11110001 | 10001110 | 10 | 0 | 101001 | 101 | 111111 | 1001110 | 1001011 |
Color Harmonies of #ECF18E
Complementary color
Monochromatic Colors of #ECF18E
Black with #ECF18E
Text Example
Text Example
White with #ECF18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF18E; }
p { color: rgb(236,241,142); }
H1.HeaderClassName
{
color: #ECF18E;
}
.AnyTagClassName
{
color: #ECF18E;
}
</style>
background-color css
<style>
a { background-color: #ECF18E; }
a { background-color: rgb(236,241,142); }
div.DivClassName
{
background-color: #ECF18E;
}
.BgClassName
{
background-color: #ECF18E;
}
</style>
border-color css
<style>
span { border-color: #ECF18E; }
span { border-color: rgb(236,241,142); }
td.TdClassName
{
border-color: #ECF18E;
}
.TagClassName
{
border-color: #ECF18E;
}
</style>