Shades of Honeysuckle #EDF86C
Tints of Honeysuckle #EDF86C
RGB
CMYK
RGB Variations
Color information
#EDF86C (or 0xEDF86C) is known color: Honeysuckle. HEX triplet: ED, F8 and 6C. RGB value is (237,248,108). Sum of RGB (Red+Green+Blue) = 237+248+108=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 108 (42.58% from 255 or 18.21% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF86C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF86C is #120793. Grayscale: #E5E5E5. Windows color (decimal): -1181588 or 7141613. OLE color: 7141613.
HSL color Cylindrical-coordinate representation of color #EDF86C: hue angle of 64.71º 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 #EDF86C is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 108 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.03 |
| HSL | 64.71º | 0.91% | 0.7% | - |
| HSV(B) | 64.71º | 0.56% | 0.97% | - |
| XYZ | 71.2 | 86.22 | 27.08 | - |
| YUV | 228.75 | 59.86 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 108 | 0.04 | 0 | 0.56 | 0.03 | 64.71 | 0.91 | 0.7 |
| Hex | ED | F8 | 6C | 4 | 0 | 38 | 3 | 41 | 5B | 46 |
| Octal | 355 | 370 | 154 | 4 | 0 | 70 | 3 | 101 | 133 | 106 |
| Binary | 11101101 | 11111000 | 1101100 | 100 | 0 | 111000 | 11 | 1000001 | 1011011 | 1000110 |
Color Harmonies of #EDF86C
Complementary color
Monochromatic Colors of #EDF86C
Black with #EDF86C
Text Example
Text Example
White with #EDF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF86C; }
p { color: rgb(237,248,108); }
H1.HeaderClassName
{
color: #EDF86C;
}
.AnyTagClassName
{
color: #EDF86C;
}
</style>
background-color css
<style>
a { background-color: #EDF86C; }
a { background-color: rgb(237,248,108); }
div.DivClassName
{
background-color: #EDF86C;
}
.BgClassName
{
background-color: #EDF86C;
}
</style>
border-color css
<style>
span { border-color: #EDF86C; }
span { border-color: rgb(237,248,108); }
td.TdClassName
{
border-color: #EDF86C;
}
.TagClassName
{
border-color: #EDF86C;
}
</style>