Shades of Honeysuckle #ECEC64
Tints of Honeysuckle #ECEC64
RGB
CMYK
RGB Variations
Color information
#ECEC64 (or 0xECEC64) is known color: Honeysuckle. HEX triplet: EC, EC and 64. RGB value is (236,236,100). Sum of RGB (Red+Green+Blue) = 236+236+100=572 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.26% from 572); Green value is 236 (92.58% from 255 or 41.26% from 572); Blue value is 100 (39.45% from 255 or 17.48% from 572); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC64 is #13139B. Grayscale: #DDDDDD. Windows color (decimal): -1250204 or 6614252. OLE color: 6614252.
HSL color Cylindrical-coordinate representation of color #ECEC64: hue angle of 60º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECEC64 is Cyan = 0, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 236 | 100 | - |
CMYK | 0 | 0 | 0.58 | 0.07 |
HSL | 60º | 0.78% | 0.66% | - |
HSV(B) | 60º | 0.58% | 0.93% | - |
XYZ | 66.89 | 78.74 | 23.73 | - |
YUV | 220.5 | 60 | 139.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 236 | 100 | 0 | 0 | 0.58 | 0.07 | 60 | 0.78 | 0.66 |
Hex | EC | EC | 64 | 0 | 0 | 3A | 7 | 3C | 4E | 42 |
Octal | 354 | 354 | 144 | 0 | 0 | 72 | 7 | 74 | 116 | 102 |
Binary | 11101100 | 11101100 | 1100100 | 0 | 0 | 111010 | 111 | 111100 | 1001110 | 1000010 |
Color Harmonies of #ECEC64
Complementary color
Monochromatic Colors of #ECEC64
Black with #ECEC64
Text Example
Text Example
White with #ECEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC64; }
p { color: rgb(236,236,100); }
H1.HeaderClassName
{
color: #ECEC64;
}
.AnyTagClassName
{
color: #ECEC64;
}
</style>
background-color css
<style>
a { background-color: #ECEC64; }
a { background-color: rgb(236,236,100); }
div.DivClassName
{
background-color: #ECEC64;
}
.BgClassName
{
background-color: #ECEC64;
}
</style>
border-color css
<style>
span { border-color: #ECEC64; }
span { border-color: rgb(236,236,100); }
td.TdClassName
{
border-color: #ECEC64;
}
.TagClassName
{
border-color: #ECEC64;
}
</style>