Shades of Jonquil #ECEC8C
Tints of Jonquil #ECEC8C
RGB
CMYK
RGB Variations
Color information
#ECEC8C (or 0xECEC8C) is known color: Jonquil. HEX triplet: EC, EC and 8C. RGB value is (236,236,140). Sum of RGB (Red+Green+Blue) = 236+236+140=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 140 (55.08% from 255 or 22.88% from 612); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC8C is #131373. Grayscale: #E1E1E1. Windows color (decimal): -1250164 or 9235692. OLE color: 9235692.
HSL color Cylindrical-coordinate representation of color #ECEC8C: hue angle of 60º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ECEC8C is Cyan = 0, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 140 | - |
| CMYK | 0 | 0 | 0.41 | 0.07 |
| HSL | 60º | 0.72% | 0.74% | - |
| HSV(B) | 60º | 0.41% | 0.93% | - |
| XYZ | 69.32 | 79.72 | 36.54 | - |
| YUV | 225.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 140 | 0 | 0 | 0.41 | 0.07 | 60 | 0.72 | 0.74 |
| Hex | EC | EC | 8C | 0 | 0 | 29 | 7 | 3C | 48 | 4A |
| Octal | 354 | 354 | 214 | 0 | 0 | 51 | 7 | 74 | 110 | 112 |
| Binary | 11101100 | 11101100 | 10001100 | 0 | 0 | 101001 | 111 | 111100 | 1001000 | 1001010 |
Color Harmonies of #ECEC8C
Complementary color
Monochromatic Colors of #ECEC8C
Black with #ECEC8C
Text Example
Text Example
White with #ECEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC8C; }
p { color: rgb(236,236,140); }
H1.HeaderClassName
{
color: #ECEC8C;
}
.AnyTagClassName
{
color: #ECEC8C;
}
</style>
background-color css
<style>
a { background-color: #ECEC8C; }
a { background-color: rgb(236,236,140); }
div.DivClassName
{
background-color: #ECEC8C;
}
.BgClassName
{
background-color: #ECEC8C;
}
</style>
border-color css
<style>
span { border-color: #ECEC8C; }
span { border-color: rgb(236,236,140); }
td.TdClassName
{
border-color: #ECEC8C;
}
.TagClassName
{
border-color: #ECEC8C;
}
</style>