Shades of Honeysuckle #EDF959
Tints of Honeysuckle #EDF959
RGB
CMYK
RGB Variations
Color information
#EDF959 (or 0xEDF959) is known color: Honeysuckle. HEX triplet: ED, F9 and 59. RGB value is (237,249,89). Sum of RGB (Red+Green+Blue) = 237+249+89=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 89 (35.16% from 255 or 15.48% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF959 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF959 is #1206A6. Grayscale: #E3E3E3. Windows color (decimal): -1181351 or 5896685. OLE color: 5896685.
HSL color Cylindrical-coordinate representation of color #EDF959: hue angle of 64.5º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDF959 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 89 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.02 |
| HSL | 64.5º | 0.93% | 0.66% | - |
| HSV(B) | 64.5º | 0.64% | 0.98% | - |
| XYZ | 70.6 | 86.48 | 22.42 | - |
| YUV | 227.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 89 | 0.05 | 0 | 0.64 | 0.02 | 64.5 | 0.93 | 0.66 |
| Hex | ED | F9 | 59 | 5 | 0 | 40 | 2 | 40 | 5D | 42 |
| Octal | 355 | 371 | 131 | 5 | 0 | 100 | 2 | 100 | 135 | 102 |
| Binary | 11101101 | 11111001 | 1011001 | 101 | 0 | 1000000 | 10 | 1000000 | 1011101 | 1000010 |
Color Harmonies of #EDF959
Complementary color
Monochromatic Colors of #EDF959
Black with #EDF959
Text Example
Text Example
White with #EDF959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF959; }
p { color: rgb(237,249,89); }
H1.HeaderClassName
{
color: #EDF959;
}
.AnyTagClassName
{
color: #EDF959;
}
</style>
background-color css
<style>
a { background-color: #EDF959; }
a { background-color: rgb(237,249,89); }
div.DivClassName
{
background-color: #EDF959;
}
.BgClassName
{
background-color: #EDF959;
}
</style>
border-color css
<style>
span { border-color: #EDF959; }
span { border-color: rgb(237,249,89); }
td.TdClassName
{
border-color: #EDF959;
}
.TagClassName
{
border-color: #EDF959;
}
</style>