Shades of Paris Daisy #ECF047
Tints of Paris Daisy #ECF047
RGB
CMYK
RGB Variations
Color information
#ECF047 (or 0xECF047) is known color: Paris Daisy. HEX triplet: EC, F0 and 47. RGB value is (236,240,71). Sum of RGB (Red+Green+Blue) = 236+240+71=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 71 (28.12% from 255 or 12.98% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF047 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF047 is #130FB8. Grayscale: #DCDCDC. Windows color (decimal): -1249209 or 4714732. OLE color: 4714732.
HSL color Cylindrical-coordinate representation of color #ECF047: hue angle of 61.42º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECF047 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 71 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.06 |
| HSL | 61.42º | 0.85% | 0.61% | - |
| HSV(B) | 61.42º | 0.7% | 0.94% | - |
| XYZ | 66.89 | 80.61 | 17.99 | - |
| YUV | 219.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 71 | 0.02 | 0 | 0.70 | 0.06 | 61.42 | 0.85 | 0.61 |
| Hex | EC | F0 | 47 | 2 | 0 | 46 | 6 | 3D | 55 | 3D |
| Octal | 354 | 360 | 107 | 2 | 0 | 106 | 6 | 75 | 125 | 75 |
| Binary | 11101100 | 11110000 | 1000111 | 10 | 0 | 1000110 | 110 | 111101 | 1010101 | 111101 |
Color Harmonies of #ECF047
Complementary color
Monochromatic Colors of #ECF047
Black with #ECF047
Text Example
Text Example
White with #ECF047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF047; }
p { color: rgb(236,240,71); }
H1.HeaderClassName
{
color: #ECF047;
}
.AnyTagClassName
{
color: #ECF047;
}
</style>
background-color css
<style>
a { background-color: #ECF047; }
a { background-color: rgb(236,240,71); }
div.DivClassName
{
background-color: #ECF047;
}
.BgClassName
{
background-color: #ECF047;
}
</style>
border-color css
<style>
span { border-color: #ECF047; }
span { border-color: rgb(236,240,71); }
td.TdClassName
{
border-color: #ECF047;
}
.TagClassName
{
border-color: #ECF047;
}
</style>