Shades of Jonquil #ECEC96
Tints of Jonquil #ECEC96
RGB
CMYK
RGB Variations
Color information
#ECEC96 (or 0xECEC96) is known color: Jonquil. HEX triplet: EC, EC and 96. RGB value is (236,236,150). Sum of RGB (Red+Green+Blue) = 236+236+150=622 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.94% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC96 is #131369. Grayscale: #E2E2E2. Windows color (decimal): -1250154 or 9891052. OLE color: 9891052.
HSL color Cylindrical-coordinate representation of color #ECEC96: hue angle of 60º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ECEC96 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 150 | - |
| CMYK | 0 | 0 | 0.36 | 0.07 |
| HSL | 60º | 0.69% | 0.76% | - |
| HSV(B) | 60º | 0.36% | 0.93% | - |
| XYZ | 70.09 | 80.03 | 40.61 | - |
| YUV | 226.2 | 85 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 150 | 0 | 0 | 0.36 | 0.07 | 60 | 0.69 | 0.76 |
| Hex | EC | EC | 96 | 0 | 0 | 24 | 7 | 3C | 45 | 4C |
| Octal | 354 | 354 | 226 | 0 | 0 | 44 | 7 | 74 | 105 | 114 |
| Binary | 11101100 | 11101100 | 10010110 | 0 | 0 | 100100 | 111 | 111100 | 1000101 | 1001100 |
Color Harmonies of #ECEC96
Complementary color
Monochromatic Colors of #ECEC96
Black with #ECEC96
Text Example
Text Example
White with #ECEC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC96; }
p { color: rgb(236,236,150); }
H1.HeaderClassName
{
color: #ECEC96;
}
.AnyTagClassName
{
color: #ECEC96;
}
</style>
background-color css
<style>
a { background-color: #ECEC96; }
a { background-color: rgb(236,236,150); }
div.DivClassName
{
background-color: #ECEC96;
}
.BgClassName
{
background-color: #ECEC96;
}
</style>
border-color css
<style>
span { border-color: #ECEC96; }
span { border-color: rgb(236,236,150); }
td.TdClassName
{
border-color: #ECEC96;
}
.TagClassName
{
border-color: #ECEC96;
}
</style>