Shades of Jonquil #ECF99A
Tints of Jonquil #ECF99A
RGB
CMYK
RGB Variations
Color information
#ECF99A (or 0xECF99A) is known color: Jonquil. HEX triplet: EC, F9 and 9A. RGB value is (236,249,154). Sum of RGB (Red+Green+Blue) = 236+249+154=639 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.93% from 639); Green value is 249 (97.66% from 255 or 38.97% from 639); Blue value is 154 (60.55% from 255 or 24.10% from 639); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF99A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECF99A is #130665. Grayscale: #EAEAEA. Windows color (decimal): -1246822 or 10156524. OLE color: 10156524.
HSL color Cylindrical-coordinate representation of color #ECF99A: hue angle of 68.21º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECF99A is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 154 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.02 |
| HSL | 68.21º | 0.89% | 0.79% | - |
| HSV(B) | 68.21º | 0.38% | 0.98% | - |
| XYZ | 74.3 | 87.92 | 43.63 | - |
| YUV | 234.28 | 82.69 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 154 | 0.05 | 0 | 0.38 | 0.02 | 68.21 | 0.89 | 0.79 |
| Hex | EC | F9 | 9A | 5 | 0 | 26 | 2 | 44 | 59 | 4F |
| Octal | 354 | 371 | 232 | 5 | 0 | 46 | 2 | 104 | 131 | 117 |
| Binary | 11101100 | 11111001 | 10011010 | 101 | 0 | 100110 | 10 | 1000100 | 1011001 | 1001111 |
Color Harmonies of #ECF99A
Complementary color
Monochromatic Colors of #ECF99A
Black with #ECF99A
Text Example
Text Example
White with #ECF99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF99A; }
p { color: rgb(236,249,154); }
H1.HeaderClassName
{
color: #ECF99A;
}
.AnyTagClassName
{
color: #ECF99A;
}
</style>
background-color css
<style>
a { background-color: #ECF99A; }
a { background-color: rgb(236,249,154); }
div.DivClassName
{
background-color: #ECF99A;
}
.BgClassName
{
background-color: #ECF99A;
}
</style>
border-color css
<style>
span { border-color: #ECF99A; }
span { border-color: rgb(236,249,154); }
td.TdClassName
{
border-color: #ECF99A;
}
.TagClassName
{
border-color: #ECF99A;
}
</style>