Shades of Honeysuckle #ECF25F
Tints of Honeysuckle #ECF25F
RGB
CMYK
RGB Variations
Color information
#ECF25F (or 0xECF25F) is known color: Honeysuckle. HEX triplet: EC, F2 and 5F. RGB value is (236,242,95). Sum of RGB (Red+Green+Blue) = 236+242+95=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 95 (37.5% from 255 or 16.58% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #ECF25F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF25F is #130DA0. Grayscale: #E0E0E0. Windows color (decimal): -1248673 or 6288108. OLE color: 6288108.
HSL color Cylindrical-coordinate representation of color #ECF25F: hue angle of 62.45º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECF25F is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 242 | 95 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.05 |
| HSL | 62.45º | 0.85% | 0.66% | - |
| HSV(B) | 62.45º | 0.61% | 0.95% | - |
| XYZ | 68.41 | 82.16 | 23.08 | - |
| YUV | 223.45 | 55.51 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 242 | 95 | 0.02 | 0 | 0.61 | 0.05 | 62.45 | 0.85 | 0.66 |
| Hex | EC | F2 | 5F | 2 | 0 | 3D | 5 | 3E | 55 | 42 |
| Octal | 354 | 362 | 137 | 2 | 0 | 75 | 5 | 76 | 125 | 102 |
| Binary | 11101100 | 11110010 | 1011111 | 10 | 0 | 111101 | 101 | 111110 | 1010101 | 1000010 |
Color Harmonies of #ECF25F
Complementary color
Monochromatic Colors of #ECF25F
Black with #ECF25F
Text Example
Text Example
White with #ECF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF25F; }
p { color: rgb(236,242,95); }
H1.HeaderClassName
{
color: #ECF25F;
}
.AnyTagClassName
{
color: #ECF25F;
}
</style>
background-color css
<style>
a { background-color: #ECF25F; }
a { background-color: rgb(236,242,95); }
div.DivClassName
{
background-color: #ECF25F;
}
.BgClassName
{
background-color: #ECF25F;
}
</style>
border-color css
<style>
span { border-color: #ECF25F; }
span { border-color: rgb(236,242,95); }
td.TdClassName
{
border-color: #ECF25F;
}
.TagClassName
{
border-color: #ECF25F;
}
</style>