Shades of Honeysuckle #EBED56
Tints of Honeysuckle #EBED56
RGB
CMYK
RGB Variations
Color information
#EBED56 (or 0xEBED56) is known color: Honeysuckle. HEX triplet: EB, ED and 56. RGB value is (235,237,86). Sum of RGB (Red+Green+Blue) = 235+237+86=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 86 (33.98% from 255 or 15.41% from 558); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED56 is #1412A9. Grayscale: #DBDBDB. Windows color (decimal): -1315498 or 5697003. OLE color: 5697003.
HSL color Cylindrical-coordinate representation of color #EBED56: hue angle of 60.79º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBED56 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 86 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.07 |
| HSL | 60.79º | 0.81% | 0.63% | - |
| HSV(B) | 60.79º | 0.64% | 0.93% | - |
| XYZ | 66.22 | 78.9 | 20.54 | - |
| YUV | 219.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 86 | 0.01 | 0 | 0.64 | 0.07 | 60.79 | 0.81 | 0.63 |
| Hex | EB | ED | 56 | 1 | 0 | 40 | 7 | 3D | 51 | 3F |
| Octal | 353 | 355 | 126 | 1 | 0 | 100 | 7 | 75 | 121 | 77 |
| Binary | 11101011 | 11101101 | 1010110 | 1 | 0 | 1000000 | 111 | 111101 | 1010001 | 111111 |
Color Harmonies of #EBED56
Complementary color
Monochromatic Colors of #EBED56
Black with #EBED56
Text Example
Text Example
White with #EBED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED56; }
p { color: rgb(235,237,86); }
H1.HeaderClassName
{
color: #EBED56;
}
.AnyTagClassName
{
color: #EBED56;
}
</style>
background-color css
<style>
a { background-color: #EBED56; }
a { background-color: rgb(235,237,86); }
div.DivClassName
{
background-color: #EBED56;
}
.BgClassName
{
background-color: #EBED56;
}
</style>
border-color css
<style>
span { border-color: #EBED56; }
span { border-color: rgb(235,237,86); }
td.TdClassName
{
border-color: #EBED56;
}
.TagClassName
{
border-color: #EBED56;
}
</style>