Shades of Paris Daisy #ECF044
Tints of Paris Daisy #ECF044
RGB
CMYK
RGB Variations
Color information
#ECF044 (or 0xECF044) is known color: Paris Daisy. HEX triplet: EC, F0 and 44. RGB value is (236,240,68). Sum of RGB (Red+Green+Blue) = 236+240+68=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 68 (26.95% from 255 or 12.5% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF044 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF044 is #130FBB. Grayscale: #DBDBDB. Windows color (decimal): -1249212 or 4518124. OLE color: 4518124.
HSL color Cylindrical-coordinate representation of color #ECF044: hue angle of 61.4º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECF044 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 68 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.06 |
| HSL | 61.4º | 0.85% | 0.6% | - |
| HSV(B) | 61.4º | 0.72% | 0.94% | - |
| XYZ | 66.8 | 80.57 | 17.5 | - |
| YUV | 219.2 | 42.67 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 68 | 0.02 | 0 | 0.72 | 0.06 | 61.4 | 0.85 | 0.6 |
| Hex | EC | F0 | 44 | 2 | 0 | 48 | 6 | 3D | 55 | 3C |
| Octal | 354 | 360 | 104 | 2 | 0 | 110 | 6 | 75 | 125 | 74 |
| Binary | 11101100 | 11110000 | 1000100 | 10 | 0 | 1001000 | 110 | 111101 | 1010101 | 111100 |
Color Harmonies of #ECF044
Complementary color
Monochromatic Colors of #ECF044
Black with #ECF044
Text Example
Text Example
White with #ECF044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF044; }
p { color: rgb(236,240,68); }
H1.HeaderClassName
{
color: #ECF044;
}
.AnyTagClassName
{
color: #ECF044;
}
</style>
background-color css
<style>
a { background-color: #ECF044; }
a { background-color: rgb(236,240,68); }
div.DivClassName
{
background-color: #ECF044;
}
.BgClassName
{
background-color: #ECF044;
}
</style>
border-color css
<style>
span { border-color: #ECF044; }
span { border-color: rgb(236,240,68); }
td.TdClassName
{
border-color: #ECF044;
}
.TagClassName
{
border-color: #ECF044;
}
</style>