Shades of Honeysuckle #EDF656
Tints of Honeysuckle #EDF656
RGB
CMYK
RGB Variations
Color information
#EDF656 (or 0xEDF656) is known color: Honeysuckle. HEX triplet: ED, F6 and 56. RGB value is (237,246,86). Sum of RGB (Red+Green+Blue) = 237+246+86=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 86 (33.98% from 255 or 15.11% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF656 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF656 is #1209A9. Grayscale: #E1E1E1. Windows color (decimal): -1182122 or 5699309. OLE color: 5699309.
HSL color Cylindrical-coordinate representation of color #EDF656: hue angle of 63.38º degrees, saturation: 0.9, 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 #EDF656 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 86 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.04 |
| HSL | 63.38º | 0.9% | 0.65% | - |
| HSV(B) | 63.38º | 0.65% | 0.96% | - |
| XYZ | 69.56 | 84.59 | 21.46 | - |
| YUV | 225.07 | 49.52 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 86 | 0.04 | 0 | 0.65 | 0.04 | 63.38 | 0.9 | 0.65 |
| Hex | ED | F6 | 56 | 4 | 0 | 41 | 4 | 3F | 5A | 41 |
| Octal | 355 | 366 | 126 | 4 | 0 | 101 | 4 | 77 | 132 | 101 |
| Binary | 11101101 | 11110110 | 1010110 | 100 | 0 | 1000001 | 100 | 111111 | 1011010 | 1000001 |
Color Harmonies of #EDF656
Complementary color
Monochromatic Colors of #EDF656
Black with #EDF656
Text Example
Text Example
White with #EDF656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF656; }
p { color: rgb(237,246,86); }
H1.HeaderClassName
{
color: #EDF656;
}
.AnyTagClassName
{
color: #EDF656;
}
</style>
background-color css
<style>
a { background-color: #EDF656; }
a { background-color: rgb(237,246,86); }
div.DivClassName
{
background-color: #EDF656;
}
.BgClassName
{
background-color: #EDF656;
}
</style>
border-color css
<style>
span { border-color: #EDF656; }
span { border-color: rgb(237,246,86); }
td.TdClassName
{
border-color: #EDF656;
}
.TagClassName
{
border-color: #EDF656;
}
</style>