Shades of Honeysuckle #EDF65E
Tints of Honeysuckle #EDF65E
RGB
CMYK
RGB Variations
Color information
#EDF65E (or 0xEDF65E) is known color: Honeysuckle. HEX triplet: ED, F6 and 5E. RGB value is (237,246,94). Sum of RGB (Red+Green+Blue) = 237+246+94=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 94 (37.11% from 255 or 16.29% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF65E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF65E is #1209A1. Grayscale: #E2E2E2. Windows color (decimal): -1182114 or 6223597. OLE color: 6223597.
HSL color Cylindrical-coordinate representation of color #EDF65E: hue angle of 63.55º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDF65E is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 94 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.04 |
| HSL | 63.55º | 0.89% | 0.67% | - |
| HSV(B) | 63.55º | 0.62% | 0.96% | - |
| XYZ | 69.9 | 84.72 | 23.26 | - |
| YUV | 225.98 | 53.52 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 94 | 0.04 | 0 | 0.62 | 0.04 | 63.55 | 0.89 | 0.67 |
| Hex | ED | F6 | 5E | 4 | 0 | 3E | 4 | 40 | 59 | 43 |
| Octal | 355 | 366 | 136 | 4 | 0 | 76 | 4 | 100 | 131 | 103 |
| Binary | 11101101 | 11110110 | 1011110 | 100 | 0 | 111110 | 100 | 1000000 | 1011001 | 1000011 |
Color Harmonies of #EDF65E
Complementary color
Monochromatic Colors of #EDF65E
Black with #EDF65E
Text Example
Text Example
White with #EDF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF65E; }
p { color: rgb(237,246,94); }
H1.HeaderClassName
{
color: #EDF65E;
}
.AnyTagClassName
{
color: #EDF65E;
}
</style>
background-color css
<style>
a { background-color: #EDF65E; }
a { background-color: rgb(237,246,94); }
div.DivClassName
{
background-color: #EDF65E;
}
.BgClassName
{
background-color: #EDF65E;
}
</style>
border-color css
<style>
span { border-color: #EDF65E; }
span { border-color: rgb(237,246,94); }
td.TdClassName
{
border-color: #EDF65E;
}
.TagClassName
{
border-color: #EDF65E;
}
</style>