Shades of Honeysuckle #EBED60
Tints of Honeysuckle #EBED60
RGB
CMYK
RGB Variations
Color information
#EBED60 (or 0xEBED60) is known color: Honeysuckle. HEX triplet: EB, ED and 60. RGB value is (235,237,96). Sum of RGB (Red+Green+Blue) = 235+237+96=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 96 (37.89% from 255 or 16.90% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED60 is #14129F. Grayscale: #DCDCDC. Windows color (decimal): -1315488 or 6352363. OLE color: 6352363.
HSL color Cylindrical-coordinate representation of color #EBED60: hue angle of 60.85º 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 #EBED60 is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 96 | - |
| CMYK | 0.01 | 0 | 0.59 | 0.07 |
| HSL | 60.85º | 0.8% | 0.65% | - |
| HSV(B) | 60.85º | 0.59% | 0.93% | - |
| XYZ | 66.66 | 79.08 | 22.82 | - |
| YUV | 220.33 | 57.84 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 96 | 0.01 | 0 | 0.59 | 0.07 | 60.85 | 0.8 | 0.65 |
| Hex | EB | ED | 60 | 1 | 0 | 3B | 7 | 3D | 50 | 41 |
| Octal | 353 | 355 | 140 | 1 | 0 | 73 | 7 | 75 | 120 | 101 |
| Binary | 11101011 | 11101101 | 1100000 | 1 | 0 | 111011 | 111 | 111101 | 1010000 | 1000001 |
Color Harmonies of #EBED60
Complementary color
Monochromatic Colors of #EBED60
Black with #EBED60
Text Example
Text Example
White with #EBED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED60; }
p { color: rgb(235,237,96); }
H1.HeaderClassName
{
color: #EBED60;
}
.AnyTagClassName
{
color: #EBED60;
}
</style>
background-color css
<style>
a { background-color: #EBED60; }
a { background-color: rgb(235,237,96); }
div.DivClassName
{
background-color: #EBED60;
}
.BgClassName
{
background-color: #EBED60;
}
</style>
border-color css
<style>
span { border-color: #EBED60; }
span { border-color: rgb(235,237,96); }
td.TdClassName
{
border-color: #EBED60;
}
.TagClassName
{
border-color: #EBED60;
}
</style>