Shades of Honeysuckle #EBED6C
Tints of Honeysuckle #EBED6C
RGB
CMYK
RGB Variations
Color information
#EBED6C (or 0xEBED6C) is known color: Honeysuckle. HEX triplet: EB, ED and 6C. RGB value is (235,237,108). Sum of RGB (Red+Green+Blue) = 235+237+108=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 108 (42.58% from 255 or 18.62% from 580); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED6C is #141293. Grayscale: #DEDEDE. Windows color (decimal): -1315476 or 7138795. OLE color: 7138795.
HSL color Cylindrical-coordinate representation of color #EBED6C: hue angle of 60.93º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBED6C is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 108 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.07 |
| HSL | 60.93º | 0.78% | 0.68% | - |
| HSV(B) | 60.93º | 0.54% | 0.93% | - |
| XYZ | 67.25 | 79.31 | 25.95 | - |
| YUV | 221.7 | 63.84 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 108 | 0.01 | 0 | 0.54 | 0.07 | 60.93 | 0.78 | 0.68 |
| Hex | EB | ED | 6C | 1 | 0 | 36 | 7 | 3D | 4E | 44 |
| Octal | 353 | 355 | 154 | 1 | 0 | 66 | 7 | 75 | 116 | 104 |
| Binary | 11101011 | 11101101 | 1101100 | 1 | 0 | 110110 | 111 | 111101 | 1001110 | 1000100 |
Color Harmonies of #EBED6C
Complementary color
Monochromatic Colors of #EBED6C
Black with #EBED6C
Text Example
Text Example
White with #EBED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED6C; }
p { color: rgb(235,237,108); }
H1.HeaderClassName
{
color: #EBED6C;
}
.AnyTagClassName
{
color: #EBED6C;
}
</style>
background-color css
<style>
a { background-color: #EBED6C; }
a { background-color: rgb(235,237,108); }
div.DivClassName
{
background-color: #EBED6C;
}
.BgClassName
{
background-color: #EBED6C;
}
</style>
border-color css
<style>
span { border-color: #EBED6C; }
span { border-color: rgb(235,237,108); }
td.TdClassName
{
border-color: #EBED6C;
}
.TagClassName
{
border-color: #EBED6C;
}
</style>