Shades of Honeysuckle #ECF55F
Tints of Honeysuckle #ECF55F
RGB
CMYK
RGB Variations
Color information
#ECF55F (or 0xECF55F) is known color: Honeysuckle. HEX triplet: EC, F5 and 5F. RGB value is (236,245,95). Sum of RGB (Red+Green+Blue) = 236+245+95=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 245 (96.09% from 255 or 42.53% from 576); Blue value is 95 (37.5% from 255 or 16.49% from 576); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF55F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF55F is #130AA0. Grayscale: #E1E1E1. Windows color (decimal): -1247905 or 6288876. OLE color: 6288876.
HSL color Cylindrical-coordinate representation of color #ECF55F: hue angle of 63.6º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECF55F is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 95 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.04 |
| HSL | 63.6º | 0.88% | 0.67% | - |
| HSV(B) | 63.6º | 0.61% | 0.96% | - |
| XYZ | 69.31 | 83.96 | 23.38 | - |
| YUV | 225.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 95 | 0.04 | 0 | 0.61 | 0.04 | 63.6 | 0.88 | 0.67 |
| Hex | EC | F5 | 5F | 4 | 0 | 3D | 4 | 40 | 58 | 43 |
| Octal | 354 | 365 | 137 | 4 | 0 | 75 | 4 | 100 | 130 | 103 |
| Binary | 11101100 | 11110101 | 1011111 | 100 | 0 | 111101 | 100 | 1000000 | 1011000 | 1000011 |
Color Harmonies of #ECF55F
Complementary color
Monochromatic Colors of #ECF55F
Black with #ECF55F
Text Example
Text Example
White with #ECF55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF55F; }
p { color: rgb(236,245,95); }
H1.HeaderClassName
{
color: #ECF55F;
}
.AnyTagClassName
{
color: #ECF55F;
}
</style>
background-color css
<style>
a { background-color: #ECF55F; }
a { background-color: rgb(236,245,95); }
div.DivClassName
{
background-color: #ECF55F;
}
.BgClassName
{
background-color: #ECF55F;
}
</style>
border-color css
<style>
span { border-color: #ECF55F; }
span { border-color: rgb(236,245,95); }
td.TdClassName
{
border-color: #ECF55F;
}
.TagClassName
{
border-color: #ECF55F;
}
</style>