Shades of Honeysuckle #EDF761
Tints of Honeysuckle #EDF761
RGB
CMYK
RGB Variations
Color information
#EDF761 (or 0xEDF761) is known color: Honeysuckle. HEX triplet: ED, F7 and 61. RGB value is (237,247,97). Sum of RGB (Red+Green+Blue) = 237+247+97=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 247 (96.88% from 255 or 42.51% from 581); Blue value is 97 (38.28% from 255 or 16.70% from 581); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF761 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF761 is #12089E. Grayscale: #E3E3E3. Windows color (decimal): -1181855 or 6420461. OLE color: 6420461.
HSL color Cylindrical-coordinate representation of color #EDF761: hue angle of 64º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDF761 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 97 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.03 |
| HSL | 64º | 0.9% | 0.67% | - |
| HSV(B) | 64º | 0.61% | 0.97% | - |
| XYZ | 70.34 | 85.39 | 24.08 | - |
| YUV | 226.91 | 54.69 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 97 | 0.04 | 0 | 0.61 | 0.03 | 64 | 0.9 | 0.67 |
| Hex | ED | F7 | 61 | 4 | 0 | 3D | 3 | 40 | 5A | 43 |
| Octal | 355 | 367 | 141 | 4 | 0 | 75 | 3 | 100 | 132 | 103 |
| Binary | 11101101 | 11110111 | 1100001 | 100 | 0 | 111101 | 11 | 1000000 | 1011010 | 1000011 |
Color Harmonies of #EDF761
Complementary color
Monochromatic Colors of #EDF761
Black with #EDF761
Text Example
Text Example
White with #EDF761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF761; }
p { color: rgb(237,247,97); }
H1.HeaderClassName
{
color: #EDF761;
}
.AnyTagClassName
{
color: #EDF761;
}
</style>
background-color css
<style>
a { background-color: #EDF761; }
a { background-color: rgb(237,247,97); }
div.DivClassName
{
background-color: #EDF761;
}
.BgClassName
{
background-color: #EDF761;
}
</style>
border-color css
<style>
span { border-color: #EDF761; }
span { border-color: rgb(237,247,97); }
td.TdClassName
{
border-color: #EDF761;
}
.TagClassName
{
border-color: #EDF761;
}
</style>