Shades of Paris Daisy #ECF148
Tints of Paris Daisy #ECF148
RGB
CMYK
RGB Variations
Color information
#ECF148 (or 0xECF148) is known color: Paris Daisy. HEX triplet: EC, F1 and 48. RGB value is (236,241,72). Sum of RGB (Red+Green+Blue) = 236+241+72=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 72 (28.52% from 255 or 13.11% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF148 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF148 is #130EB7. Grayscale: #DCDCDC. Windows color (decimal): -1248952 or 4780524. OLE color: 4780524.
HSL color Cylindrical-coordinate representation of color #ECF148: hue angle of 61.78º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECF148 is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 72 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.05 |
| HSL | 61.78º | 0.86% | 0.61% | - |
| HSV(B) | 61.78º | 0.7% | 0.95% | - |
| XYZ | 67.22 | 81.21 | 18.26 | - |
| YUV | 220.24 | 44.34 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 72 | 0.02 | 0 | 0.70 | 0.05 | 61.78 | 0.86 | 0.61 |
| Hex | EC | F1 | 48 | 2 | 0 | 46 | 5 | 3E | 56 | 3D |
| Octal | 354 | 361 | 110 | 2 | 0 | 106 | 5 | 76 | 126 | 75 |
| Binary | 11101100 | 11110001 | 1001000 | 10 | 0 | 1000110 | 101 | 111110 | 1010110 | 111101 |
Color Harmonies of #ECF148
Complementary color
Monochromatic Colors of #ECF148
Black with #ECF148
Text Example
Text Example
White with #ECF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF148; }
p { color: rgb(236,241,72); }
H1.HeaderClassName
{
color: #ECF148;
}
.AnyTagClassName
{
color: #ECF148;
}
</style>
background-color css
<style>
a { background-color: #ECF148; }
a { background-color: rgb(236,241,72); }
div.DivClassName
{
background-color: #ECF148;
}
.BgClassName
{
background-color: #ECF148;
}
</style>
border-color css
<style>
span { border-color: #ECF148; }
span { border-color: rgb(236,241,72); }
td.TdClassName
{
border-color: #ECF148;
}
.TagClassName
{
border-color: #ECF148;
}
</style>