Shades of Jonquil #ECED9A
Tints of Jonquil #ECED9A
RGB
CMYK
RGB Variations
Color information
#ECED9A (or 0xECED9A) is known color: Jonquil. HEX triplet: EC, ED and 9A. RGB value is (236,237,154). Sum of RGB (Red+Green+Blue) = 236+237+154=627 (83% of max value = 765). Red value is 236 (92.58% from 255 or 37.64% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 154 (60.55% from 255 or 24.56% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED9A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECED9A is #131265. Grayscale: #E3E3E3. Windows color (decimal): -1249894 or 10153452. OLE color: 10153452.
HSL color Cylindrical-coordinate representation of color #ECED9A: hue angle of 60.72º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECED9A is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 154 | - |
| CMYK | 0.00 | 0 | 0.35 | 0.07 |
| HSL | 60.72º | 0.7% | 0.77% | - |
| HSV(B) | 60.72º | 0.35% | 0.93% | - |
| XYZ | 70.71 | 80.73 | 42.43 | - |
| YUV | 227.24 | 86.67 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 154 | 0.00 | 0 | 0.35 | 0.07 | 60.72 | 0.7 | 0.77 |
| Hex | EC | ED | 9A | 0 | 0 | 23 | 7 | 3D | 46 | 4D |
| Octal | 354 | 355 | 232 | 0 | 0 | 43 | 7 | 75 | 106 | 115 |
| Binary | 11101100 | 11101101 | 10011010 | 0 | 0 | 100011 | 111 | 111101 | 1000110 | 1001101 |
Color Harmonies of #ECED9A
Complementary color
Monochromatic Colors of #ECED9A
Black with #ECED9A
Text Example
Text Example
White with #ECED9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED9A; }
p { color: rgb(236,237,154); }
H1.HeaderClassName
{
color: #ECED9A;
}
.AnyTagClassName
{
color: #ECED9A;
}
</style>
background-color css
<style>
a { background-color: #ECED9A; }
a { background-color: rgb(236,237,154); }
div.DivClassName
{
background-color: #ECED9A;
}
.BgClassName
{
background-color: #ECED9A;
}
</style>
border-color css
<style>
span { border-color: #ECED9A; }
span { border-color: rgb(236,237,154); }
td.TdClassName
{
border-color: #ECED9A;
}
.TagClassName
{
border-color: #ECED9A;
}
</style>