Shades of Paris Daisy #ECF945
Tints of Paris Daisy #ECF945
RGB
CMYK
RGB Variations
Color information
#ECF945 (or 0xECF945) is known color: Paris Daisy. HEX triplet: EC, F9 and 45. RGB value is (236,249,69). Sum of RGB (Red+Green+Blue) = 236+249+69=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 69 (27.34% from 255 or 12.45% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF945 is #1306BA. Grayscale: #E1E1E1. Windows color (decimal): -1246907 or 4585964. OLE color: 4585964.
HSL color Cylindrical-coordinate representation of color #ECF945: hue angle of 64.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECF945 is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 69 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.02 |
| HSL | 64.33º | 0.94% | 0.62% | - |
| HSV(B) | 64.33º | 0.72% | 0.98% | - |
| XYZ | 69.54 | 86.01 | 18.57 | - |
| YUV | 224.59 | 40.19 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 69 | 0.05 | 0 | 0.72 | 0.02 | 64.33 | 0.94 | 0.62 |
| Hex | EC | F9 | 45 | 5 | 0 | 48 | 2 | 40 | 5E | 3E |
| Octal | 354 | 371 | 105 | 5 | 0 | 110 | 2 | 100 | 136 | 76 |
| Binary | 11101100 | 11111001 | 1000101 | 101 | 0 | 1001000 | 10 | 1000000 | 1011110 | 111110 |
Color Harmonies of #ECF945
Complementary color
Monochromatic Colors of #ECF945
Black with #ECF945
Text Example
Text Example
White with #ECF945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF945; }
p { color: rgb(236,249,69); }
H1.HeaderClassName
{
color: #ECF945;
}
.AnyTagClassName
{
color: #ECF945;
}
</style>
background-color css
<style>
a { background-color: #ECF945; }
a { background-color: rgb(236,249,69); }
div.DivClassName
{
background-color: #ECF945;
}
.BgClassName
{
background-color: #ECF945;
}
</style>
border-color css
<style>
span { border-color: #ECF945; }
span { border-color: rgb(236,249,69); }
td.TdClassName
{
border-color: #ECF945;
}
.TagClassName
{
border-color: #ECF945;
}
</style>