Shades of Honeysuckle #EBE86A
Tints of Honeysuckle #EBE86A
RGB
CMYK
RGB Variations
Color information
#EBE86A (or 0xEBE86A) is known color: Honeysuckle. HEX triplet: EB, E8 and 6A. RGB value is (235,232,106). Sum of RGB (Red+Green+Blue) = 235+232+106=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 106 (41.80% from 255 or 18.50% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE86A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE86A is #141795. Grayscale: #DBDBDB. Windows color (decimal): -1316758 or 7006443. OLE color: 7006443.
HSL color Cylindrical-coordinate representation of color #EBE86A: hue angle of 58.6º 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 #EBE86A is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 106 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.08 |
| HSL | 58.6º | 0.76% | 0.67% | - |
| HSV(B) | 58.6º | 0.55% | 0.92% | - |
| XYZ | 65.72 | 76.42 | 24.92 | - |
| YUV | 218.53 | 64.49 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 106 | 0 | 0.01 | 0.55 | 0.08 | 58.6 | 0.76 | 0.67 |
| Hex | EB | E8 | 6A | 0 | 1 | 37 | 8 | 3B | 4C | 43 |
| Octal | 353 | 350 | 152 | 0 | 1 | 67 | 10 | 73 | 114 | 103 |
| Binary | 11101011 | 11101000 | 1101010 | 0 | 1 | 110111 | 1000 | 111011 | 1001100 | 1000011 |
Color Harmonies of #EBE86A
Complementary color
Monochromatic Colors of #EBE86A
Black with #EBE86A
Text Example
Text Example
White with #EBE86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE86A; }
p { color: rgb(235,232,106); }
H1.HeaderClassName
{
color: #EBE86A;
}
.AnyTagClassName
{
color: #EBE86A;
}
</style>
background-color css
<style>
a { background-color: #EBE86A; }
a { background-color: rgb(235,232,106); }
div.DivClassName
{
background-color: #EBE86A;
}
.BgClassName
{
background-color: #EBE86A;
}
</style>
border-color css
<style>
span { border-color: #EBE86A; }
span { border-color: rgb(235,232,106); }
td.TdClassName
{
border-color: #EBE86A;
}
.TagClassName
{
border-color: #EBE86A;
}
</style>