Shades of Jonquil #ECED8E
Tints of Jonquil #ECED8E
RGB
CMYK
RGB Variations
Color information
#ECED8E (or 0xECED8E) is known color: Jonquil. HEX triplet: EC, ED and 8E. RGB value is (236,237,142). Sum of RGB (Red+Green+Blue) = 236+237+142=615 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.37% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 142 (55.86% from 255 or 23.09% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED8E is #131271. Grayscale: #E2E2E2. Windows color (decimal): -1249906 or 9367020. OLE color: 9367020.
HSL color Cylindrical-coordinate representation of color #ECED8E: hue angle of 60.63º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECED8E is Cyan = 0.00, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 142 | - |
| CMYK | 0.00 | 0 | 0.40 | 0.07 |
| HSL | 60.63º | 0.73% | 0.74% | - |
| HSV(B) | 60.63º | 0.4% | 0.93% | - |
| XYZ | 69.76 | 80.35 | 37.42 | - |
| YUV | 225.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 142 | 0.00 | 0 | 0.40 | 0.07 | 60.63 | 0.73 | 0.74 |
| Hex | EC | ED | 8E | 0 | 0 | 28 | 7 | 3D | 49 | 4A |
| Octal | 354 | 355 | 216 | 0 | 0 | 50 | 7 | 75 | 111 | 112 |
| Binary | 11101100 | 11101101 | 10001110 | 0 | 0 | 101000 | 111 | 111101 | 1001001 | 1001010 |
Color Harmonies of #ECED8E
Complementary color
Monochromatic Colors of #ECED8E
Black with #ECED8E
Text Example
Text Example
White with #ECED8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED8E; }
p { color: rgb(236,237,142); }
H1.HeaderClassName
{
color: #ECED8E;
}
.AnyTagClassName
{
color: #ECED8E;
}
</style>
background-color css
<style>
a { background-color: #ECED8E; }
a { background-color: rgb(236,237,142); }
div.DivClassName
{
background-color: #ECED8E;
}
.BgClassName
{
background-color: #ECED8E;
}
</style>
border-color css
<style>
span { border-color: #ECED8E; }
span { border-color: rgb(236,237,142); }
td.TdClassName
{
border-color: #ECED8E;
}
.TagClassName
{
border-color: #ECED8E;
}
</style>