Shades of Jonquil #EBED8D
Tints of Jonquil #EBED8D
RGB
CMYK
RGB Variations
Color information
#EBED8D (or 0xEBED8D) is known color: Jonquil. HEX triplet: EB, ED and 8D. RGB value is (235,237,141). Sum of RGB (Red+Green+Blue) = 235+237+141=613 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.34% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 141 (55.47% from 255 or 23.00% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED8D is #141272. Grayscale: #E1E1E1. Windows color (decimal): -1315443 or 9301483. OLE color: 9301483.
HSL color Cylindrical-coordinate representation of color #EBED8D: hue angle of 61.25º 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 #EBED8D is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 141 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.07 |
| HSL | 61.25º | 0.73% | 0.74% | - |
| HSV(B) | 61.25º | 0.41% | 0.93% | - |
| XYZ | 69.35 | 80.15 | 37.02 | - |
| YUV | 225.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 141 | 0.01 | 0 | 0.41 | 0.07 | 61.25 | 0.73 | 0.74 |
| Hex | EB | ED | 8D | 1 | 0 | 29 | 7 | 3D | 49 | 4A |
| Octal | 353 | 355 | 215 | 1 | 0 | 51 | 7 | 75 | 111 | 112 |
| Binary | 11101011 | 11101101 | 10001101 | 1 | 0 | 101001 | 111 | 111101 | 1001001 | 1001010 |
Color Harmonies of #EBED8D
Complementary color
Monochromatic Colors of #EBED8D
Black with #EBED8D
Text Example
Text Example
White with #EBED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED8D; }
p { color: rgb(235,237,141); }
H1.HeaderClassName
{
color: #EBED8D;
}
.AnyTagClassName
{
color: #EBED8D;
}
</style>
background-color css
<style>
a { background-color: #EBED8D; }
a { background-color: rgb(235,237,141); }
div.DivClassName
{
background-color: #EBED8D;
}
.BgClassName
{
background-color: #EBED8D;
}
</style>
border-color css
<style>
span { border-color: #EBED8D; }
span { border-color: rgb(235,237,141); }
td.TdClassName
{
border-color: #EBED8D;
}
.TagClassName
{
border-color: #EBED8D;
}
</style>