Shades of Jonquil #EDEC8D
Tints of Jonquil #EDEC8D
RGB
CMYK
RGB Variations
Color information
#EDEC8D (or 0xEDEC8D) is known color: Jonquil. HEX triplet: ED, EC and 8D. RGB value is (237,236,141). Sum of RGB (Red+Green+Blue) = 237+236+141=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEC8D is #121372. Grayscale: #E1E1E1. Windows color (decimal): -1184627 or 9301229. OLE color: 9301229.
HSL color Cylindrical-coordinate representation of color #EDEC8D: hue angle of 59.38º degrees, saturation: 0.73, 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 #EDEC8D is Cyan = 0, Magento = 0.00, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 141 | - |
| CMYK | 0 | 0.00 | 0.41 | 0.07 |
| HSL | 59.38º | 0.73% | 0.74% | - |
| HSV(B) | 59.38º | 0.41% | 0.93% | - |
| XYZ | 69.73 | 79.92 | 36.95 | - |
| YUV | 225.47 | 80.33 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 141 | 0 | 0.00 | 0.41 | 0.07 | 59.38 | 0.73 | 0.74 |
| Hex | ED | EC | 8D | 0 | 0 | 29 | 7 | 3B | 49 | 4A |
| Octal | 355 | 354 | 215 | 0 | 0 | 51 | 7 | 73 | 111 | 112 |
| Binary | 11101101 | 11101100 | 10001101 | 0 | 0 | 101001 | 111 | 111011 | 1001001 | 1001010 |
Color Harmonies of #EDEC8D
Complementary color
Monochromatic Colors of #EDEC8D
Black with #EDEC8D
Text Example
Text Example
White with #EDEC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC8D; }
p { color: rgb(237,236,141); }
H1.HeaderClassName
{
color: #EDEC8D;
}
.AnyTagClassName
{
color: #EDEC8D;
}
</style>
background-color css
<style>
a { background-color: #EDEC8D; }
a { background-color: rgb(237,236,141); }
div.DivClassName
{
background-color: #EDEC8D;
}
.BgClassName
{
background-color: #EDEC8D;
}
</style>
border-color css
<style>
span { border-color: #EDEC8D; }
span { border-color: rgb(237,236,141); }
td.TdClassName
{
border-color: #EDEC8D;
}
.TagClassName
{
border-color: #EDEC8D;
}
</style>