Shades of Honeysuckle #EDE560
Tints of Honeysuckle #EDE560
RGB
CMYK
RGB Variations
Color information
#EDE560 (or 0xEDE560) is known color: Honeysuckle. HEX triplet: ED, E5 and 60. RGB value is (237,229,96). Sum of RGB (Red+Green+Blue) = 237+229+96=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 96 (37.89% from 255 or 17.08% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDE560 is #121A9F. Grayscale: #D8D8D8. Windows color (decimal): -1186464 or 6350317. OLE color: 6350317.
HSL color Cylindrical-coordinate representation of color #EDE560: hue angle of 56.6º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDE560 is Cyan = 0, Magento = 0.03, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 229 | 96 | - |
| CMYK | 0 | 0.03 | 0.59 | 0.07 |
| HSL | 56.6º | 0.8% | 0.65% | - |
| HSV(B) | 56.6º | 0.59% | 0.93% | - |
| XYZ | 65.06 | 74.89 | 22.09 | - |
| YUV | 216.23 | 60.15 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 229 | 96 | 0 | 0.03 | 0.59 | 0.07 | 56.6 | 0.8 | 0.65 |
| Hex | ED | E5 | 60 | 0 | 3 | 3B | 7 | 39 | 50 | 41 |
| Octal | 355 | 345 | 140 | 0 | 3 | 73 | 7 | 71 | 120 | 101 |
| Binary | 11101101 | 11100101 | 1100000 | 0 | 11 | 111011 | 111 | 111001 | 1010000 | 1000001 |
Color Harmonies of #EDE560
Complementary color
Monochromatic Colors of #EDE560
Black with #EDE560
Text Example
Text Example
White with #EDE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDE560; }
p { color: rgb(237,229,96); }
H1.HeaderClassName
{
color: #EDE560;
}
.AnyTagClassName
{
color: #EDE560;
}
</style>
background-color css
<style>
a { background-color: #EDE560; }
a { background-color: rgb(237,229,96); }
div.DivClassName
{
background-color: #EDE560;
}
.BgClassName
{
background-color: #EDE560;
}
</style>
border-color css
<style>
span { border-color: #EDE560; }
span { border-color: rgb(237,229,96); }
td.TdClassName
{
border-color: #EDE560;
}
.TagClassName
{
border-color: #EDE560;
}
</style>