Shades of Honeysuckle #EDF66D
Tints of Honeysuckle #EDF66D
RGB
CMYK
RGB Variations
Color information
#EDF66D (or 0xEDF66D) is known color: Honeysuckle. HEX triplet: ED, F6 and 6D. RGB value is (237,246,109). Sum of RGB (Red+Green+Blue) = 237+246+109=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 109 (42.97% from 255 or 18.41% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF66D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF66D is #120992. Grayscale: #E4E4E4. Windows color (decimal): -1182099 or 7206637. OLE color: 7206637.
HSL color Cylindrical-coordinate representation of color #EDF66D: hue angle of 63.94º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDF66D is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 109 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.04 |
| HSL | 63.94º | 0.88% | 0.7% | - |
| HSV(B) | 63.94º | 0.56% | 0.96% | - |
| XYZ | 70.64 | 85.02 | 27.16 | - |
| YUV | 227.69 | 61.02 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 109 | 0.04 | 0 | 0.56 | 0.04 | 63.94 | 0.88 | 0.7 |
| Hex | ED | F6 | 6D | 4 | 0 | 38 | 4 | 40 | 58 | 46 |
| Octal | 355 | 366 | 155 | 4 | 0 | 70 | 4 | 100 | 130 | 106 |
| Binary | 11101101 | 11110110 | 1101101 | 100 | 0 | 111000 | 100 | 1000000 | 1011000 | 1000110 |
Color Harmonies of #EDF66D
Complementary color
Monochromatic Colors of #EDF66D
Black with #EDF66D
Text Example
Text Example
White with #EDF66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF66D; }
p { color: rgb(237,246,109); }
H1.HeaderClassName
{
color: #EDF66D;
}
.AnyTagClassName
{
color: #EDF66D;
}
</style>
background-color css
<style>
a { background-color: #EDF66D; }
a { background-color: rgb(237,246,109); }
div.DivClassName
{
background-color: #EDF66D;
}
.BgClassName
{
background-color: #EDF66D;
}
</style>
border-color css
<style>
span { border-color: #EDF66D; }
span { border-color: rgb(237,246,109); }
td.TdClassName
{
border-color: #EDF66D;
}
.TagClassName
{
border-color: #EDF66D;
}
</style>