Shades of Honeysuckle #EDF759
Tints of Honeysuckle #EDF759
RGB
CMYK
RGB Variations
Color information
#EDF759 (or 0xEDF759) is known color: Honeysuckle. HEX triplet: ED, F7 and 59. RGB value is (237,247,89). Sum of RGB (Red+Green+Blue) = 237+247+89=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 247 (96.88% from 255 or 43.11% from 573); Blue value is 89 (35.16% from 255 or 15.53% from 573); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF759 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF759 is #1208A6. Grayscale: #E2E2E2. Windows color (decimal): -1181863 or 5896173. OLE color: 5896173.
HSL color Cylindrical-coordinate representation of color #EDF759: hue angle of 63.8º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDF759 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 89 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.03 |
| HSL | 63.8º | 0.91% | 0.66% | - |
| HSV(B) | 63.8º | 0.64% | 0.97% | - |
| XYZ | 69.99 | 85.25 | 22.22 | - |
| YUV | 226 | 50.69 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 89 | 0.04 | 0 | 0.64 | 0.03 | 63.8 | 0.91 | 0.66 |
| Hex | ED | F7 | 59 | 4 | 0 | 40 | 3 | 40 | 5B | 42 |
| Octal | 355 | 367 | 131 | 4 | 0 | 100 | 3 | 100 | 133 | 102 |
| Binary | 11101101 | 11110111 | 1011001 | 100 | 0 | 1000000 | 11 | 1000000 | 1011011 | 1000010 |
Color Harmonies of #EDF759
Complementary color
Monochromatic Colors of #EDF759
Black with #EDF759
Text Example
Text Example
White with #EDF759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF759; }
p { color: rgb(237,247,89); }
H1.HeaderClassName
{
color: #EDF759;
}
.AnyTagClassName
{
color: #EDF759;
}
</style>
background-color css
<style>
a { background-color: #EDF759; }
a { background-color: rgb(237,247,89); }
div.DivClassName
{
background-color: #EDF759;
}
.BgClassName
{
background-color: #EDF759;
}
</style>
border-color css
<style>
span { border-color: #EDF759; }
span { border-color: rgb(237,247,89); }
td.TdClassName
{
border-color: #EDF759;
}
.TagClassName
{
border-color: #EDF759;
}
</style>