Shades of Honeysuckle #EDF556
Tints of Honeysuckle #EDF556
RGB
CMYK
RGB Variations
Color information
#EDF556 (or 0xEDF556) is known color: Honeysuckle. HEX triplet: ED, F5 and 56. RGB value is (237,245,86). Sum of RGB (Red+Green+Blue) = 237+245+86=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 86 (33.98% from 255 or 15.14% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF556 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF556 is #120AA9. Grayscale: #E1E1E1. Windows color (decimal): -1182378 or 5699053. OLE color: 5699053.
HSL color Cylindrical-coordinate representation of color #EDF556: hue angle of 63.02º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDF556 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 86 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.04 |
| HSL | 63.02º | 0.89% | 0.65% | - |
| HSV(B) | 63.02º | 0.65% | 0.96% | - |
| XYZ | 69.26 | 83.98 | 21.36 | - |
| YUV | 224.48 | 49.85 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 86 | 0.03 | 0 | 0.65 | 0.04 | 63.02 | 0.89 | 0.65 |
| Hex | ED | F5 | 56 | 3 | 0 | 41 | 4 | 3F | 59 | 41 |
| Octal | 355 | 365 | 126 | 3 | 0 | 101 | 4 | 77 | 131 | 101 |
| Binary | 11101101 | 11110101 | 1010110 | 11 | 0 | 1000001 | 100 | 111111 | 1011001 | 1000001 |
Color Harmonies of #EDF556
Complementary color
Monochromatic Colors of #EDF556
Black with #EDF556
Text Example
Text Example
White with #EDF556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF556; }
p { color: rgb(237,245,86); }
H1.HeaderClassName
{
color: #EDF556;
}
.AnyTagClassName
{
color: #EDF556;
}
</style>
background-color css
<style>
a { background-color: #EDF556; }
a { background-color: rgb(237,245,86); }
div.DivClassName
{
background-color: #EDF556;
}
.BgClassName
{
background-color: #EDF556;
}
</style>
border-color css
<style>
span { border-color: #EDF556; }
span { border-color: rgb(237,245,86); }
td.TdClassName
{
border-color: #EDF556;
}
.TagClassName
{
border-color: #EDF556;
}
</style>