Shades of Jonquil #ECF395
Tints of Jonquil #ECF395
RGB
CMYK
RGB Variations
Color information
#ECF395 (or 0xECF395) is known color: Jonquil. HEX triplet: EC, F3 and 95. RGB value is (236,243,149). Sum of RGB (Red+Green+Blue) = 236+243+149=628 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.58% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF395 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF395 is #130C6A. Grayscale: #E6E6E6. Windows color (decimal): -1248363 or 9827308. OLE color: 9827308.
HSL color Cylindrical-coordinate representation of color #ECF395: hue angle of 64.47º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECF395 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 149 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.05 |
| HSL | 64.47º | 0.8% | 0.77% | - |
| HSV(B) | 64.47º | 0.39% | 0.95% | - |
| XYZ | 72.07 | 84.1 | 40.87 | - |
| YUV | 230.19 | 82.18 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 149 | 0.03 | 0 | 0.39 | 0.05 | 64.47 | 0.8 | 0.77 |
| Hex | EC | F3 | 95 | 3 | 0 | 27 | 5 | 40 | 50 | 4D |
| Octal | 354 | 363 | 225 | 3 | 0 | 47 | 5 | 100 | 120 | 115 |
| Binary | 11101100 | 11110011 | 10010101 | 11 | 0 | 100111 | 101 | 1000000 | 1010000 | 1001101 |
Color Harmonies of #ECF395
Complementary color
Monochromatic Colors of #ECF395
Black with #ECF395
Text Example
Text Example
White with #ECF395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF395; }
p { color: rgb(236,243,149); }
H1.HeaderClassName
{
color: #ECF395;
}
.AnyTagClassName
{
color: #ECF395;
}
</style>
background-color css
<style>
a { background-color: #ECF395; }
a { background-color: rgb(236,243,149); }
div.DivClassName
{
background-color: #ECF395;
}
.BgClassName
{
background-color: #ECF395;
}
</style>
border-color css
<style>
span { border-color: #ECF395; }
span { border-color: rgb(236,243,149); }
td.TdClassName
{
border-color: #ECF395;
}
.TagClassName
{
border-color: #ECF395;
}
</style>