Shades of Honeysuckle #EDF66F
Tints of Honeysuckle #EDF66F
RGB
CMYK
RGB Variations
Color information
#EDF66F (or 0xEDF66F) is known color: Honeysuckle. HEX triplet: ED, F6 and 6F. RGB value is (237,246,111). Sum of RGB (Red+Green+Blue) = 237+246+111=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 246 (96.48% from 255 or 41.41% from 594); Blue value is 111 (43.75% from 255 or 18.69% from 594); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF66F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF66F is #120990. Grayscale: #E4E4E4. Windows color (decimal): -1182097 or 7337709. OLE color: 7337709.
HSL color Cylindrical-coordinate representation of color #EDF66F: hue angle of 64º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDF66F is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 111 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.04 |
| HSL | 64º | 0.88% | 0.7% | - |
| HSV(B) | 64º | 0.55% | 0.96% | - |
| XYZ | 70.75 | 85.06 | 27.73 | - |
| YUV | 227.92 | 62.02 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 111 | 0.04 | 0 | 0.55 | 0.04 | 64 | 0.88 | 0.7 |
| Hex | ED | F6 | 6F | 4 | 0 | 37 | 4 | 40 | 58 | 46 |
| Octal | 355 | 366 | 157 | 4 | 0 | 67 | 4 | 100 | 130 | 106 |
| Binary | 11101101 | 11110110 | 1101111 | 100 | 0 | 110111 | 100 | 1000000 | 1011000 | 1000110 |
Color Harmonies of #EDF66F
Complementary color
Monochromatic Colors of #EDF66F
Black with #EDF66F
Text Example
Text Example
White with #EDF66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF66F; }
p { color: rgb(237,246,111); }
H1.HeaderClassName
{
color: #EDF66F;
}
.AnyTagClassName
{
color: #EDF66F;
}
</style>
background-color css
<style>
a { background-color: #EDF66F; }
a { background-color: rgb(237,246,111); }
div.DivClassName
{
background-color: #EDF66F;
}
.BgClassName
{
background-color: #EDF66F;
}
</style>
border-color css
<style>
span { border-color: #EDF66F; }
span { border-color: rgb(237,246,111); }
td.TdClassName
{
border-color: #EDF66F;
}
.TagClassName
{
border-color: #EDF66F;
}
</style>