Shades of Jonquil #EDF09C
Tints of Jonquil #EDF09C
RGB
CMYK
RGB Variations
Color information
#EDF09C (or 0xEDF09C) is known color: Jonquil. HEX triplet: ED, F0 and 9C. RGB value is (237,240,156). Sum of RGB (Red+Green+Blue) = 237+240+156=633 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.44% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 156 (61.33% from 255 or 24.64% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF09C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF09C is #120F63. Grayscale: #E5E5E5. Windows color (decimal): -1183588 or 10285293. OLE color: 10285293.
HSL color Cylindrical-coordinate representation of color #EDF09C: hue angle of 62.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDF09C is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 156 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.06 |
| HSL | 62.14º | 0.74% | 0.78% | - |
| HSV(B) | 62.14º | 0.35% | 0.94% | - |
| XYZ | 72.09 | 82.73 | 43.62 | - |
| YUV | 229.53 | 86.51 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 156 | 0.01 | 0 | 0.35 | 0.06 | 62.14 | 0.74 | 0.78 |
| Hex | ED | F0 | 9C | 1 | 0 | 23 | 6 | 3E | 4A | 4E |
| Octal | 355 | 360 | 234 | 1 | 0 | 43 | 6 | 76 | 112 | 116 |
| Binary | 11101101 | 11110000 | 10011100 | 1 | 0 | 100011 | 110 | 111110 | 1001010 | 1001110 |
Color Harmonies of #EDF09C
Complementary color
Monochromatic Colors of #EDF09C
Black with #EDF09C
Text Example
Text Example
White with #EDF09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF09C; }
p { color: rgb(237,240,156); }
H1.HeaderClassName
{
color: #EDF09C;
}
.AnyTagClassName
{
color: #EDF09C;
}
</style>
background-color css
<style>
a { background-color: #EDF09C; }
a { background-color: rgb(237,240,156); }
div.DivClassName
{
background-color: #EDF09C;
}
.BgClassName
{
background-color: #EDF09C;
}
</style>
border-color css
<style>
span { border-color: #EDF09C; }
span { border-color: rgb(237,240,156); }
td.TdClassName
{
border-color: #EDF09C;
}
.TagClassName
{
border-color: #EDF09C;
}
</style>