Shades of Jonquil #EBEC8C
Tints of Jonquil #EBEC8C
RGB
CMYK
RGB Variations
Color information
#EBEC8C (or 0xEBEC8C) is known color: Jonquil. HEX triplet: EB, EC and 8C. RGB value is (235,236,140). Sum of RGB (Red+Green+Blue) = 235+236+140=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBEC8C is #141373. Grayscale: #E1E1E1. Windows color (decimal): -1315700 or 9235691. OLE color: 9235691.
HSL color Cylindrical-coordinate representation of color #EBEC8C: hue angle of 60.63º 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 #EBEC8C is Cyan = 0.00, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 140 | - |
| CMYK | 0.00 | 0 | 0.41 | 0.07 |
| HSL | 60.63º | 0.72% | 0.74% | - |
| HSV(B) | 60.63º | 0.41% | 0.93% | - |
| XYZ | 68.99 | 79.55 | 36.53 | - |
| YUV | 224.76 | 80.17 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 140 | 0.00 | 0 | 0.41 | 0.07 | 60.63 | 0.72 | 0.74 |
| Hex | EB | EC | 8C | 0 | 0 | 29 | 7 | 3D | 48 | 4A |
| Octal | 353 | 354 | 214 | 0 | 0 | 51 | 7 | 75 | 110 | 112 |
| Binary | 11101011 | 11101100 | 10001100 | 0 | 0 | 101001 | 111 | 111101 | 1001000 | 1001010 |
Color Harmonies of #EBEC8C
Complementary color
Monochromatic Colors of #EBEC8C
Black with #EBEC8C
Text Example
Text Example
White with #EBEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC8C; }
p { color: rgb(235,236,140); }
H1.HeaderClassName
{
color: #EBEC8C;
}
.AnyTagClassName
{
color: #EBEC8C;
}
</style>
background-color css
<style>
a { background-color: #EBEC8C; }
a { background-color: rgb(235,236,140); }
div.DivClassName
{
background-color: #EBEC8C;
}
.BgClassName
{
background-color: #EBEC8C;
}
</style>
border-color css
<style>
span { border-color: #EBEC8C; }
span { border-color: rgb(235,236,140); }
td.TdClassName
{
border-color: #EBEC8C;
}
.TagClassName
{
border-color: #EBEC8C;
}
</style>