Shades of Jonquil #EBF195
Tints of Jonquil #EBF195
RGB
CMYK
RGB Variations
Color information
#EBF195 (or 0xEBF195) is known color: Jonquil. HEX triplet: EB, F1 and 95. RGB value is (235,241,149). Sum of RGB (Red+Green+Blue) = 235+241+149=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 241 (94.53% from 255 or 38.56% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF195 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF195 is #140E6A. Grayscale: #E5E5E5. Windows color (decimal): -1314411 or 9826795. OLE color: 9826795.
HSL color Cylindrical-coordinate representation of color #EBF195: hue angle of 63.91º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBF195 is Cyan = 0.02, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 241 | 149 | - |
| CMYK | 0.02 | 0 | 0.38 | 0.05 |
| HSL | 63.91º | 0.77% | 0.76% | - |
| HSV(B) | 63.91º | 0.38% | 0.95% | - |
| XYZ | 71.14 | 82.74 | 40.66 | - |
| YUV | 228.72 | 83.01 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 241 | 149 | 0.02 | 0 | 0.38 | 0.05 | 63.91 | 0.77 | 0.76 |
| Hex | EB | F1 | 95 | 2 | 0 | 26 | 5 | 40 | 4D | 4C |
| Octal | 353 | 361 | 225 | 2 | 0 | 46 | 5 | 100 | 115 | 114 |
| Binary | 11101011 | 11110001 | 10010101 | 10 | 0 | 100110 | 101 | 1000000 | 1001101 | 1001100 |
Color Harmonies of #EBF195
Complementary color
Monochromatic Colors of #EBF195
Black with #EBF195
Text Example
Text Example
White with #EBF195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF195; }
p { color: rgb(235,241,149); }
H1.HeaderClassName
{
color: #EBF195;
}
.AnyTagClassName
{
color: #EBF195;
}
</style>
background-color css
<style>
a { background-color: #EBF195; }
a { background-color: rgb(235,241,149); }
div.DivClassName
{
background-color: #EBF195;
}
.BgClassName
{
background-color: #EBF195;
}
</style>
border-color css
<style>
span { border-color: #EBF195; }
span { border-color: rgb(235,241,149); }
td.TdClassName
{
border-color: #EBF195;
}
.TagClassName
{
border-color: #EBF195;
}
</style>