Shades of Jonquil #EDF09B
Tints of Jonquil #EDF09B
RGB
CMYK
RGB Variations
Color information
#EDF09B (or 0xEDF09B) is known color: Jonquil. HEX triplet: ED, F0 and 9B. RGB value is (237,240,155). Sum of RGB (Red+Green+Blue) = 237+240+155=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 155 (60.94% from 255 or 24.53% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF09B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF09B is #120F64. Grayscale: #E5E5E5. Windows color (decimal): -1183589 or 10219757. OLE color: 10219757.
HSL color Cylindrical-coordinate representation of color #EDF09B: hue angle of 62.12º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EDF09B is Cyan = 0.01, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 155 | - |
| CMYK | 0.01 | 0 | 0.35 | 0.06 |
| HSL | 62.12º | 0.74% | 0.77% | - |
| HSV(B) | 62.12º | 0.35% | 0.94% | - |
| XYZ | 72 | 82.69 | 43.18 | - |
| YUV | 229.41 | 86.01 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 155 | 0.01 | 0 | 0.35 | 0.06 | 62.12 | 0.74 | 0.77 |
| Hex | ED | F0 | 9B | 1 | 0 | 23 | 6 | 3E | 4A | 4D |
| Octal | 355 | 360 | 233 | 1 | 0 | 43 | 6 | 76 | 112 | 115 |
| Binary | 11101101 | 11110000 | 10011011 | 1 | 0 | 100011 | 110 | 111110 | 1001010 | 1001101 |
Color Harmonies of #EDF09B
Complementary color
Monochromatic Colors of #EDF09B
Black with #EDF09B
Text Example
Text Example
White with #EDF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF09B; }
p { color: rgb(237,240,155); }
H1.HeaderClassName
{
color: #EDF09B;
}
.AnyTagClassName
{
color: #EDF09B;
}
</style>
background-color css
<style>
a { background-color: #EDF09B; }
a { background-color: rgb(237,240,155); }
div.DivClassName
{
background-color: #EDF09B;
}
.BgClassName
{
background-color: #EDF09B;
}
</style>
border-color css
<style>
span { border-color: #EDF09B; }
span { border-color: rgb(237,240,155); }
td.TdClassName
{
border-color: #EDF09B;
}
.TagClassName
{
border-color: #EDF09B;
}
</style>