Shades of Jonquil #ECF28F
Tints of Jonquil #ECF28F
RGB
CMYK
RGB Variations
Color information
#ECF28F (or 0xECF28F) is known color: Jonquil. HEX triplet: EC, F2 and 8F. RGB value is (236,242,143). Sum of RGB (Red+Green+Blue) = 236+242+143=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 143 (56.25% from 255 or 23.03% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF28F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF28F is #130D70. Grayscale: #E5E5E5. Windows color (decimal): -1248625 or 9433836. OLE color: 9433836.
HSL color Cylindrical-coordinate representation of color #ECF28F: hue angle of 63.64º degrees, saturation: 0.79, 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 #ECF28F is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 143 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.05 |
| HSL | 63.64º | 0.79% | 0.75% | - |
| HSV(B) | 63.64º | 0.41% | 0.95% | - |
| XYZ | 71.3 | 83.32 | 38.31 | - |
| YUV | 228.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 143 | 0.02 | 0 | 0.41 | 0.05 | 63.64 | 0.79 | 0.75 |
| Hex | EC | F2 | 8F | 2 | 0 | 29 | 5 | 40 | 4F | 4B |
| Octal | 354 | 362 | 217 | 2 | 0 | 51 | 5 | 100 | 117 | 113 |
| Binary | 11101100 | 11110010 | 10001111 | 10 | 0 | 101001 | 101 | 1000000 | 1001111 | 1001011 |
Color Harmonies of #ECF28F
Complementary color
Monochromatic Colors of #ECF28F
Black with #ECF28F
Text Example
Text Example
White with #ECF28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF28F; }
p { color: rgb(236,242,143); }
H1.HeaderClassName
{
color: #ECF28F;
}
.AnyTagClassName
{
color: #ECF28F;
}
</style>
background-color css
<style>
a { background-color: #ECF28F; }
a { background-color: rgb(236,242,143); }
div.DivClassName
{
background-color: #ECF28F;
}
.BgClassName
{
background-color: #ECF28F;
}
</style>
border-color css
<style>
span { border-color: #ECF28F; }
span { border-color: rgb(236,242,143); }
td.TdClassName
{
border-color: #ECF28F;
}
.TagClassName
{
border-color: #ECF28F;
}
</style>