Shades of Honeysuckle #EDF76F
Tints of Honeysuckle #EDF76F
RGB
CMYK
RGB Variations
Color information
#EDF76F (or 0xEDF76F) is known color: Honeysuckle. HEX triplet: ED, F7 and 6F. RGB value is (237,247,111). Sum of RGB (Red+Green+Blue) = 237+247+111=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 111 (43.75% from 255 or 18.66% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF76F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF76F is #120890. Grayscale: #E5E5E5. Windows color (decimal): -1181841 or 7337965. OLE color: 7337965.
HSL color Cylindrical-coordinate representation of color #EDF76F: hue angle of 64.41º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDF76F is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 111 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.03 |
| HSL | 64.41º | 0.89% | 0.7% | - |
| HSV(B) | 64.41º | 0.55% | 0.97% | - |
| XYZ | 71.06 | 85.67 | 27.83 | - |
| YUV | 228.51 | 61.69 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 111 | 0.04 | 0 | 0.55 | 0.03 | 64.41 | 0.89 | 0.7 |
| Hex | ED | F7 | 6F | 4 | 0 | 37 | 3 | 40 | 59 | 46 |
| Octal | 355 | 367 | 157 | 4 | 0 | 67 | 3 | 100 | 131 | 106 |
| Binary | 11101101 | 11110111 | 1101111 | 100 | 0 | 110111 | 11 | 1000000 | 1011001 | 1000110 |
Color Harmonies of #EDF76F
Complementary color
Monochromatic Colors of #EDF76F
Black with #EDF76F
Text Example
Text Example
White with #EDF76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF76F; }
p { color: rgb(237,247,111); }
H1.HeaderClassName
{
color: #EDF76F;
}
.AnyTagClassName
{
color: #EDF76F;
}
</style>
background-color css
<style>
a { background-color: #EDF76F; }
a { background-color: rgb(237,247,111); }
div.DivClassName
{
background-color: #EDF76F;
}
.BgClassName
{
background-color: #EDF76F;
}
</style>
border-color css
<style>
span { border-color: #EDF76F; }
span { border-color: rgb(237,247,111); }
td.TdClassName
{
border-color: #EDF76F;
}
.TagClassName
{
border-color: #EDF76F;
}
</style>