Shades of Paris Daisy #ECF04A
Tints of Paris Daisy #ECF04A
RGB
CMYK
RGB Variations
Color information
#ECF04A (or 0xECF04A) is known color: Paris Daisy. HEX triplet: EC, F0 and 4A. RGB value is (236,240,74). Sum of RGB (Red+Green+Blue) = 236+240+74=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 74 (29.30% from 255 or 13.45% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #ECF04A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF04A is #130FB5. Grayscale: #DCDCDC. Windows color (decimal): -1249206 or 4911340. OLE color: 4911340.
HSL color Cylindrical-coordinate representation of color #ECF04A: hue angle of 61.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECF04A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 240 | 74 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.06 |
| HSL | 61.45º | 0.85% | 0.62% | - |
| HSV(B) | 61.45º | 0.69% | 0.94% | - |
| XYZ | 66.99 | 80.65 | 18.51 | - |
| YUV | 219.88 | 45.67 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 240 | 74 | 0.02 | 0 | 0.69 | 0.06 | 61.45 | 0.85 | 0.62 |
| Hex | EC | F0 | 4A | 2 | 0 | 45 | 6 | 3D | 55 | 3E |
| Octal | 354 | 360 | 112 | 2 | 0 | 105 | 6 | 75 | 125 | 76 |
| Binary | 11101100 | 11110000 | 1001010 | 10 | 0 | 1000101 | 110 | 111101 | 1010101 | 111110 |
Color Harmonies of #ECF04A
Complementary color
Monochromatic Colors of #ECF04A
Black with #ECF04A
Text Example
Text Example
White with #ECF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF04A; }
p { color: rgb(236,240,74); }
H1.HeaderClassName
{
color: #ECF04A;
}
.AnyTagClassName
{
color: #ECF04A;
}
</style>
background-color css
<style>
a { background-color: #ECF04A; }
a { background-color: rgb(236,240,74); }
div.DivClassName
{
background-color: #ECF04A;
}
.BgClassName
{
background-color: #ECF04A;
}
</style>
border-color css
<style>
span { border-color: #ECF04A; }
span { border-color: rgb(236,240,74); }
td.TdClassName
{
border-color: #ECF04A;
}
.TagClassName
{
border-color: #ECF04A;
}
</style>