Shades of Honeysuckle #ECEB5D
Tints of Honeysuckle #ECEB5D
RGB
CMYK
RGB Variations
Color information
#ECEB5D (or 0xECEB5D) is known color: Honeysuckle. HEX triplet: EC, EB and 5D. RGB value is (236,235,93). Sum of RGB (Red+Green+Blue) = 236+235+93=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 93 (36.72% from 255 or 16.49% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEB5D is #1314A2. Grayscale: #DBDBDB. Windows color (decimal): -1250467 or 6155244. OLE color: 6155244.
HSL color Cylindrical-coordinate representation of color #ECEB5D: hue angle of 59.58º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECEB5D is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 93 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.07 |
| HSL | 59.58º | 0.79% | 0.65% | - |
| HSV(B) | 59.58º | 0.61% | 0.93% | - |
| XYZ | 66.28 | 78.04 | 21.93 | - |
| YUV | 219.11 | 56.83 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 93 | 0 | 0.00 | 0.61 | 0.07 | 59.58 | 0.79 | 0.65 |
| Hex | EC | EB | 5D | 0 | 0 | 3D | 7 | 3C | 4F | 41 |
| Octal | 354 | 353 | 135 | 0 | 0 | 75 | 7 | 74 | 117 | 101 |
| Binary | 11101100 | 11101011 | 1011101 | 0 | 0 | 111101 | 111 | 111100 | 1001111 | 1000001 |
Color Harmonies of #ECEB5D
Complementary color
Monochromatic Colors of #ECEB5D
Black with #ECEB5D
Text Example
Text Example
White with #ECEB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB5D; }
p { color: rgb(236,235,93); }
H1.HeaderClassName
{
color: #ECEB5D;
}
.AnyTagClassName
{
color: #ECEB5D;
}
</style>
background-color css
<style>
a { background-color: #ECEB5D; }
a { background-color: rgb(236,235,93); }
div.DivClassName
{
background-color: #ECEB5D;
}
.BgClassName
{
background-color: #ECEB5D;
}
</style>
border-color css
<style>
span { border-color: #ECEB5D; }
span { border-color: rgb(236,235,93); }
td.TdClassName
{
border-color: #ECEB5D;
}
.TagClassName
{
border-color: #ECEB5D;
}
</style>