Shades of Paris Daisy #ECFE40
Tints of Paris Daisy #ECFE40
RGB
CMYK
RGB Variations
Color information
#ECFE40 (or 0xECFE40) is known color: Paris Daisy. HEX triplet: EC, FE and 40. RGB value is (236,254,64). Sum of RGB (Red+Green+Blue) = 236+254+64=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 64 (25.39% from 255 or 11.55% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #ECFE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFE40 is #1301BF. Grayscale: #E3E3E3. Windows color (decimal): -1245632 or 4259564. OLE color: 4259564.
HSL color Cylindrical-coordinate representation of color #ECFE40: hue angle of 65.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECFE40 is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 236 | 254 | 64 | - |
| CMYK | 0.07 | 0 | 0.75 | 0.00 |
| HSL | 65.68º | 0.99% | 0.62% | - |
| HSV(B) | 65.68º | 0.75% | 1% | - |
| XYZ | 70.96 | 89.09 | 18.31 | - |
| YUV | 226.96 | 36.04 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 254 | 64 | 0.07 | 0 | 0.75 | 0.00 | 65.68 | 0.99 | 0.62 |
| Hex | EC | FE | 40 | 7 | 0 | 4B | 0 | 42 | 63 | 3E |
| Octal | 354 | 376 | 100 | 7 | 0 | 113 | 0 | 102 | 143 | 76 |
| Binary | 11101100 | 11111110 | 1000000 | 111 | 0 | 1001011 | 0 | 1000010 | 1100011 | 111110 |
Color Harmonies of #ECFE40
Complementary color
Monochromatic Colors of #ECFE40
Black with #ECFE40
Text Example
Text Example
White with #ECFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFE40; }
p { color: rgb(236,254,64); }
H1.HeaderClassName
{
color: #ECFE40;
}
.AnyTagClassName
{
color: #ECFE40;
}
</style>
background-color css
<style>
a { background-color: #ECFE40; }
a { background-color: rgb(236,254,64); }
div.DivClassName
{
background-color: #ECFE40;
}
.BgClassName
{
background-color: #ECFE40;
}
</style>
border-color css
<style>
span { border-color: #ECFE40; }
span { border-color: rgb(236,254,64); }
td.TdClassName
{
border-color: #ECFE40;
}
.TagClassName
{
border-color: #ECFE40;
}
</style>