Shades of Jonquil #EBED9C
Tints of Jonquil #EBED9C
RGB
CMYK
RGB Variations
Color information
#EBED9C (or 0xEBED9C) is known color: Jonquil. HEX triplet: EB, ED and 9C. RGB value is (235,237,156). Sum of RGB (Red+Green+Blue) = 235+237+156=628 (83% of max value = 765). Red value is 235 (92.19% from 255 or 37.42% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 156 (61.33% from 255 or 24.84% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED9C is #141263. Grayscale: #E3E3E3. Windows color (decimal): -1315428 or 10284523. OLE color: 10284523.
HSL color Cylindrical-coordinate representation of color #EBED9C: hue angle of 61.48º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBED9C is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 156 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.07 |
| HSL | 61.48º | 0.69% | 0.77% | - |
| HSV(B) | 61.48º | 0.34% | 0.93% | - |
| XYZ | 70.55 | 80.63 | 43.3 | - |
| YUV | 227.17 | 87.84 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 156 | 0.01 | 0 | 0.34 | 0.07 | 61.48 | 0.69 | 0.77 |
| Hex | EB | ED | 9C | 1 | 0 | 22 | 7 | 3D | 45 | 4D |
| Octal | 353 | 355 | 234 | 1 | 0 | 42 | 7 | 75 | 105 | 115 |
| Binary | 11101011 | 11101101 | 10011100 | 1 | 0 | 100010 | 111 | 111101 | 1000101 | 1001101 |
Color Harmonies of #EBED9C
Complementary color
Monochromatic Colors of #EBED9C
Black with #EBED9C
Text Example
Text Example
White with #EBED9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED9C; }
p { color: rgb(235,237,156); }
H1.HeaderClassName
{
color: #EBED9C;
}
.AnyTagClassName
{
color: #EBED9C;
}
</style>
background-color css
<style>
a { background-color: #EBED9C; }
a { background-color: rgb(235,237,156); }
div.DivClassName
{
background-color: #EBED9C;
}
.BgClassName
{
background-color: #EBED9C;
}
</style>
border-color css
<style>
span { border-color: #EBED9C; }
span { border-color: rgb(235,237,156); }
td.TdClassName
{
border-color: #EBED9C;
}
.TagClassName
{
border-color: #EBED9C;
}
</style>