Shades of Honeysuckle #EDF864
Tints of Honeysuckle #EDF864
RGB
CMYK
RGB Variations
Color information
#EDF864 (or 0xEDF864) is known color: Honeysuckle. HEX triplet: ED, F8 and 64. RGB value is (237,248,100). Sum of RGB (Red+Green+Blue) = 237+248+100=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 100 (39.45% from 255 or 17.09% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF864 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF864 is #12079B. Grayscale: #E4E4E4. Windows color (decimal): -1181596 or 6617325. OLE color: 6617325.
HSL color Cylindrical-coordinate representation of color #EDF864: hue angle of 64.46º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDF864 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 100 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.03 |
| HSL | 64.46º | 0.91% | 0.68% | - |
| HSV(B) | 64.46º | 0.6% | 0.97% | - |
| XYZ | 70.79 | 86.06 | 24.94 | - |
| YUV | 227.84 | 55.86 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 100 | 0.04 | 0 | 0.60 | 0.03 | 64.46 | 0.91 | 0.68 |
| Hex | ED | F8 | 64 | 4 | 0 | 3C | 3 | 40 | 5B | 44 |
| Octal | 355 | 370 | 144 | 4 | 0 | 74 | 3 | 100 | 133 | 104 |
| Binary | 11101101 | 11111000 | 1100100 | 100 | 0 | 111100 | 11 | 1000000 | 1011011 | 1000100 |
Color Harmonies of #EDF864
Complementary color
Monochromatic Colors of #EDF864
Black with #EDF864
Text Example
Text Example
White with #EDF864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF864; }
p { color: rgb(237,248,100); }
H1.HeaderClassName
{
color: #EDF864;
}
.AnyTagClassName
{
color: #EDF864;
}
</style>
background-color css
<style>
a { background-color: #EDF864; }
a { background-color: rgb(237,248,100); }
div.DivClassName
{
background-color: #EDF864;
}
.BgClassName
{
background-color: #EDF864;
}
</style>
border-color css
<style>
span { border-color: #EDF864; }
span { border-color: rgb(237,248,100); }
td.TdClassName
{
border-color: #EDF864;
}
.TagClassName
{
border-color: #EDF864;
}
</style>