Shades of Honeysuckle #EDF660
Tints of Honeysuckle #EDF660
RGB
CMYK
RGB Variations
Color information
#EDF660 (or 0xEDF660) is known color: Honeysuckle. HEX triplet: ED, F6 and 60. RGB value is (237,246,96). Sum of RGB (Red+Green+Blue) = 237+246+96=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 246 (96.48% from 255 or 42.49% from 579); Blue value is 96 (37.89% from 255 or 16.58% from 579); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF660 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF660 is #12099F. Grayscale: #E2E2E2. Windows color (decimal): -1182112 or 6354669. OLE color: 6354669.
HSL color Cylindrical-coordinate representation of color #EDF660: hue angle of 63.6º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDF660 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 96 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.04 |
| HSL | 63.6º | 0.89% | 0.67% | - |
| HSV(B) | 63.6º | 0.61% | 0.96% | - |
| XYZ | 69.99 | 84.76 | 23.74 | - |
| YUV | 226.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 96 | 0.04 | 0 | 0.61 | 0.04 | 63.6 | 0.89 | 0.67 |
| Hex | ED | F6 | 60 | 4 | 0 | 3D | 4 | 40 | 59 | 43 |
| Octal | 355 | 366 | 140 | 4 | 0 | 75 | 4 | 100 | 131 | 103 |
| Binary | 11101101 | 11110110 | 1100000 | 100 | 0 | 111101 | 100 | 1000000 | 1011001 | 1000011 |
Color Harmonies of #EDF660
Complementary color
Monochromatic Colors of #EDF660
Black with #EDF660
Text Example
Text Example
White with #EDF660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF660; }
p { color: rgb(237,246,96); }
H1.HeaderClassName
{
color: #EDF660;
}
.AnyTagClassName
{
color: #EDF660;
}
</style>
background-color css
<style>
a { background-color: #EDF660; }
a { background-color: rgb(237,246,96); }
div.DivClassName
{
background-color: #EDF660;
}
.BgClassName
{
background-color: #EDF660;
}
</style>
border-color css
<style>
span { border-color: #EDF660; }
span { border-color: rgb(237,246,96); }
td.TdClassName
{
border-color: #EDF660;
}
.TagClassName
{
border-color: #EDF660;
}
</style>