Shades of Paris Daisy #ECF550
Tints of Paris Daisy #ECF550
RGB
CMYK
RGB Variations
Color information
#ECF550 (or 0xECF550) is known color: Paris Daisy. HEX triplet: EC, F5 and 50. RGB value is (236,245,80). Sum of RGB (Red+Green+Blue) = 236+245+80=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 245 (96.09% from 255 or 43.67% from 561); Blue value is 80 (31.64% from 255 or 14.26% from 561); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF550 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF550 is #130AAF. Grayscale: #E0E0E0. Windows color (decimal): -1247920 or 5305836. OLE color: 5305836.
HSL color Cylindrical-coordinate representation of color #ECF550: hue angle of 63.27º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECF550 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 80 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.04 |
| HSL | 63.27º | 0.89% | 0.64% | - |
| HSV(B) | 63.27º | 0.67% | 0.96% | - |
| XYZ | 68.69 | 83.72 | 20.13 | - |
| YUV | 223.5 | 47.02 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 80 | 0.04 | 0 | 0.67 | 0.04 | 63.27 | 0.89 | 0.64 |
| Hex | EC | F5 | 50 | 4 | 0 | 43 | 4 | 3F | 59 | 40 |
| Octal | 354 | 365 | 120 | 4 | 0 | 103 | 4 | 77 | 131 | 100 |
| Binary | 11101100 | 11110101 | 1010000 | 100 | 0 | 1000011 | 100 | 111111 | 1011001 | 1000000 |
Color Harmonies of #ECF550
Complementary color
Monochromatic Colors of #ECF550
Black with #ECF550
Text Example
Text Example
White with #ECF550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF550; }
p { color: rgb(236,245,80); }
H1.HeaderClassName
{
color: #ECF550;
}
.AnyTagClassName
{
color: #ECF550;
}
</style>
background-color css
<style>
a { background-color: #ECF550; }
a { background-color: rgb(236,245,80); }
div.DivClassName
{
background-color: #ECF550;
}
.BgClassName
{
background-color: #ECF550;
}
</style>
border-color css
<style>
span { border-color: #ECF550; }
span { border-color: rgb(236,245,80); }
td.TdClassName
{
border-color: #ECF550;
}
.TagClassName
{
border-color: #ECF550;
}
</style>