Shades of Honeysuckle #EDF76E
Tints of Honeysuckle #EDF76E
RGB
CMYK
RGB Variations
Color information
#EDF76E (or 0xEDF76E) is known color: Honeysuckle. HEX triplet: ED, F7 and 6E. RGB value is (237,247,110). Sum of RGB (Red+Green+Blue) = 237+247+110=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 110 (43.36% from 255 or 18.52% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF76E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF76E is #120891. Grayscale: #E4E4E4. Windows color (decimal): -1181842 or 7272429. OLE color: 7272429.
HSL color Cylindrical-coordinate representation of color #EDF76E: hue angle of 64.38º degrees, saturation: 0.9, 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 #EDF76E is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 110 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.03 |
| HSL | 64.38º | 0.9% | 0.7% | - |
| HSV(B) | 64.38º | 0.55% | 0.97% | - |
| XYZ | 71 | 85.65 | 27.54 | - |
| YUV | 228.39 | 61.19 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 110 | 0.04 | 0 | 0.55 | 0.03 | 64.38 | 0.9 | 0.7 |
| Hex | ED | F7 | 6E | 4 | 0 | 37 | 3 | 40 | 5A | 46 |
| Octal | 355 | 367 | 156 | 4 | 0 | 67 | 3 | 100 | 132 | 106 |
| Binary | 11101101 | 11110111 | 1101110 | 100 | 0 | 110111 | 11 | 1000000 | 1011010 | 1000110 |
Color Harmonies of #EDF76E
Complementary color
Monochromatic Colors of #EDF76E
Black with #EDF76E
Text Example
Text Example
White with #EDF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF76E; }
p { color: rgb(237,247,110); }
H1.HeaderClassName
{
color: #EDF76E;
}
.AnyTagClassName
{
color: #EDF76E;
}
</style>
background-color css
<style>
a { background-color: #EDF76E; }
a { background-color: rgb(237,247,110); }
div.DivClassName
{
background-color: #EDF76E;
}
.BgClassName
{
background-color: #EDF76E;
}
</style>
border-color css
<style>
span { border-color: #EDF76E; }
span { border-color: rgb(237,247,110); }
td.TdClassName
{
border-color: #EDF76E;
}
.TagClassName
{
border-color: #EDF76E;
}
</style>