Shades of Paris Daisy #ECFC50
Tints of Paris Daisy #ECFC50
RGB
CMYK
RGB Variations
Color information
#ECFC50 (or 0xECFC50) is known color: Paris Daisy. HEX triplet: EC, FC and 50. RGB value is (236,252,80). Sum of RGB (Red+Green+Blue) = 236+252+80=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 80 (31.64% from 255 or 14.08% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFC50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECFC50 is #1303AF. Grayscale: #E4E4E4. Windows color (decimal): -1246128 or 5307628. OLE color: 5307628.
HSL color Cylindrical-coordinate representation of color #ECFC50: hue angle of 65.58º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECFC50 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 252 | 80 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.01 |
| HSL | 65.58º | 0.97% | 0.65% | - |
| HSV(B) | 65.58º | 0.68% | 0.99% | - |
| XYZ | 70.85 | 88.03 | 20.85 | - |
| YUV | 227.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 252 | 80 | 0.06 | 0 | 0.68 | 0.01 | 65.58 | 0.97 | 0.65 |
| Hex | EC | FC | 50 | 6 | 0 | 44 | 1 | 42 | 61 | 41 |
| Octal | 354 | 374 | 120 | 6 | 0 | 104 | 1 | 102 | 141 | 101 |
| Binary | 11101100 | 11111100 | 1010000 | 110 | 0 | 1000100 | 1 | 1000010 | 1100001 | 1000001 |
Color Harmonies of #ECFC50
Complementary color
Monochromatic Colors of #ECFC50
Black with #ECFC50
Text Example
Text Example
White with #ECFC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFC50; }
p { color: rgb(236,252,80); }
H1.HeaderClassName
{
color: #ECFC50;
}
.AnyTagClassName
{
color: #ECFC50;
}
</style>
background-color css
<style>
a { background-color: #ECFC50; }
a { background-color: rgb(236,252,80); }
div.DivClassName
{
background-color: #ECFC50;
}
.BgClassName
{
background-color: #ECFC50;
}
</style>
border-color css
<style>
span { border-color: #ECFC50; }
span { border-color: rgb(236,252,80); }
td.TdClassName
{
border-color: #ECFC50;
}
.TagClassName
{
border-color: #ECFC50;
}
</style>