Shades of Paris Daisy #ECF04F
Tints of Paris Daisy #ECF04F
RGB
CMYK
RGB Variations
Color information
#ECF04F (or 0xECF04F) is known color: Paris Daisy. HEX triplet: EC, F0 and 4F. RGB value is (236,240,79). Sum of RGB (Red+Green+Blue) = 236+240+79=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 79 (31.25% from 255 or 14.23% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF04F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF04F is #130FB0. Grayscale: #DDDDDD. Windows color (decimal): -1249201 or 5239020. OLE color: 5239020.
HSL color Cylindrical-coordinate representation of color #ECF04F: hue angle of 61.49º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECF04F is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 79 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.06 |
| HSL | 61.49º | 0.84% | 0.63% | - |
| HSV(B) | 61.49º | 0.67% | 0.94% | - |
| XYZ | 67.16 | 80.72 | 19.44 | - |
| YUV | 220.45 | 48.17 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 79 | 0.02 | 0 | 0.67 | 0.06 | 61.49 | 0.84 | 0.63 |
| Hex | EC | F0 | 4F | 2 | 0 | 43 | 6 | 3D | 54 | 3F |
| Octal | 354 | 360 | 117 | 2 | 0 | 103 | 6 | 75 | 124 | 77 |
| Binary | 11101100 | 11110000 | 1001111 | 10 | 0 | 1000011 | 110 | 111101 | 1010100 | 111111 |
Color Harmonies of #ECF04F
Complementary color
Monochromatic Colors of #ECF04F
Black with #ECF04F
Text Example
Text Example
White with #ECF04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF04F; }
p { color: rgb(236,240,79); }
H1.HeaderClassName
{
color: #ECF04F;
}
.AnyTagClassName
{
color: #ECF04F;
}
</style>
background-color css
<style>
a { background-color: #ECF04F; }
a { background-color: rgb(236,240,79); }
div.DivClassName
{
background-color: #ECF04F;
}
.BgClassName
{
background-color: #ECF04F;
}
</style>
border-color css
<style>
span { border-color: #ECF04F; }
span { border-color: rgb(236,240,79); }
td.TdClassName
{
border-color: #ECF04F;
}
.TagClassName
{
border-color: #ECF04F;
}
</style>