Shades of Honeysuckle #EBE16C
Tints of Honeysuckle #EBE16C
RGB
CMYK
RGB Variations
Color information
#EBE16C (or 0xEBE16C) is known color: Honeysuckle. HEX triplet: EB, E1 and 6C. RGB value is (235,225,108). Sum of RGB (Red+Green+Blue) = 235+225+108=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 225 (88.28% from 255 or 39.61% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE16C is #141E93. Grayscale: #D7D7D7. Windows color (decimal): -1318548 or 7135723. OLE color: 7135723.
HSL color Cylindrical-coordinate representation of color #EBE16C: hue angle of 55.28º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBE16C is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 108 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.08 |
| HSL | 55.28º | 0.76% | 0.67% | - |
| HSV(B) | 55.28º | 0.54% | 0.92% | - |
| XYZ | 63.89 | 72.6 | 24.83 | - |
| YUV | 214.65 | 67.81 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 108 | 0 | 0.04 | 0.54 | 0.08 | 55.28 | 0.76 | 0.67 |
| Hex | EB | E1 | 6C | 0 | 4 | 36 | 8 | 37 | 4C | 43 |
| Octal | 353 | 341 | 154 | 0 | 4 | 66 | 10 | 67 | 114 | 103 |
| Binary | 11101011 | 11100001 | 1101100 | 0 | 100 | 110110 | 1000 | 110111 | 1001100 | 1000011 |
Color Harmonies of #EBE16C
Complementary color
Monochromatic Colors of #EBE16C
Black with #EBE16C
Text Example
Text Example
White with #EBE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE16C; }
p { color: rgb(235,225,108); }
H1.HeaderClassName
{
color: #EBE16C;
}
.AnyTagClassName
{
color: #EBE16C;
}
</style>
background-color css
<style>
a { background-color: #EBE16C; }
a { background-color: rgb(235,225,108); }
div.DivClassName
{
background-color: #EBE16C;
}
.BgClassName
{
background-color: #EBE16C;
}
</style>
border-color css
<style>
span { border-color: #EBE16C; }
span { border-color: rgb(235,225,108); }
td.TdClassName
{
border-color: #EBE16C;
}
.TagClassName
{
border-color: #EBE16C;
}
</style>