Shades of Honeysuckle #EDF565
Tints of Honeysuckle #EDF565
RGB
CMYK
RGB Variations
Color information
#EDF565 (or 0xEDF565) is known color: Honeysuckle. HEX triplet: ED, F5 and 65. RGB value is (237,245,101). Sum of RGB (Red+Green+Blue) = 237+245+101=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 245 (96.09% from 255 or 42.02% from 583); Blue value is 101 (39.84% from 255 or 17.32% from 583); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF565 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF565 is #120A9A. Grayscale: #E2E2E2. Windows color (decimal): -1182363 or 6682093. OLE color: 6682093.
HSL color Cylindrical-coordinate representation of color #EDF565: hue angle of 63.33º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDF565 is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 101 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.04 |
| HSL | 63.33º | 0.88% | 0.68% | - |
| HSV(B) | 63.33º | 0.59% | 0.96% | - |
| XYZ | 69.93 | 84.25 | 24.89 | - |
| YUV | 226.19 | 57.35 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 101 | 0.03 | 0 | 0.59 | 0.04 | 63.33 | 0.88 | 0.68 |
| Hex | ED | F5 | 65 | 3 | 0 | 3B | 4 | 3F | 58 | 44 |
| Octal | 355 | 365 | 145 | 3 | 0 | 73 | 4 | 77 | 130 | 104 |
| Binary | 11101101 | 11110101 | 1100101 | 11 | 0 | 111011 | 100 | 111111 | 1011000 | 1000100 |
Color Harmonies of #EDF565
Complementary color
Monochromatic Colors of #EDF565
Black with #EDF565
Text Example
Text Example
White with #EDF565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF565; }
p { color: rgb(237,245,101); }
H1.HeaderClassName
{
color: #EDF565;
}
.AnyTagClassName
{
color: #EDF565;
}
</style>
background-color css
<style>
a { background-color: #EDF565; }
a { background-color: rgb(237,245,101); }
div.DivClassName
{
background-color: #EDF565;
}
.BgClassName
{
background-color: #EDF565;
}
</style>
border-color css
<style>
span { border-color: #EDF565; }
span { border-color: rgb(237,245,101); }
td.TdClassName
{
border-color: #EDF565;
}
.TagClassName
{
border-color: #EDF565;
}
</style>