Shades of Honeysuckle #EDF758
Tints of Honeysuckle #EDF758
RGB
CMYK
RGB Variations
Color information
#EDF758 (or 0xEDF758) is known color: Honeysuckle. HEX triplet: ED, F7 and 58. RGB value is (237,247,88). Sum of RGB (Red+Green+Blue) = 237+247+88=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 247 (96.88% from 255 or 43.18% from 572); Blue value is 88 (34.77% from 255 or 15.38% from 572); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF758 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF758 is #1208A7. Grayscale: #E2E2E2. Windows color (decimal): -1181864 or 5830637. OLE color: 5830637.
HSL color Cylindrical-coordinate representation of color #EDF758: hue angle of 63.77º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDF758 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 88 | - |
| CMYK | 0.04 | 0 | 0.64 | 0.03 |
| HSL | 63.77º | 0.91% | 0.66% | - |
| HSV(B) | 63.77º | 0.64% | 0.97% | - |
| XYZ | 69.95 | 85.23 | 22 | - |
| YUV | 225.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 88 | 0.04 | 0 | 0.64 | 0.03 | 63.77 | 0.91 | 0.66 |
| Hex | ED | F7 | 58 | 4 | 0 | 40 | 3 | 40 | 5B | 42 |
| Octal | 355 | 367 | 130 | 4 | 0 | 100 | 3 | 100 | 133 | 102 |
| Binary | 11101101 | 11110111 | 1011000 | 100 | 0 | 1000000 | 11 | 1000000 | 1011011 | 1000010 |
Color Harmonies of #EDF758
Complementary color
Monochromatic Colors of #EDF758
Black with #EDF758
Text Example
Text Example
White with #EDF758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF758; }
p { color: rgb(237,247,88); }
H1.HeaderClassName
{
color: #EDF758;
}
.AnyTagClassName
{
color: #EDF758;
}
</style>
background-color css
<style>
a { background-color: #EDF758; }
a { background-color: rgb(237,247,88); }
div.DivClassName
{
background-color: #EDF758;
}
.BgClassName
{
background-color: #EDF758;
}
</style>
border-color css
<style>
span { border-color: #EDF758; }
span { border-color: rgb(237,247,88); }
td.TdClassName
{
border-color: #EDF758;
}
.TagClassName
{
border-color: #EDF758;
}
</style>