Shades of Honeysuckle #ECED62
Tints of Honeysuckle #ECED62
RGB
CMYK
RGB Variations
Color information
#ECED62 (or 0xECED62) is known color: Honeysuckle. HEX triplet: EC, ED and 62. RGB value is (236,237,98). Sum of RGB (Red+Green+Blue) = 236+237+98=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 98 (38.67% from 255 or 17.16% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED62 is #13129D. Grayscale: #DDDDDD. Windows color (decimal): -1249950 or 6483436. OLE color: 6483436.
HSL color Cylindrical-coordinate representation of color #ECED62: hue angle of 60.43º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECED62 is Cyan = 0.00, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 98 | - |
| CMYK | 0.00 | 0 | 0.59 | 0.07 |
| HSL | 60.43º | 0.79% | 0.66% | - |
| HSV(B) | 60.43º | 0.59% | 0.93% | - |
| XYZ | 67.08 | 79.28 | 23.32 | - |
| YUV | 220.86 | 58.67 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 98 | 0.00 | 0 | 0.59 | 0.07 | 60.43 | 0.79 | 0.66 |
| Hex | EC | ED | 62 | 0 | 0 | 3B | 7 | 3C | 4F | 42 |
| Octal | 354 | 355 | 142 | 0 | 0 | 73 | 7 | 74 | 117 | 102 |
| Binary | 11101100 | 11101101 | 1100010 | 0 | 0 | 111011 | 111 | 111100 | 1001111 | 1000010 |
Color Harmonies of #ECED62
Complementary color
Monochromatic Colors of #ECED62
Black with #ECED62
Text Example
Text Example
White with #ECED62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED62; }
p { color: rgb(236,237,98); }
H1.HeaderClassName
{
color: #ECED62;
}
.AnyTagClassName
{
color: #ECED62;
}
</style>
background-color css
<style>
a { background-color: #ECED62; }
a { background-color: rgb(236,237,98); }
div.DivClassName
{
background-color: #ECED62;
}
.BgClassName
{
background-color: #ECED62;
}
</style>
border-color css
<style>
span { border-color: #ECED62; }
span { border-color: rgb(236,237,98); }
td.TdClassName
{
border-color: #ECED62;
}
.TagClassName
{
border-color: #ECED62;
}
</style>