Shades of Paris Daisy #ECF150
Tints of Paris Daisy #ECF150
RGB
CMYK
RGB Variations
Color information
#ECF150 (or 0xECF150) is known color: Paris Daisy. HEX triplet: EC, F1 and 50. RGB value is (236,241,80). Sum of RGB (Red+Green+Blue) = 236+241+80=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 80 (31.64% from 255 or 14.36% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF150 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF150 is #130EAF. Grayscale: #DDDDDD. Windows color (decimal): -1248944 or 5304812. OLE color: 5304812.
HSL color Cylindrical-coordinate representation of color #ECF150: hue angle of 61.86º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECF150 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 80 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.05 |
| HSL | 61.86º | 0.85% | 0.63% | - |
| HSV(B) | 61.86º | 0.67% | 0.95% | - |
| XYZ | 67.5 | 81.32 | 19.73 | - |
| YUV | 221.15 | 48.34 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 80 | 0.02 | 0 | 0.67 | 0.05 | 61.86 | 0.85 | 0.63 |
| Hex | EC | F1 | 50 | 2 | 0 | 43 | 5 | 3E | 55 | 3F |
| Octal | 354 | 361 | 120 | 2 | 0 | 103 | 5 | 76 | 125 | 77 |
| Binary | 11101100 | 11110001 | 1010000 | 10 | 0 | 1000011 | 101 | 111110 | 1010101 | 111111 |
Color Harmonies of #ECF150
Complementary color
Monochromatic Colors of #ECF150
Black with #ECF150
Text Example
Text Example
White with #ECF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF150; }
p { color: rgb(236,241,80); }
H1.HeaderClassName
{
color: #ECF150;
}
.AnyTagClassName
{
color: #ECF150;
}
</style>
background-color css
<style>
a { background-color: #ECF150; }
a { background-color: rgb(236,241,80); }
div.DivClassName
{
background-color: #ECF150;
}
.BgClassName
{
background-color: #ECF150;
}
</style>
border-color css
<style>
span { border-color: #ECF150; }
span { border-color: rgb(236,241,80); }
td.TdClassName
{
border-color: #ECF150;
}
.TagClassName
{
border-color: #ECF150;
}
</style>