Shades of Honeysuckle #EBE85D
Tints of Honeysuckle #EBE85D
RGB
CMYK
RGB Variations
Color information
#EBE85D (or 0xEBE85D) is known color: Honeysuckle. HEX triplet: EB, E8 and 5D. RGB value is (235,232,93). Sum of RGB (Red+Green+Blue) = 235+232+93=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 232 (91.02% from 255 or 41.43% from 560); Blue value is 93 (36.72% from 255 or 16.61% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE85D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE85D is #1417A2. Grayscale: #D9D9D9. Windows color (decimal): -1316771 or 6154475. OLE color: 6154475.
HSL color Cylindrical-coordinate representation of color #EBE85D: hue angle of 58.73º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBE85D is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 232 | 93 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.08 |
| HSL | 58.73º | 0.78% | 0.64% | - |
| HSV(B) | 58.73º | 0.6% | 0.92% | - |
| XYZ | 65.09 | 76.17 | 21.63 | - |
| YUV | 217.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 232 | 93 | 0 | 0.01 | 0.60 | 0.08 | 58.73 | 0.78 | 0.64 |
| Hex | EB | E8 | 5D | 0 | 1 | 3C | 8 | 3B | 4E | 40 |
| Octal | 353 | 350 | 135 | 0 | 1 | 74 | 10 | 73 | 116 | 100 |
| Binary | 11101011 | 11101000 | 1011101 | 0 | 1 | 111100 | 1000 | 111011 | 1001110 | 1000000 |
Color Harmonies of #EBE85D
Complementary color
Monochromatic Colors of #EBE85D
Black with #EBE85D
Text Example
Text Example
White with #EBE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBE85D; }
p { color: rgb(235,232,93); }
H1.HeaderClassName
{
color: #EBE85D;
}
.AnyTagClassName
{
color: #EBE85D;
}
</style>
background-color css
<style>
a { background-color: #EBE85D; }
a { background-color: rgb(235,232,93); }
div.DivClassName
{
background-color: #EBE85D;
}
.BgClassName
{
background-color: #EBE85D;
}
</style>
border-color css
<style>
span { border-color: #EBE85D; }
span { border-color: rgb(235,232,93); }
td.TdClassName
{
border-color: #EBE85D;
}
.TagClassName
{
border-color: #EBE85D;
}
</style>