Shades of Honeysuckle #EDF666
Tints of Honeysuckle #EDF666
RGB
CMYK
RGB Variations
Color information
#EDF666 (or 0xEDF666) is known color: Honeysuckle. HEX triplet: ED, F6 and 66. RGB value is (237,246,102). Sum of RGB (Red+Green+Blue) = 237+246+102=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 246 (96.48% from 255 or 42.05% from 585); Blue value is 102 (40.23% from 255 or 17.44% from 585); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF666 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF666 is #120999. Grayscale: #E3E3E3. Windows color (decimal): -1182106 or 6747885. OLE color: 6747885.
HSL color Cylindrical-coordinate representation of color #EDF666: hue angle of 63.75º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF666 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 102 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.04 |
| HSL | 63.75º | 0.89% | 0.68% | - |
| HSV(B) | 63.75º | 0.59% | 0.96% | - |
| XYZ | 70.28 | 84.88 | 25.25 | - |
| YUV | 226.89 | 57.52 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 102 | 0.04 | 0 | 0.59 | 0.04 | 63.75 | 0.89 | 0.68 |
| Hex | ED | F6 | 66 | 4 | 0 | 3B | 4 | 40 | 59 | 44 |
| Octal | 355 | 366 | 146 | 4 | 0 | 73 | 4 | 100 | 131 | 104 |
| Binary | 11101101 | 11110110 | 1100110 | 100 | 0 | 111011 | 100 | 1000000 | 1011001 | 1000100 |
Color Harmonies of #EDF666
Complementary color
Monochromatic Colors of #EDF666
Black with #EDF666
Text Example
Text Example
White with #EDF666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF666; }
p { color: rgb(237,246,102); }
H1.HeaderClassName
{
color: #EDF666;
}
.AnyTagClassName
{
color: #EDF666;
}
</style>
background-color css
<style>
a { background-color: #EDF666; }
a { background-color: rgb(237,246,102); }
div.DivClassName
{
background-color: #EDF666;
}
.BgClassName
{
background-color: #EDF666;
}
</style>
border-color css
<style>
span { border-color: #EDF666; }
span { border-color: rgb(237,246,102); }
td.TdClassName
{
border-color: #EDF666;
}
.TagClassName
{
border-color: #EDF666;
}
</style>