Shades of Paris Daisy #ECF64A
Tints of Paris Daisy #ECF64A
RGB
CMYK
RGB Variations
Color information
#ECF64A (or 0xECF64A) is known color: Paris Daisy. HEX triplet: EC, F6 and 4A. RGB value is (236,246,74). Sum of RGB (Red+Green+Blue) = 236+246+74=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 74 (29.30% from 255 or 13.31% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #ECF64A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF64A is #1309B5. Grayscale: #E0E0E0. Windows color (decimal): -1247670 or 4912876. OLE color: 4912876.
HSL color Cylindrical-coordinate representation of color #ECF64A: hue angle of 63.49º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECF64A is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 246 | 74 | - |
| CMYK | 0.04 | 0 | 0.70 | 0.04 |
| HSL | 63.49º | 0.91% | 0.63% | - |
| HSV(B) | 63.49º | 0.7% | 0.96% | - |
| XYZ | 68.78 | 84.24 | 19.11 | - |
| YUV | 223.4 | 43.69 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 246 | 74 | 0.04 | 0 | 0.70 | 0.04 | 63.49 | 0.91 | 0.63 |
| Hex | EC | F6 | 4A | 4 | 0 | 46 | 4 | 3F | 5B | 3F |
| Octal | 354 | 366 | 112 | 4 | 0 | 106 | 4 | 77 | 133 | 77 |
| Binary | 11101100 | 11110110 | 1001010 | 100 | 0 | 1000110 | 100 | 111111 | 1011011 | 111111 |
Color Harmonies of #ECF64A
Complementary color
Monochromatic Colors of #ECF64A
Black with #ECF64A
Text Example
Text Example
White with #ECF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF64A; }
p { color: rgb(236,246,74); }
H1.HeaderClassName
{
color: #ECF64A;
}
.AnyTagClassName
{
color: #ECF64A;
}
</style>
background-color css
<style>
a { background-color: #ECF64A; }
a { background-color: rgb(236,246,74); }
div.DivClassName
{
background-color: #ECF64A;
}
.BgClassName
{
background-color: #ECF64A;
}
</style>
border-color css
<style>
span { border-color: #ECF64A; }
span { border-color: rgb(236,246,74); }
td.TdClassName
{
border-color: #ECF64A;
}
.TagClassName
{
border-color: #ECF64A;
}
</style>