Shades of Paris Daisy #ECF94D
Tints of Paris Daisy #ECF94D
RGB
CMYK
RGB Variations
Color information
#ECF94D (or 0xECF94D) is known color: Paris Daisy. HEX triplet: EC, F9 and 4D. RGB value is (236,249,77). Sum of RGB (Red+Green+Blue) = 236+249+77=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 77 (30.47% from 255 or 13.70% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #ECF94D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF94D is #1306B2. Grayscale: #E2E2E2. Windows color (decimal): -1246899 or 5110252. OLE color: 5110252.
HSL color Cylindrical-coordinate representation of color #ECF94D: hue angle of 64.53º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECF94D is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 236 | 249 | 77 | - |
| CMYK | 0.05 | 0 | 0.69 | 0.02 |
| HSL | 64.53º | 0.93% | 0.64% | - |
| HSV(B) | 64.53º | 0.69% | 0.98% | - |
| XYZ | 69.81 | 86.12 | 19.96 | - |
| YUV | 225.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 249 | 77 | 0.05 | 0 | 0.69 | 0.02 | 64.53 | 0.93 | 0.64 |
| Hex | EC | F9 | 4D | 5 | 0 | 45 | 2 | 41 | 5D | 40 |
| Octal | 354 | 371 | 115 | 5 | 0 | 105 | 2 | 101 | 135 | 100 |
| Binary | 11101100 | 11111001 | 1001101 | 101 | 0 | 1000101 | 10 | 1000001 | 1011101 | 1000000 |
Color Harmonies of #ECF94D
Complementary color
Monochromatic Colors of #ECF94D
Black with #ECF94D
Text Example
Text Example
White with #ECF94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF94D; }
p { color: rgb(236,249,77); }
H1.HeaderClassName
{
color: #ECF94D;
}
.AnyTagClassName
{
color: #ECF94D;
}
</style>
background-color css
<style>
a { background-color: #ECF94D; }
a { background-color: rgb(236,249,77); }
div.DivClassName
{
background-color: #ECF94D;
}
.BgClassName
{
background-color: #ECF94D;
}
</style>
border-color css
<style>
span { border-color: #ECF94D; }
span { border-color: rgb(236,249,77); }
td.TdClassName
{
border-color: #ECF94D;
}
.TagClassName
{
border-color: #ECF94D;
}
</style>