Shades of Honeysuckle #ECF370
Tints of Honeysuckle #ECF370
RGB
CMYK
RGB Variations
Color information
#ECF370 (or 0xECF370) is known color: Honeysuckle. HEX triplet: EC, F3 and 70. RGB value is (236,243,112). Sum of RGB (Red+Green+Blue) = 236+243+112=591 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.93% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 112 (44.14% from 255 or 18.95% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF370 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF370 is #130C8F. Grayscale: #E2E2E2. Windows color (decimal): -1248400 or 7402476. OLE color: 7402476.
HSL color Cylindrical-coordinate representation of color #ECF370: hue angle of 63.21º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ECF370 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 112 | - |
| CMYK | 0.03 | 0 | 0.54 | 0.05 |
| HSL | 63.21º | 0.85% | 0.7% | - |
| HSV(B) | 63.21º | 0.54% | 0.95% | - |
| XYZ | 69.57 | 83.1 | 27.7 | - |
| YUV | 225.97 | 63.68 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 112 | 0.03 | 0 | 0.54 | 0.05 | 63.21 | 0.85 | 0.7 |
| Hex | EC | F3 | 70 | 3 | 0 | 36 | 5 | 3F | 55 | 46 |
| Octal | 354 | 363 | 160 | 3 | 0 | 66 | 5 | 77 | 125 | 106 |
| Binary | 11101100 | 11110011 | 1110000 | 11 | 0 | 110110 | 101 | 111111 | 1010101 | 1000110 |
Color Harmonies of #ECF370
Complementary color
Monochromatic Colors of #ECF370
Black with #ECF370
Text Example
Text Example
White with #ECF370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF370; }
p { color: rgb(236,243,112); }
H1.HeaderClassName
{
color: #ECF370;
}
.AnyTagClassName
{
color: #ECF370;
}
</style>
background-color css
<style>
a { background-color: #ECF370; }
a { background-color: rgb(236,243,112); }
div.DivClassName
{
background-color: #ECF370;
}
.BgClassName
{
background-color: #ECF370;
}
</style>
border-color css
<style>
span { border-color: #ECF370; }
span { border-color: rgb(236,243,112); }
td.TdClassName
{
border-color: #ECF370;
}
.TagClassName
{
border-color: #ECF370;
}
</style>