Shades of Paris Daisy #ECF354
Tints of Paris Daisy #ECF354
RGB
CMYK
RGB Variations
Color information
#ECF354 (or 0xECF354) is known color: Paris Daisy. HEX triplet: EC, F3 and 54. RGB value is (236,243,84). Sum of RGB (Red+Green+Blue) = 236+243+84=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 243 (95.31% from 255 or 43.16% from 563); Blue value is 84 (33.20% from 255 or 14.92% from 563); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF354 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF354 is #130CAB. Grayscale: #DFDFDF. Windows color (decimal): -1248428 or 5567468. OLE color: 5567468.
HSL color Cylindrical-coordinate representation of color #ECF354: hue angle of 62.64º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECF354 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 84 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.05 |
| HSL | 62.64º | 0.87% | 0.64% | - |
| HSV(B) | 62.64º | 0.65% | 0.95% | - |
| XYZ | 68.24 | 82.57 | 20.73 | - |
| YUV | 222.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 84 | 0.03 | 0 | 0.65 | 0.05 | 62.64 | 0.87 | 0.64 |
| Hex | EC | F3 | 54 | 3 | 0 | 41 | 5 | 3F | 57 | 40 |
| Octal | 354 | 363 | 124 | 3 | 0 | 101 | 5 | 77 | 127 | 100 |
| Binary | 11101100 | 11110011 | 1010100 | 11 | 0 | 1000001 | 101 | 111111 | 1010111 | 1000000 |
Color Harmonies of #ECF354
Complementary color
Monochromatic Colors of #ECF354
Black with #ECF354
Text Example
Text Example
White with #ECF354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF354; }
p { color: rgb(236,243,84); }
H1.HeaderClassName
{
color: #ECF354;
}
.AnyTagClassName
{
color: #ECF354;
}
</style>
background-color css
<style>
a { background-color: #ECF354; }
a { background-color: rgb(236,243,84); }
div.DivClassName
{
background-color: #ECF354;
}
.BgClassName
{
background-color: #ECF354;
}
</style>
border-color css
<style>
span { border-color: #ECF354; }
span { border-color: rgb(236,243,84); }
td.TdClassName
{
border-color: #ECF354;
}
.TagClassName
{
border-color: #ECF354;
}
</style>