Shades of Honeysuckle #ECEB5C
Tints of Honeysuckle #ECEB5C
RGB
CMYK
RGB Variations
Color information
#ECEB5C (or 0xECEB5C) is known color: Honeysuckle. HEX triplet: EC, EB and 5C. RGB value is (236,235,92). Sum of RGB (Red+Green+Blue) = 236+235+92=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 92 (36.33% from 255 or 16.34% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEB5C is #1314A3. Grayscale: #DBDBDB. Windows color (decimal): -1250468 or 6089708. OLE color: 6089708.
HSL color Cylindrical-coordinate representation of color #ECEB5C: hue angle of 59.58º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECEB5C is Cyan = 0, Magento = 0.00, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 92 | - |
| CMYK | 0 | 0.00 | 0.61 | 0.07 |
| HSL | 59.58º | 0.79% | 0.64% | - |
| HSV(B) | 59.58º | 0.61% | 0.93% | - |
| XYZ | 66.23 | 78.02 | 21.69 | - |
| YUV | 219 | 56.33 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 92 | 0 | 0.00 | 0.61 | 0.07 | 59.58 | 0.79 | 0.64 |
| Hex | EC | EB | 5C | 0 | 0 | 3D | 7 | 3C | 4F | 40 |
| Octal | 354 | 353 | 134 | 0 | 0 | 75 | 7 | 74 | 117 | 100 |
| Binary | 11101100 | 11101011 | 1011100 | 0 | 0 | 111101 | 111 | 111100 | 1001111 | 1000000 |
Color Harmonies of #ECEB5C
Complementary color
Monochromatic Colors of #ECEB5C
Black with #ECEB5C
Text Example
Text Example
White with #ECEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB5C; }
p { color: rgb(236,235,92); }
H1.HeaderClassName
{
color: #ECEB5C;
}
.AnyTagClassName
{
color: #ECEB5C;
}
</style>
background-color css
<style>
a { background-color: #ECEB5C; }
a { background-color: rgb(236,235,92); }
div.DivClassName
{
background-color: #ECEB5C;
}
.BgClassName
{
background-color: #ECEB5C;
}
</style>
border-color css
<style>
span { border-color: #ECEB5C; }
span { border-color: rgb(236,235,92); }
td.TdClassName
{
border-color: #ECEB5C;
}
.TagClassName
{
border-color: #ECEB5C;
}
</style>