Shades of Honeysuckle #EDF76C
Tints of Honeysuckle #EDF76C
RGB
CMYK
RGB Variations
Color information
#EDF76C (or 0xEDF76C) is known color: Honeysuckle. HEX triplet: ED, F7 and 6C. RGB value is (237,247,108). Sum of RGB (Red+Green+Blue) = 237+247+108=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 247 (96.88% from 255 or 41.72% from 592); Blue value is 108 (42.58% from 255 or 18.24% from 592); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF76C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF76C is #120893. Grayscale: #E4E4E4. Windows color (decimal): -1181844 or 7141357. OLE color: 7141357.
HSL color Cylindrical-coordinate representation of color #EDF76C: hue angle of 64.32º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDF76C is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 108 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.03 |
| HSL | 64.32º | 0.9% | 0.7% | - |
| HSV(B) | 64.32º | 0.56% | 0.97% | - |
| XYZ | 70.89 | 85.61 | 26.98 | - |
| YUV | 228.16 | 60.19 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 108 | 0.04 | 0 | 0.56 | 0.03 | 64.32 | 0.9 | 0.7 |
| Hex | ED | F7 | 6C | 4 | 0 | 38 | 3 | 40 | 5A | 46 |
| Octal | 355 | 367 | 154 | 4 | 0 | 70 | 3 | 100 | 132 | 106 |
| Binary | 11101101 | 11110111 | 1101100 | 100 | 0 | 111000 | 11 | 1000000 | 1011010 | 1000110 |
Color Harmonies of #EDF76C
Complementary color
Monochromatic Colors of #EDF76C
Black with #EDF76C
Text Example
Text Example
White with #EDF76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF76C; }
p { color: rgb(237,247,108); }
H1.HeaderClassName
{
color: #EDF76C;
}
.AnyTagClassName
{
color: #EDF76C;
}
</style>
background-color css
<style>
a { background-color: #EDF76C; }
a { background-color: rgb(237,247,108); }
div.DivClassName
{
background-color: #EDF76C;
}
.BgClassName
{
background-color: #EDF76C;
}
</style>
border-color css
<style>
span { border-color: #EDF76C; }
span { border-color: rgb(237,247,108); }
td.TdClassName
{
border-color: #EDF76C;
}
.TagClassName
{
border-color: #EDF76C;
}
</style>