Shades of Jonquil #EBF096
Tints of Jonquil #EBF096
RGB
CMYK
RGB Variations
Color information
#EBF096 (or 0xEBF096) is known color: Jonquil. HEX triplet: EB, F0 and 96. RGB value is (235,240,150). Sum of RGB (Red+Green+Blue) = 235+240+150=625 (82% of max value = 765). Red value is 235 (92.19% from 255 or 37.6% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 150 (58.98% from 255 or 24% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF096 is #140F69. Grayscale: #E4E4E4. Windows color (decimal): -1314666 or 9892075. OLE color: 9892075.
HSL color Cylindrical-coordinate representation of color #EBF096: hue angle of 63.33º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EBF096 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 150 | - |
| CMYK | 0.02 | 0 | 0.37 | 0.06 |
| HSL | 63.33º | 0.75% | 0.76% | - |
| HSV(B) | 63.33º | 0.38% | 0.94% | - |
| XYZ | 70.93 | 82.18 | 40.98 | - |
| YUV | 228.25 | 83.84 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 150 | 0.02 | 0 | 0.37 | 0.06 | 63.33 | 0.75 | 0.76 |
| Hex | EB | F0 | 96 | 2 | 0 | 25 | 6 | 3F | 4B | 4C |
| Octal | 353 | 360 | 226 | 2 | 0 | 45 | 6 | 77 | 113 | 114 |
| Binary | 11101011 | 11110000 | 10010110 | 10 | 0 | 100101 | 110 | 111111 | 1001011 | 1001100 |
Color Harmonies of #EBF096
Complementary color
Monochromatic Colors of #EBF096
Black with #EBF096
Text Example
Text Example
White with #EBF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF096; }
p { color: rgb(235,240,150); }
H1.HeaderClassName
{
color: #EBF096;
}
.AnyTagClassName
{
color: #EBF096;
}
</style>
background-color css
<style>
a { background-color: #EBF096; }
a { background-color: rgb(235,240,150); }
div.DivClassName
{
background-color: #EBF096;
}
.BgClassName
{
background-color: #EBF096;
}
</style>
border-color css
<style>
span { border-color: #EBF096; }
span { border-color: rgb(235,240,150); }
td.TdClassName
{
border-color: #EBF096;
}
.TagClassName
{
border-color: #EBF096;
}
</style>