Shades of Jonquil #EDF59B
Tints of Jonquil #EDF59B
RGB
CMYK
RGB Variations
Color information
#EDF59B (or 0xEDF59B) is known color: Jonquil. HEX triplet: ED, F5 and 9B. RGB value is (237,245,155). Sum of RGB (Red+Green+Blue) = 237+245+155=637 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.21% from 637); Green value is 245 (96.09% from 255 or 38.46% from 637); Blue value is 155 (60.94% from 255 or 24.33% from 637); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF59B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF59B is #120A64. Grayscale: #E8E8E8. Windows color (decimal): -1182309 or 10221037. OLE color: 10221037.
HSL color Cylindrical-coordinate representation of color #EDF59B: hue angle of 65.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDF59B is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 155 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.04 |
| HSL | 65.33º | 0.82% | 0.78% | - |
| HSV(B) | 65.33º | 0.37% | 0.96% | - |
| XYZ | 73.49 | 85.68 | 43.67 | - |
| YUV | 232.35 | 84.35 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 155 | 0.03 | 0 | 0.37 | 0.04 | 65.33 | 0.82 | 0.78 |
| Hex | ED | F5 | 9B | 3 | 0 | 25 | 4 | 41 | 52 | 4E |
| Octal | 355 | 365 | 233 | 3 | 0 | 45 | 4 | 101 | 122 | 116 |
| Binary | 11101101 | 11110101 | 10011011 | 11 | 0 | 100101 | 100 | 1000001 | 1010010 | 1001110 |
Color Harmonies of #EDF59B
Complementary color
Monochromatic Colors of #EDF59B
Black with #EDF59B
Text Example
Text Example
White with #EDF59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF59B; }
p { color: rgb(237,245,155); }
H1.HeaderClassName
{
color: #EDF59B;
}
.AnyTagClassName
{
color: #EDF59B;
}
</style>
background-color css
<style>
a { background-color: #EDF59B; }
a { background-color: rgb(237,245,155); }
div.DivClassName
{
background-color: #EDF59B;
}
.BgClassName
{
background-color: #EDF59B;
}
</style>
border-color css
<style>
span { border-color: #EDF59B; }
span { border-color: rgb(237,245,155); }
td.TdClassName
{
border-color: #EDF59B;
}
.TagClassName
{
border-color: #EDF59B;
}
</style>