Shades of Paris Daisy #ECF942
Tints of Paris Daisy #ECF942
RGB
CMYK
RGB Variations
Color information
#ECF942 (or 0xECF942) is known color: Paris Daisy. HEX triplet: EC, F9 and 42. RGB value is (236,249,66). Sum of RGB (Red+Green+Blue) = 236+249+66=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 66 (26.17% from 255 or 11.98% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF942 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF942 is #1306BD. Grayscale: #E0E0E0. Windows color (decimal): -1246910 or 4389356. OLE color: 4389356.
HSL color Cylindrical-coordinate representation of color #ECF942: hue angle of 64.26º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECF942 is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 66 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.02 |
| HSL | 64.26º | 0.94% | 0.62% | - |
| HSV(B) | 64.26º | 0.73% | 0.98% | - |
| XYZ | 69.45 | 85.98 | 18.09 | - |
| YUV | 224.25 | 38.69 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 66 | 0.05 | 0 | 0.73 | 0.02 | 64.26 | 0.94 | 0.62 |
| Hex | EC | F9 | 42 | 5 | 0 | 49 | 2 | 40 | 5E | 3E |
| Octal | 354 | 371 | 102 | 5 | 0 | 111 | 2 | 100 | 136 | 76 |
| Binary | 11101100 | 11111001 | 1000010 | 101 | 0 | 1001001 | 10 | 1000000 | 1011110 | 111110 |
Color Harmonies of #ECF942
Complementary color
Monochromatic Colors of #ECF942
Black with #ECF942
Text Example
Text Example
White with #ECF942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF942; }
p { color: rgb(236,249,66); }
H1.HeaderClassName
{
color: #ECF942;
}
.AnyTagClassName
{
color: #ECF942;
}
</style>
background-color css
<style>
a { background-color: #ECF942; }
a { background-color: rgb(236,249,66); }
div.DivClassName
{
background-color: #ECF942;
}
.BgClassName
{
background-color: #ECF942;
}
</style>
border-color css
<style>
span { border-color: #ECF942; }
span { border-color: rgb(236,249,66); }
td.TdClassName
{
border-color: #ECF942;
}
.TagClassName
{
border-color: #ECF942;
}
</style>