Shades of Honeysuckle #ECEC5B
Tints of Honeysuckle #ECEC5B
RGB
CMYK
RGB Variations
Color information
#ECEC5B (or 0xECEC5B) is known color: Honeysuckle. HEX triplet: EC, EC and 5B. RGB value is (236,236,91). Sum of RGB (Red+Green+Blue) = 236+236+91=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 236 (92.58% from 255 or 41.92% from 563); Blue value is 91 (35.94% from 255 or 16.16% from 563); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC5B is #1313A4. Grayscale: #DCDCDC. Windows color (decimal): -1250213 or 6024428. OLE color: 6024428.
HSL color Cylindrical-coordinate representation of color #ECEC5B: hue angle of 60º 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 #ECEC5B is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 91 | - |
| CMYK | 0 | 0 | 0.61 | 0.07 |
| HSL | 60º | 0.79% | 0.64% | - |
| HSV(B) | 60º | 0.61% | 0.93% | - |
| XYZ | 66.48 | 78.58 | 21.56 | - |
| YUV | 219.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 91 | 0 | 0 | 0.61 | 0.07 | 60 | 0.79 | 0.64 |
| Hex | EC | EC | 5B | 0 | 0 | 3D | 7 | 3C | 4F | 40 |
| Octal | 354 | 354 | 133 | 0 | 0 | 75 | 7 | 74 | 117 | 100 |
| Binary | 11101100 | 11101100 | 1011011 | 0 | 0 | 111101 | 111 | 111100 | 1001111 | 1000000 |
Color Harmonies of #ECEC5B
Complementary color
Monochromatic Colors of #ECEC5B
Black with #ECEC5B
Text Example
Text Example
White with #ECEC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC5B; }
p { color: rgb(236,236,91); }
H1.HeaderClassName
{
color: #ECEC5B;
}
.AnyTagClassName
{
color: #ECEC5B;
}
</style>
background-color css
<style>
a { background-color: #ECEC5B; }
a { background-color: rgb(236,236,91); }
div.DivClassName
{
background-color: #ECEC5B;
}
.BgClassName
{
background-color: #ECEC5B;
}
</style>
border-color css
<style>
span { border-color: #ECEC5B; }
span { border-color: rgb(236,236,91); }
td.TdClassName
{
border-color: #ECEC5B;
}
.TagClassName
{
border-color: #ECEC5B;
}
</style>