Shades of Jonquil #EDF096
Tints of Jonquil #EDF096
RGB
CMYK
RGB Variations
Color information
#EDF096 (or 0xEDF096) is known color: Jonquil. HEX triplet: ED, F0 and 96. RGB value is (237,240,150). Sum of RGB (Red+Green+Blue) = 237+240+150=627 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.80% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 150 (58.98% from 255 or 23.92% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF096 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF096 is #120F69. Grayscale: #E5E5E5. Windows color (decimal): -1183594 or 9892077. OLE color: 9892077.
HSL color Cylindrical-coordinate representation of color #EDF096: hue angle of 62º 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 #EDF096 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 150 | - |
| CMYK | 0.01 | 0 | 0.37 | 0.06 |
| HSL | 62º | 0.75% | 0.76% | - |
| HSV(B) | 62º | 0.38% | 0.94% | - |
| XYZ | 71.59 | 82.53 | 41.01 | - |
| YUV | 228.84 | 83.51 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 150 | 0.01 | 0 | 0.37 | 0.06 | 62 | 0.75 | 0.76 |
| Hex | ED | F0 | 96 | 1 | 0 | 25 | 6 | 3E | 4B | 4C |
| Octal | 355 | 360 | 226 | 1 | 0 | 45 | 6 | 76 | 113 | 114 |
| Binary | 11101101 | 11110000 | 10010110 | 1 | 0 | 100101 | 110 | 111110 | 1001011 | 1001100 |
Color Harmonies of #EDF096
Complementary color
Monochromatic Colors of #EDF096
Black with #EDF096
Text Example
Text Example
White with #EDF096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF096; }
p { color: rgb(237,240,150); }
H1.HeaderClassName
{
color: #EDF096;
}
.AnyTagClassName
{
color: #EDF096;
}
</style>
background-color css
<style>
a { background-color: #EDF096; }
a { background-color: rgb(237,240,150); }
div.DivClassName
{
background-color: #EDF096;
}
.BgClassName
{
background-color: #EDF096;
}
</style>
border-color css
<style>
span { border-color: #EDF096; }
span { border-color: rgb(237,240,150); }
td.TdClassName
{
border-color: #EDF096;
}
.TagClassName
{
border-color: #EDF096;
}
</style>