Shades of Honeysuckle #EDF560
Tints of Honeysuckle #EDF560
RGB
CMYK
RGB Variations
Color information
#EDF560 (or 0xEDF560) is known color: Honeysuckle. HEX triplet: ED, F5 and 60. RGB value is (237,245,96). Sum of RGB (Red+Green+Blue) = 237+245+96=578 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.00% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 96 (37.89% from 255 or 16.61% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF560 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF560 is #120A9F. Grayscale: #E2E2E2. Windows color (decimal): -1182368 or 6354413. OLE color: 6354413.
HSL color Cylindrical-coordinate representation of color #EDF560: hue angle of 63.22º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDF560 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 96 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.04 |
| HSL | 63.22º | 0.88% | 0.67% | - |
| HSV(B) | 63.22º | 0.61% | 0.96% | - |
| XYZ | 69.69 | 84.15 | 23.64 | - |
| YUV | 225.62 | 54.85 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 96 | 0.03 | 0 | 0.61 | 0.04 | 63.22 | 0.88 | 0.67 |
| Hex | ED | F5 | 60 | 3 | 0 | 3D | 4 | 3F | 58 | 43 |
| Octal | 355 | 365 | 140 | 3 | 0 | 75 | 4 | 77 | 130 | 103 |
| Binary | 11101101 | 11110101 | 1100000 | 11 | 0 | 111101 | 100 | 111111 | 1011000 | 1000011 |
Color Harmonies of #EDF560
Complementary color
Monochromatic Colors of #EDF560
Black with #EDF560
Text Example
Text Example
White with #EDF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF560; }
p { color: rgb(237,245,96); }
H1.HeaderClassName
{
color: #EDF560;
}
.AnyTagClassName
{
color: #EDF560;
}
</style>
background-color css
<style>
a { background-color: #EDF560; }
a { background-color: rgb(237,245,96); }
div.DivClassName
{
background-color: #EDF560;
}
.BgClassName
{
background-color: #EDF560;
}
</style>
border-color css
<style>
span { border-color: #EDF560; }
span { border-color: rgb(237,245,96); }
td.TdClassName
{
border-color: #EDF560;
}
.TagClassName
{
border-color: #EDF560;
}
</style>