Shades of Honeysuckle #EDF766
Tints of Honeysuckle #EDF766
RGB
CMYK
RGB Variations
Color information
#EDF766 (or 0xEDF766) is known color: Honeysuckle. HEX triplet: ED, F7 and 66. RGB value is (237,247,102). Sum of RGB (Red+Green+Blue) = 237+247+102=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 247 (96.88% from 255 or 42.15% from 586); Blue value is 102 (40.23% from 255 or 17.41% from 586); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF766 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF766 is #120899. Grayscale: #E4E4E4. Windows color (decimal): -1181850 or 6748141. OLE color: 6748141.
HSL color Cylindrical-coordinate representation of color #EDF766: hue angle of 64.14º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF766 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 102 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.03 |
| HSL | 64.14º | 0.9% | 0.68% | - |
| HSV(B) | 64.14º | 0.59% | 0.97% | - |
| XYZ | 70.58 | 85.49 | 25.35 | - |
| YUV | 227.48 | 57.19 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 102 | 0.04 | 0 | 0.59 | 0.03 | 64.14 | 0.9 | 0.68 |
| Hex | ED | F7 | 66 | 4 | 0 | 3B | 3 | 40 | 5A | 44 |
| Octal | 355 | 367 | 146 | 4 | 0 | 73 | 3 | 100 | 132 | 104 |
| Binary | 11101101 | 11110111 | 1100110 | 100 | 0 | 111011 | 11 | 1000000 | 1011010 | 1000100 |
Color Harmonies of #EDF766
Complementary color
Monochromatic Colors of #EDF766
Black with #EDF766
Text Example
Text Example
White with #EDF766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF766; }
p { color: rgb(237,247,102); }
H1.HeaderClassName
{
color: #EDF766;
}
.AnyTagClassName
{
color: #EDF766;
}
</style>
background-color css
<style>
a { background-color: #EDF766; }
a { background-color: rgb(237,247,102); }
div.DivClassName
{
background-color: #EDF766;
}
.BgClassName
{
background-color: #EDF766;
}
</style>
border-color css
<style>
span { border-color: #EDF766; }
span { border-color: rgb(237,247,102); }
td.TdClassName
{
border-color: #EDF766;
}
.TagClassName
{
border-color: #EDF766;
}
</style>