Shades of Honeysuckle #ECED5B
Tints of Honeysuckle #ECED5B
RGB
CMYK
RGB Variations
Color information
#ECED5B (or 0xECED5B) is known color: Honeysuckle. HEX triplet: EC, ED and 5B. RGB value is (236,237,91). Sum of RGB (Red+Green+Blue) = 236+237+91=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 237 (92.97% from 255 or 42.02% from 564); Blue value is 91 (35.94% from 255 or 16.13% from 564); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED5B is #1312A4. Grayscale: #DCDCDC. Windows color (decimal): -1249957 or 6024684. OLE color: 6024684.
HSL color Cylindrical-coordinate representation of color #ECED5B: hue angle of 60.41º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECED5B is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 91 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.07 |
| HSL | 60.41º | 0.8% | 0.64% | - |
| HSV(B) | 60.41º | 0.62% | 0.93% | - |
| XYZ | 66.76 | 79.16 | 21.66 | - |
| YUV | 220.06 | 55.17 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 91 | 0.00 | 0 | 0.62 | 0.07 | 60.41 | 0.8 | 0.64 |
| Hex | EC | ED | 5B | 0 | 0 | 3E | 7 | 3C | 50 | 40 |
| Octal | 354 | 355 | 133 | 0 | 0 | 76 | 7 | 74 | 120 | 100 |
| Binary | 11101100 | 11101101 | 1011011 | 0 | 0 | 111110 | 111 | 111100 | 1010000 | 1000000 |
Color Harmonies of #ECED5B
Complementary color
Monochromatic Colors of #ECED5B
Black with #ECED5B
Text Example
Text Example
White with #ECED5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED5B; }
p { color: rgb(236,237,91); }
H1.HeaderClassName
{
color: #ECED5B;
}
.AnyTagClassName
{
color: #ECED5B;
}
</style>
background-color css
<style>
a { background-color: #ECED5B; }
a { background-color: rgb(236,237,91); }
div.DivClassName
{
background-color: #ECED5B;
}
.BgClassName
{
background-color: #ECED5B;
}
</style>
border-color css
<style>
span { border-color: #ECED5B; }
span { border-color: rgb(236,237,91); }
td.TdClassName
{
border-color: #ECED5B;
}
.TagClassName
{
border-color: #ECED5B;
}
</style>