Shades of Honeysuckle #EDF765
Tints of Honeysuckle #EDF765
RGB
CMYK
RGB Variations
Color information
#EDF765 (or 0xEDF765) is known color: Honeysuckle. HEX triplet: ED, F7 and 65. RGB value is (237,247,101). Sum of RGB (Red+Green+Blue) = 237+247+101=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 101 (39.84% from 255 or 17.26% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF765 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF765 is #12089A. Grayscale: #E3E3E3. Windows color (decimal): -1181851 or 6682605. OLE color: 6682605.
HSL color Cylindrical-coordinate representation of color #EDF765: hue angle of 64.11º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF765 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 101 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.03 |
| HSL | 64.11º | 0.9% | 0.68% | - |
| HSV(B) | 64.11º | 0.59% | 0.97% | - |
| XYZ | 70.53 | 85.47 | 25.09 | - |
| YUV | 227.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 101 | 0.04 | 0 | 0.59 | 0.03 | 64.11 | 0.9 | 0.68 |
| Hex | ED | F7 | 65 | 4 | 0 | 3B | 3 | 40 | 5A | 44 |
| Octal | 355 | 367 | 145 | 4 | 0 | 73 | 3 | 100 | 132 | 104 |
| Binary | 11101101 | 11110111 | 1100101 | 100 | 0 | 111011 | 11 | 1000000 | 1011010 | 1000100 |
Color Harmonies of #EDF765
Complementary color
Monochromatic Colors of #EDF765
Black with #EDF765
Text Example
Text Example
White with #EDF765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF765; }
p { color: rgb(237,247,101); }
H1.HeaderClassName
{
color: #EDF765;
}
.AnyTagClassName
{
color: #EDF765;
}
</style>
background-color css
<style>
a { background-color: #EDF765; }
a { background-color: rgb(237,247,101); }
div.DivClassName
{
background-color: #EDF765;
}
.BgClassName
{
background-color: #EDF765;
}
</style>
border-color css
<style>
span { border-color: #EDF765; }
span { border-color: rgb(237,247,101); }
td.TdClassName
{
border-color: #EDF765;
}
.TagClassName
{
border-color: #EDF765;
}
</style>