Shades of Honeysuckle #EDF756
Tints of Honeysuckle #EDF756
RGB
CMYK
RGB Variations
Color information
#EDF756 (or 0xEDF756) is known color: Honeysuckle. HEX triplet: ED, F7 and 56. RGB value is (237,247,86). Sum of RGB (Red+Green+Blue) = 237+247+86=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 247 (96.88% from 255 or 43.33% from 570); Blue value is 86 (33.98% from 255 or 15.09% from 570); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF756 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF756 is #1208A9. Grayscale: #E2E2E2. Windows color (decimal): -1181866 or 5699565. OLE color: 5699565.
HSL color Cylindrical-coordinate representation of color #EDF756: hue angle of 63.73º degrees, saturation: 0.91, 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 #EDF756 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 86 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.03 |
| HSL | 63.73º | 0.91% | 0.65% | - |
| HSV(B) | 63.73º | 0.65% | 0.97% | - |
| XYZ | 69.87 | 85.2 | 21.57 | - |
| YUV | 225.66 | 49.19 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 86 | 0.04 | 0 | 0.65 | 0.03 | 63.73 | 0.91 | 0.65 |
| Hex | ED | F7 | 56 | 4 | 0 | 41 | 3 | 40 | 5B | 41 |
| Octal | 355 | 367 | 126 | 4 | 0 | 101 | 3 | 100 | 133 | 101 |
| Binary | 11101101 | 11110111 | 1010110 | 100 | 0 | 1000001 | 11 | 1000000 | 1011011 | 1000001 |
Color Harmonies of #EDF756
Complementary color
Monochromatic Colors of #EDF756
Black with #EDF756
Text Example
Text Example
White with #EDF756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF756; }
p { color: rgb(237,247,86); }
H1.HeaderClassName
{
color: #EDF756;
}
.AnyTagClassName
{
color: #EDF756;
}
</style>
background-color css
<style>
a { background-color: #EDF756; }
a { background-color: rgb(237,247,86); }
div.DivClassName
{
background-color: #EDF756;
}
.BgClassName
{
background-color: #EDF756;
}
</style>
border-color css
<style>
span { border-color: #EDF756; }
span { border-color: rgb(237,247,86); }
td.TdClassName
{
border-color: #EDF756;
}
.TagClassName
{
border-color: #EDF756;
}
</style>