Shades of Honeysuckle #EDF86E
Tints of Honeysuckle #EDF86E
RGB
CMYK
RGB Variations
Color information
#EDF86E (or 0xEDF86E) is known color: Honeysuckle. HEX triplet: ED, F8 and 6E. RGB value is (237,248,110). Sum of RGB (Red+Green+Blue) = 237+248+110=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 110 (43.36% from 255 or 18.49% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF86E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF86E is #120791. Grayscale: #E5E5E5. Windows color (decimal): -1181586 or 7272685. OLE color: 7272685.
HSL color Cylindrical-coordinate representation of color #EDF86E: hue angle of 64.78º degrees, saturation: 0.91, 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 #EDF86E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 110 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.03 |
| HSL | 64.78º | 0.91% | 0.7% | - |
| HSV(B) | 64.78º | 0.56% | 0.97% | - |
| XYZ | 71.31 | 86.27 | 27.64 | - |
| YUV | 228.98 | 60.86 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 110 | 0.04 | 0 | 0.56 | 0.03 | 64.78 | 0.91 | 0.7 |
| Hex | ED | F8 | 6E | 4 | 0 | 38 | 3 | 41 | 5B | 46 |
| Octal | 355 | 370 | 156 | 4 | 0 | 70 | 3 | 101 | 133 | 106 |
| Binary | 11101101 | 11111000 | 1101110 | 100 | 0 | 111000 | 11 | 1000001 | 1011011 | 1000110 |
Color Harmonies of #EDF86E
Complementary color
Monochromatic Colors of #EDF86E
Black with #EDF86E
Text Example
Text Example
White with #EDF86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF86E; }
p { color: rgb(237,248,110); }
H1.HeaderClassName
{
color: #EDF86E;
}
.AnyTagClassName
{
color: #EDF86E;
}
</style>
background-color css
<style>
a { background-color: #EDF86E; }
a { background-color: rgb(237,248,110); }
div.DivClassName
{
background-color: #EDF86E;
}
.BgClassName
{
background-color: #EDF86E;
}
</style>
border-color css
<style>
span { border-color: #EDF86E; }
span { border-color: rgb(237,248,110); }
td.TdClassName
{
border-color: #EDF86E;
}
.TagClassName
{
border-color: #EDF86E;
}
</style>