Shades of Jonquil #EDEF8F
Tints of Jonquil #EDEF8F
RGB
CMYK
RGB Variations
Color information
#EDEF8F (or 0xEDEF8F) is known color: Jonquil. HEX triplet: ED, EF and 8F. RGB value is (237,239,143). Sum of RGB (Red+Green+Blue) = 237+239+143=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 143 (56.25% from 255 or 23.10% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEF8F is #121070. Grayscale: #E3E3E3. Windows color (decimal): -1183857 or 9433069. OLE color: 9433069.
HSL color Cylindrical-coordinate representation of color #EDEF8F: hue angle of 61.25º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDEF8F is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 239 | 143 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.06 |
| HSL | 61.25º | 0.75% | 0.75% | - |
| HSV(B) | 61.25º | 0.4% | 0.94% | - |
| XYZ | 70.75 | 81.72 | 38.03 | - |
| YUV | 227.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 239 | 143 | 0.01 | 0 | 0.40 | 0.06 | 61.25 | 0.75 | 0.75 |
| Hex | ED | EF | 8F | 1 | 0 | 28 | 6 | 3D | 4B | 4B |
| Octal | 355 | 357 | 217 | 1 | 0 | 50 | 6 | 75 | 113 | 113 |
| Binary | 11101101 | 11101111 | 10001111 | 1 | 0 | 101000 | 110 | 111101 | 1001011 | 1001011 |
Color Harmonies of #EDEF8F
Complementary color
Monochromatic Colors of #EDEF8F
Black with #EDEF8F
Text Example
Text Example
White with #EDEF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEF8F; }
p { color: rgb(237,239,143); }
H1.HeaderClassName
{
color: #EDEF8F;
}
.AnyTagClassName
{
color: #EDEF8F;
}
</style>
background-color css
<style>
a { background-color: #EDEF8F; }
a { background-color: rgb(237,239,143); }
div.DivClassName
{
background-color: #EDEF8F;
}
.BgClassName
{
background-color: #EDEF8F;
}
</style>
border-color css
<style>
span { border-color: #EDEF8F; }
span { border-color: rgb(237,239,143); }
td.TdClassName
{
border-color: #EDEF8F;
}
.TagClassName
{
border-color: #EDEF8F;
}
</style>