Shades of Paris Daisy #ECF940
Tints of Paris Daisy #ECF940
RGB
CMYK
RGB Variations
Color information
#ECF940 (or 0xECF940) is known color: Paris Daisy. HEX triplet: EC, F9 and 40. RGB value is (236,249,64). Sum of RGB (Red+Green+Blue) = 236+249+64=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 64 (25.39% from 255 or 11.66% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF940 is #1306BF. Grayscale: #E0E0E0. Windows color (decimal): -1246912 or 4258284. OLE color: 4258284.
HSL color Cylindrical-coordinate representation of color #ECF940: hue angle of 64.22º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECF940 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 64 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.02 |
| HSL | 64.22º | 0.94% | 0.61% | - |
| HSV(B) | 64.22º | 0.74% | 0.98% | - |
| XYZ | 69.39 | 85.95 | 17.78 | - |
| YUV | 224.02 | 37.69 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 64 | 0.05 | 0 | 0.74 | 0.02 | 64.22 | 0.94 | 0.61 |
| Hex | EC | F9 | 40 | 5 | 0 | 4A | 2 | 40 | 5E | 3D |
| Octal | 354 | 371 | 100 | 5 | 0 | 112 | 2 | 100 | 136 | 75 |
| Binary | 11101100 | 11111001 | 1000000 | 101 | 0 | 1001010 | 10 | 1000000 | 1011110 | 111101 |
Color Harmonies of #ECF940
Complementary color
Monochromatic Colors of #ECF940
Black with #ECF940
Text Example
Text Example
White with #ECF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF940; }
p { color: rgb(236,249,64); }
H1.HeaderClassName
{
color: #ECF940;
}
.AnyTagClassName
{
color: #ECF940;
}
</style>
background-color css
<style>
a { background-color: #ECF940; }
a { background-color: rgb(236,249,64); }
div.DivClassName
{
background-color: #ECF940;
}
.BgClassName
{
background-color: #ECF940;
}
</style>
border-color css
<style>
span { border-color: #ECF940; }
span { border-color: rgb(236,249,64); }
td.TdClassName
{
border-color: #ECF940;
}
.TagClassName
{
border-color: #ECF940;
}
</style>