Shades of Paris Daisy #ECF94A
Tints of Paris Daisy #ECF94A
RGB
CMYK
RGB Variations
Color information
#ECF94A (or 0xECF94A) is known color: Paris Daisy. HEX triplet: EC, F9 and 4A. RGB value is (236,249,74). Sum of RGB (Red+Green+Blue) = 236+249+74=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 74 (29.30% from 255 or 13.24% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF94A is #1306B5. Grayscale: #E1E1E1. Windows color (decimal): -1246902 or 4913644. OLE color: 4913644.
HSL color Cylindrical-coordinate representation of color #ECF94A: hue angle of 64.46º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECF94A is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 74 | - |
| CMYK | 0.05 | 0 | 0.70 | 0.02 |
| HSL | 64.46º | 0.94% | 0.63% | - |
| HSV(B) | 64.46º | 0.7% | 0.98% | - |
| XYZ | 69.7 | 86.08 | 19.42 | - |
| YUV | 225.16 | 42.69 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 74 | 0.05 | 0 | 0.70 | 0.02 | 64.46 | 0.94 | 0.63 |
| Hex | EC | F9 | 4A | 5 | 0 | 46 | 2 | 40 | 5E | 3F |
| Octal | 354 | 371 | 112 | 5 | 0 | 106 | 2 | 100 | 136 | 77 |
| Binary | 11101100 | 11111001 | 1001010 | 101 | 0 | 1000110 | 10 | 1000000 | 1011110 | 111111 |
Color Harmonies of #ECF94A
Complementary color
Monochromatic Colors of #ECF94A
Black with #ECF94A
Text Example
Text Example
White with #ECF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF94A; }
p { color: rgb(236,249,74); }
H1.HeaderClassName
{
color: #ECF94A;
}
.AnyTagClassName
{
color: #ECF94A;
}
</style>
background-color css
<style>
a { background-color: #ECF94A; }
a { background-color: rgb(236,249,74); }
div.DivClassName
{
background-color: #ECF94A;
}
.BgClassName
{
background-color: #ECF94A;
}
</style>
border-color css
<style>
span { border-color: #ECF94A; }
span { border-color: rgb(236,249,74); }
td.TdClassName
{
border-color: #ECF94A;
}
.TagClassName
{
border-color: #ECF94A;
}
</style>