Shades of Honeysuckle #EDF259
Tints of Honeysuckle #EDF259
RGB
CMYK
RGB Variations
Color information
#EDF259 (or 0xEDF259) is known color: Honeysuckle. HEX triplet: ED, F2 and 59. RGB value is (237,242,89). Sum of RGB (Red+Green+Blue) = 237+242+89=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 89 (35.16% from 255 or 15.67% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF259 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF259 is #120DA6. Grayscale: #DFDFDF. Windows color (decimal): -1183143 or 5894893. OLE color: 5894893.
HSL color Cylindrical-coordinate representation of color #EDF259: hue angle of 61.96º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDF259 is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 89 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.05 |
| HSL | 61.96º | 0.85% | 0.65% | - |
| HSV(B) | 61.96º | 0.63% | 0.95% | - |
| XYZ | 68.48 | 82.23 | 21.71 | - |
| YUV | 223.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 89 | 0.02 | 0 | 0.63 | 0.05 | 61.96 | 0.85 | 0.65 |
| Hex | ED | F2 | 59 | 2 | 0 | 3F | 5 | 3E | 55 | 41 |
| Octal | 355 | 362 | 131 | 2 | 0 | 77 | 5 | 76 | 125 | 101 |
| Binary | 11101101 | 11110010 | 1011001 | 10 | 0 | 111111 | 101 | 111110 | 1010101 | 1000001 |
Color Harmonies of #EDF259
Complementary color
Monochromatic Colors of #EDF259
Black with #EDF259
Text Example
Text Example
White with #EDF259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF259; }
p { color: rgb(237,242,89); }
H1.HeaderClassName
{
color: #EDF259;
}
.AnyTagClassName
{
color: #EDF259;
}
</style>
background-color css
<style>
a { background-color: #EDF259; }
a { background-color: rgb(237,242,89); }
div.DivClassName
{
background-color: #EDF259;
}
.BgClassName
{
background-color: #EDF259;
}
</style>
border-color css
<style>
span { border-color: #EDF259; }
span { border-color: rgb(237,242,89); }
td.TdClassName
{
border-color: #EDF259;
}
.TagClassName
{
border-color: #EDF259;
}
</style>