Shades of Honeysuckle #EBED5B
Tints of Honeysuckle #EBED5B
RGB
CMYK
RGB Variations
Color information
#EBED5B (or 0xEBED5B) is known color: Honeysuckle. HEX triplet: EB, ED and 5B. RGB value is (235,237,91). Sum of RGB (Red+Green+Blue) = 235+237+91=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 237 (92.97% from 255 or 42.10% from 563); Blue value is 91 (35.94% from 255 or 16.16% from 563); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED5B is #1412A4. Grayscale: #DCDCDC. Windows color (decimal): -1315493 or 6024683. OLE color: 6024683.
HSL color Cylindrical-coordinate representation of color #EBED5B: hue angle of 60.82º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBED5B is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 91 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.07 |
| HSL | 60.82º | 0.8% | 0.64% | - |
| HSV(B) | 60.82º | 0.62% | 0.93% | - |
| XYZ | 66.43 | 78.99 | 21.64 | - |
| YUV | 219.76 | 55.34 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 91 | 0.01 | 0 | 0.62 | 0.07 | 60.82 | 0.8 | 0.64 |
| Hex | EB | ED | 5B | 1 | 0 | 3E | 7 | 3D | 50 | 40 |
| Octal | 353 | 355 | 133 | 1 | 0 | 76 | 7 | 75 | 120 | 100 |
| Binary | 11101011 | 11101101 | 1011011 | 1 | 0 | 111110 | 111 | 111101 | 1010000 | 1000000 |
Color Harmonies of #EBED5B
Complementary color
Monochromatic Colors of #EBED5B
Black with #EBED5B
Text Example
Text Example
White with #EBED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED5B; }
p { color: rgb(235,237,91); }
H1.HeaderClassName
{
color: #EBED5B;
}
.AnyTagClassName
{
color: #EBED5B;
}
</style>
background-color css
<style>
a { background-color: #EBED5B; }
a { background-color: rgb(235,237,91); }
div.DivClassName
{
background-color: #EBED5B;
}
.BgClassName
{
background-color: #EBED5B;
}
</style>
border-color css
<style>
span { border-color: #EBED5B; }
span { border-color: rgb(235,237,91); }
td.TdClassName
{
border-color: #EBED5B;
}
.TagClassName
{
border-color: #EBED5B;
}
</style>