Shades of Honeysuckle #EDF856
Tints of Honeysuckle #EDF856
RGB
CMYK
RGB Variations
Color information
#EDF856 (or 0xEDF856) is known color: Honeysuckle. HEX triplet: ED, F8 and 56. RGB value is (237,248,86). Sum of RGB (Red+Green+Blue) = 237+248+86=571 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.51% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 86 (33.98% from 255 or 15.06% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF856 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF856 is #1207A9. Grayscale: #E2E2E2. Windows color (decimal): -1181610 or 5699821. OLE color: 5699821.
HSL color Cylindrical-coordinate representation of color #EDF856: hue angle of 64.07º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDF856 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 86 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.03 |
| HSL | 64.07º | 0.92% | 0.65% | - |
| HSV(B) | 64.07º | 0.65% | 0.97% | - |
| XYZ | 70.17 | 85.81 | 21.67 | - |
| YUV | 226.24 | 48.86 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 86 | 0.04 | 0 | 0.65 | 0.03 | 64.07 | 0.92 | 0.65 |
| Hex | ED | F8 | 56 | 4 | 0 | 41 | 3 | 40 | 5C | 41 |
| Octal | 355 | 370 | 126 | 4 | 0 | 101 | 3 | 100 | 134 | 101 |
| Binary | 11101101 | 11111000 | 1010110 | 100 | 0 | 1000001 | 11 | 1000000 | 1011100 | 1000001 |
Color Harmonies of #EDF856
Complementary color
Monochromatic Colors of #EDF856
Black with #EDF856
Text Example
Text Example
White with #EDF856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF856; }
p { color: rgb(237,248,86); }
H1.HeaderClassName
{
color: #EDF856;
}
.AnyTagClassName
{
color: #EDF856;
}
</style>
background-color css
<style>
a { background-color: #EDF856; }
a { background-color: rgb(237,248,86); }
div.DivClassName
{
background-color: #EDF856;
}
.BgClassName
{
background-color: #EDF856;
}
</style>
border-color css
<style>
span { border-color: #EDF856; }
span { border-color: rgb(237,248,86); }
td.TdClassName
{
border-color: #EDF856;
}
.TagClassName
{
border-color: #EDF856;
}
</style>