Shades of Honeysuckle #EBE16A
Tints of Honeysuckle #EBE16A
RGB
CMYK
RGB Variations
Color information
#EBE16A (or 0xEBE16A) is known color: Honeysuckle. HEX triplet: EB, E1 and 6A. RGB value is (235,225,106). Sum of RGB (Red+Green+Blue) = 235+225+106=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 106 (41.80% from 255 or 18.73% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE16A is #141E95. Grayscale: #D6D6D6. Windows color (decimal): -1318550 or 7004651. OLE color: 7004651.
HSL color Cylindrical-coordinate representation of color #EBE16A: hue angle of 55.35º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EBE16A is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 225 | 106 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.08 |
| HSL | 55.35º | 0.76% | 0.67% | - |
| HSV(B) | 55.35º | 0.55% | 0.92% | - |
| XYZ | 63.79 | 72.55 | 24.28 | - |
| YUV | 214.42 | 66.81 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 225 | 106 | 0 | 0.04 | 0.55 | 0.08 | 55.35 | 0.76 | 0.67 |
| Hex | EB | E1 | 6A | 0 | 4 | 37 | 8 | 37 | 4C | 43 |
| Octal | 353 | 341 | 152 | 0 | 4 | 67 | 10 | 67 | 114 | 103 |
| Binary | 11101011 | 11100001 | 1101010 | 0 | 100 | 110111 | 1000 | 110111 | 1001100 | 1000011 |
Color Harmonies of #EBE16A
Complementary color
Monochromatic Colors of #EBE16A
Black with #EBE16A
Text Example
Text Example
White with #EBE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE16A; }
p { color: rgb(235,225,106); }
H1.HeaderClassName
{
color: #EBE16A;
}
.AnyTagClassName
{
color: #EBE16A;
}
</style>
background-color css
<style>
a { background-color: #EBE16A; }
a { background-color: rgb(235,225,106); }
div.DivClassName
{
background-color: #EBE16A;
}
.BgClassName
{
background-color: #EBE16A;
}
</style>
border-color css
<style>
span { border-color: #EBE16A; }
span { border-color: rgb(235,225,106); }
td.TdClassName
{
border-color: #EBE16A;
}
.TagClassName
{
border-color: #EBE16A;
}
</style>