Shades of Paris Daisy #ECF552
Tints of Paris Daisy #ECF552
RGB
CMYK
RGB Variations
Color information
#ECF552 (or 0xECF552) is known color: Paris Daisy. HEX triplet: EC, F5 and 52. RGB value is (236,245,82). Sum of RGB (Red+Green+Blue) = 236+245+82=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 245 (96.09% from 255 or 43.52% from 563); Blue value is 82 (32.42% from 255 or 14.56% from 563); Max value from RGB is 245 - color contains mainly: green. Hex color #ECF552 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF552 is #130AAD. Grayscale: #E0E0E0. Windows color (decimal): -1247918 or 5436908. OLE color: 5436908.
HSL color Cylindrical-coordinate representation of color #ECF552: hue angle of 63.31º 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 #ECF552 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 245 | 82 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.04 |
| HSL | 63.31º | 0.89% | 0.64% | - |
| HSV(B) | 63.31º | 0.67% | 0.96% | - |
| XYZ | 68.77 | 83.75 | 20.52 | - |
| YUV | 223.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 245 | 82 | 0.04 | 0 | 0.67 | 0.04 | 63.31 | 0.89 | 0.64 |
| Hex | EC | F5 | 52 | 4 | 0 | 43 | 4 | 3F | 59 | 40 |
| Octal | 354 | 365 | 122 | 4 | 0 | 103 | 4 | 77 | 131 | 100 |
| Binary | 11101100 | 11110101 | 1010010 | 100 | 0 | 1000011 | 100 | 111111 | 1011001 | 1000000 |
Color Harmonies of #ECF552
Complementary color
Monochromatic Colors of #ECF552
Black with #ECF552
Text Example
Text Example
White with #ECF552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF552; }
p { color: rgb(236,245,82); }
H1.HeaderClassName
{
color: #ECF552;
}
.AnyTagClassName
{
color: #ECF552;
}
</style>
background-color css
<style>
a { background-color: #ECF552; }
a { background-color: rgb(236,245,82); }
div.DivClassName
{
background-color: #ECF552;
}
.BgClassName
{
background-color: #ECF552;
}
</style>
border-color css
<style>
span { border-color: #ECF552; }
span { border-color: rgb(236,245,82); }
td.TdClassName
{
border-color: #ECF552;
}
.TagClassName
{
border-color: #ECF552;
}
</style>