Shades of Paris Daisy #ECF94F
Tints of Paris Daisy #ECF94F
RGB
CMYK
RGB Variations
Color information
#ECF94F (or 0xECF94F) is known color: Paris Daisy. HEX triplet: EC, F9 and 4F. RGB value is (236,249,79). Sum of RGB (Red+Green+Blue) = 236+249+79=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 79 (31.25% from 255 or 14.01% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF94F is #1306B0. Grayscale: #E2E2E2. Windows color (decimal): -1246897 or 5241324. OLE color: 5241324.
HSL color Cylindrical-coordinate representation of color #ECF94F: hue angle of 64.59º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECF94F is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 79 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.02 |
| HSL | 64.59º | 0.93% | 0.64% | - |
| HSV(B) | 64.59º | 0.68% | 0.98% | - |
| XYZ | 69.88 | 86.15 | 20.34 | - |
| YUV | 225.73 | 45.19 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 79 | 0.05 | 0 | 0.68 | 0.02 | 64.59 | 0.93 | 0.64 |
| Hex | EC | F9 | 4F | 5 | 0 | 44 | 2 | 41 | 5D | 40 |
| Octal | 354 | 371 | 117 | 5 | 0 | 104 | 2 | 101 | 135 | 100 |
| Binary | 11101100 | 11111001 | 1001111 | 101 | 0 | 1000100 | 10 | 1000001 | 1011101 | 1000000 |
Color Harmonies of #ECF94F
Complementary color
Monochromatic Colors of #ECF94F
Black with #ECF94F
Text Example
Text Example
White with #ECF94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF94F; }
p { color: rgb(236,249,79); }
H1.HeaderClassName
{
color: #ECF94F;
}
.AnyTagClassName
{
color: #ECF94F;
}
</style>
background-color css
<style>
a { background-color: #ECF94F; }
a { background-color: rgb(236,249,79); }
div.DivClassName
{
background-color: #ECF94F;
}
.BgClassName
{
background-color: #ECF94F;
}
</style>
border-color css
<style>
span { border-color: #ECF94F; }
span { border-color: rgb(236,249,79); }
td.TdClassName
{
border-color: #ECF94F;
}
.TagClassName
{
border-color: #ECF94F;
}
</style>