Shades of Honeysuckle #ECF85A
Tints of Honeysuckle #ECF85A
RGB
CMYK
RGB Variations
Color information
#ECF85A (or 0xECF85A) is known color: Honeysuckle. HEX triplet: EC, F8 and 5A. RGB value is (236,248,90). Sum of RGB (Red+Green+Blue) = 236+248+90=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 90 (35.55% from 255 or 15.68% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF85A is #1307A5. Grayscale: #E3E3E3. Windows color (decimal): -1247142 or 5961964. OLE color: 5961964.
HSL color Cylindrical-coordinate representation of color #ECF85A: hue angle of 64.56º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECF85A is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 90 | - |
| CMYK | 0.05 | 0 | 0.64 | 0.03 |
| HSL | 64.56º | 0.92% | 0.66% | - |
| HSV(B) | 64.56º | 0.64% | 0.97% | - |
| XYZ | 70 | 85.71 | 22.53 | - |
| YUV | 226.4 | 51.02 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 90 | 0.05 | 0 | 0.64 | 0.03 | 64.56 | 0.92 | 0.66 |
| Hex | EC | F8 | 5A | 5 | 0 | 40 | 3 | 41 | 5C | 42 |
| Octal | 354 | 370 | 132 | 5 | 0 | 100 | 3 | 101 | 134 | 102 |
| Binary | 11101100 | 11111000 | 1011010 | 101 | 0 | 1000000 | 11 | 1000001 | 1011100 | 1000010 |
Color Harmonies of #ECF85A
Complementary color
Monochromatic Colors of #ECF85A
Black with #ECF85A
Text Example
Text Example
White with #ECF85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF85A; }
p { color: rgb(236,248,90); }
H1.HeaderClassName
{
color: #ECF85A;
}
.AnyTagClassName
{
color: #ECF85A;
}
</style>
background-color css
<style>
a { background-color: #ECF85A; }
a { background-color: rgb(236,248,90); }
div.DivClassName
{
background-color: #ECF85A;
}
.BgClassName
{
background-color: #ECF85A;
}
</style>
border-color css
<style>
span { border-color: #ECF85A; }
span { border-color: rgb(236,248,90); }
td.TdClassName
{
border-color: #ECF85A;
}
.TagClassName
{
border-color: #ECF85A;
}
</style>