Shades of Honeysuckle #EDF557
Tints of Honeysuckle #EDF557
RGB
CMYK
RGB Variations
Color information
#EDF557 (or 0xEDF557) is known color: Honeysuckle. HEX triplet: ED, F5 and 57. RGB value is (237,245,87). Sum of RGB (Red+Green+Blue) = 237+245+87=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 87 (34.38% from 255 or 15.29% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF557 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF557 is #120AA8. Grayscale: #E1E1E1. Windows color (decimal): -1182377 or 5764589. OLE color: 5764589.
HSL color Cylindrical-coordinate representation of color #EDF557: hue angle of 63.04º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDF557 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 87 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.04 |
| HSL | 63.04º | 0.89% | 0.65% | - |
| HSV(B) | 63.04º | 0.64% | 0.96% | - |
| XYZ | 69.3 | 84 | 21.58 | - |
| YUV | 224.6 | 50.35 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 87 | 0.03 | 0 | 0.64 | 0.04 | 63.04 | 0.89 | 0.65 |
| Hex | ED | F5 | 57 | 3 | 0 | 40 | 4 | 3F | 59 | 41 |
| Octal | 355 | 365 | 127 | 3 | 0 | 100 | 4 | 77 | 131 | 101 |
| Binary | 11101101 | 11110101 | 1010111 | 11 | 0 | 1000000 | 100 | 111111 | 1011001 | 1000001 |
Color Harmonies of #EDF557
Complementary color
Monochromatic Colors of #EDF557
Black with #EDF557
Text Example
Text Example
White with #EDF557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF557; }
p { color: rgb(237,245,87); }
H1.HeaderClassName
{
color: #EDF557;
}
.AnyTagClassName
{
color: #EDF557;
}
</style>
background-color css
<style>
a { background-color: #EDF557; }
a { background-color: rgb(237,245,87); }
div.DivClassName
{
background-color: #EDF557;
}
.BgClassName
{
background-color: #EDF557;
}
</style>
border-color css
<style>
span { border-color: #EDF557; }
span { border-color: rgb(237,245,87); }
td.TdClassName
{
border-color: #EDF557;
}
.TagClassName
{
border-color: #EDF557;
}
</style>