Shades of Paris Daisy #ECF450
Tints of Paris Daisy #ECF450
RGB
CMYK
RGB Variations
Color information
#ECF450 (or 0xECF450) is known color: Paris Daisy. HEX triplet: EC, F4 and 50. RGB value is (236,244,80). Sum of RGB (Red+Green+Blue) = 236+244+80=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 80 (31.64% from 255 or 14.29% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF450 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECF450 is #130BAF. Grayscale: #DFDFDF. Windows color (decimal): -1248176 or 5305580. OLE color: 5305580.
HSL color Cylindrical-coordinate representation of color #ECF450: hue angle of 62.93º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECF450 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 236 | 244 | 80 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.04 |
| HSL | 62.93º | 0.88% | 0.64% | - |
| HSV(B) | 62.93º | 0.67% | 0.96% | - |
| XYZ | 68.39 | 83.11 | 20.03 | - |
| YUV | 222.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 244 | 80 | 0.03 | 0 | 0.67 | 0.04 | 62.93 | 0.88 | 0.64 |
| Hex | EC | F4 | 50 | 3 | 0 | 43 | 4 | 3F | 58 | 40 |
| Octal | 354 | 364 | 120 | 3 | 0 | 103 | 4 | 77 | 130 | 100 |
| Binary | 11101100 | 11110100 | 1010000 | 11 | 0 | 1000011 | 100 | 111111 | 1011000 | 1000000 |
Color Harmonies of #ECF450
Complementary color
Monochromatic Colors of #ECF450
Black with #ECF450
Text Example
Text Example
White with #ECF450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF450; }
p { color: rgb(236,244,80); }
H1.HeaderClassName
{
color: #ECF450;
}
.AnyTagClassName
{
color: #ECF450;
}
</style>
background-color css
<style>
a { background-color: #ECF450; }
a { background-color: rgb(236,244,80); }
div.DivClassName
{
background-color: #ECF450;
}
.BgClassName
{
background-color: #ECF450;
}
</style>
border-color css
<style>
span { border-color: #ECF450; }
span { border-color: rgb(236,244,80); }
td.TdClassName
{
border-color: #ECF450;
}
.TagClassName
{
border-color: #ECF450;
}
</style>