Shades of Paris Daisy #ECF353
Tints of Paris Daisy #ECF353
RGB
CMYK
RGB Variations
Color information
#ECF353 (or 0xECF353) is known color: Paris Daisy. HEX triplet: EC, F3 and 53. RGB value is (236,243,83). Sum of RGB (Red+Green+Blue) = 236+243+83=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 243 (95.31% from 255 or 43.24% from 562); Blue value is 83 (32.81% from 255 or 14.77% from 562); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF353 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF353 is #130CAC. Grayscale: #DFDFDF. Windows color (decimal): -1248429 or 5501932. OLE color: 5501932.
HSL color Cylindrical-coordinate representation of color #ECF353: hue angle of 62.63º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECF353 is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 83 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.05 |
| HSL | 62.63º | 0.87% | 0.64% | - |
| HSV(B) | 62.63º | 0.66% | 0.95% | - |
| XYZ | 68.2 | 82.56 | 20.52 | - |
| YUV | 222.67 | 49.18 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 83 | 0.03 | 0 | 0.66 | 0.05 | 62.63 | 0.87 | 0.64 |
| Hex | EC | F3 | 53 | 3 | 0 | 42 | 5 | 3F | 57 | 40 |
| Octal | 354 | 363 | 123 | 3 | 0 | 102 | 5 | 77 | 127 | 100 |
| Binary | 11101100 | 11110011 | 1010011 | 11 | 0 | 1000010 | 101 | 111111 | 1010111 | 1000000 |
Color Harmonies of #ECF353
Complementary color
Monochromatic Colors of #ECF353
Black with #ECF353
Text Example
Text Example
White with #ECF353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF353; }
p { color: rgb(236,243,83); }
H1.HeaderClassName
{
color: #ECF353;
}
.AnyTagClassName
{
color: #ECF353;
}
</style>
background-color css
<style>
a { background-color: #ECF353; }
a { background-color: rgb(236,243,83); }
div.DivClassName
{
background-color: #ECF353;
}
.BgClassName
{
background-color: #ECF353;
}
</style>
border-color css
<style>
span { border-color: #ECF353; }
span { border-color: rgb(236,243,83); }
td.TdClassName
{
border-color: #ECF353;
}
.TagClassName
{
border-color: #ECF353;
}
</style>