Shades of Jonquil #EBED8F
Tints of Jonquil #EBED8F
RGB
CMYK
RGB Variations
Color information
#EBED8F (or 0xEBED8F) is known color: Jonquil. HEX triplet: EB, ED and 8F. RGB value is (235,237,143). Sum of RGB (Red+Green+Blue) = 235+237+143=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 143 (56.25% from 255 or 23.25% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBED8F is #141270. Grayscale: #E2E2E2. Windows color (decimal): -1315441 or 9432555. OLE color: 9432555.
HSL color Cylindrical-coordinate representation of color #EBED8F: hue angle of 61.28º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EBED8F is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 143 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.07 |
| HSL | 61.28º | 0.72% | 0.75% | - |
| HSV(B) | 61.28º | 0.4% | 0.93% | - |
| XYZ | 69.5 | 80.21 | 37.81 | - |
| YUV | 225.69 | 81.34 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 143 | 0.01 | 0 | 0.40 | 0.07 | 61.28 | 0.72 | 0.75 |
| Hex | EB | ED | 8F | 1 | 0 | 28 | 7 | 3D | 48 | 4B |
| Octal | 353 | 355 | 217 | 1 | 0 | 50 | 7 | 75 | 110 | 113 |
| Binary | 11101011 | 11101101 | 10001111 | 1 | 0 | 101000 | 111 | 111101 | 1001000 | 1001011 |
Color Harmonies of #EBED8F
Complementary color
Monochromatic Colors of #EBED8F
Black with #EBED8F
Text Example
Text Example
White with #EBED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED8F; }
p { color: rgb(235,237,143); }
H1.HeaderClassName
{
color: #EBED8F;
}
.AnyTagClassName
{
color: #EBED8F;
}
</style>
background-color css
<style>
a { background-color: #EBED8F; }
a { background-color: rgb(235,237,143); }
div.DivClassName
{
background-color: #EBED8F;
}
.BgClassName
{
background-color: #EBED8F;
}
</style>
border-color css
<style>
span { border-color: #EBED8F; }
span { border-color: rgb(235,237,143); }
td.TdClassName
{
border-color: #EBED8F;
}
.TagClassName
{
border-color: #EBED8F;
}
</style>