Shades of Jonquil #EDF29E
Tints of Jonquil #EDF29E
RGB
CMYK
RGB Variations
Color information
#EDF29E (or 0xEDF29E) is known color: Jonquil. HEX triplet: ED, F2 and 9E. RGB value is (237,242,158). Sum of RGB (Red+Green+Blue) = 237+242+158=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 158 (62.11% from 255 or 24.80% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF29E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF29E is #120D61. Grayscale: #E7E7E7. Windows color (decimal): -1183074 or 10416877. OLE color: 10416877.
HSL color Cylindrical-coordinate representation of color #EDF29E: hue angle of 63.57º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDF29E is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 158 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.05 |
| HSL | 63.57º | 0.76% | 0.78% | - |
| HSV(B) | 63.57º | 0.35% | 0.95% | - |
| XYZ | 72.85 | 83.98 | 44.72 | - |
| YUV | 230.93 | 86.84 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 158 | 0.02 | 0 | 0.35 | 0.05 | 63.57 | 0.76 | 0.78 |
| Hex | ED | F2 | 9E | 2 | 0 | 23 | 5 | 40 | 4C | 4E |
| Octal | 355 | 362 | 236 | 2 | 0 | 43 | 5 | 100 | 114 | 116 |
| Binary | 11101101 | 11110010 | 10011110 | 10 | 0 | 100011 | 101 | 1000000 | 1001100 | 1001110 |
Color Harmonies of #EDF29E
Complementary color
Monochromatic Colors of #EDF29E
Black with #EDF29E
Text Example
Text Example
White with #EDF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF29E; }
p { color: rgb(237,242,158); }
H1.HeaderClassName
{
color: #EDF29E;
}
.AnyTagClassName
{
color: #EDF29E;
}
</style>
background-color css
<style>
a { background-color: #EDF29E; }
a { background-color: rgb(237,242,158); }
div.DivClassName
{
background-color: #EDF29E;
}
.BgClassName
{
background-color: #EDF29E;
}
</style>
border-color css
<style>
span { border-color: #EDF29E; }
span { border-color: rgb(237,242,158); }
td.TdClassName
{
border-color: #EDF29E;
}
.TagClassName
{
border-color: #EDF29E;
}
</style>