Shades of Paris Daisy #ECFD4A
Tints of Paris Daisy #ECFD4A
RGB
CMYK
RGB Variations
Color information
#ECFD4A (or 0xECFD4A) is known color: Paris Daisy. HEX triplet: EC, FD and 4A. RGB value is (236,253,74). Sum of RGB (Red+Green+Blue) = 236+253+74=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 74 (29.30% from 255 or 13.14% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #ECFD4A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECFD4A is #1302B5. Grayscale: #E4E4E4. Windows color (decimal): -1245878 or 4914668. OLE color: 4914668.
HSL color Cylindrical-coordinate representation of color #ECFD4A: hue angle of 65.7º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECFD4A is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 236 | 253 | 74 | - |
| CMYK | 0.07 | 0 | 0.71 | 0.01 |
| HSL | 65.7º | 0.98% | 0.64% | - |
| HSV(B) | 65.7º | 0.71% | 0.99% | - |
| XYZ | 70.95 | 88.58 | 19.84 | - |
| YUV | 227.51 | 41.37 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 253 | 74 | 0.07 | 0 | 0.71 | 0.01 | 65.7 | 0.98 | 0.64 |
| Hex | EC | FD | 4A | 7 | 0 | 47 | 1 | 42 | 62 | 40 |
| Octal | 354 | 375 | 112 | 7 | 0 | 107 | 1 | 102 | 142 | 100 |
| Binary | 11101100 | 11111101 | 1001010 | 111 | 0 | 1000111 | 1 | 1000010 | 1100010 | 1000000 |
Color Harmonies of #ECFD4A
Complementary color
Monochromatic Colors of #ECFD4A
Black with #ECFD4A
Text Example
Text Example
White with #ECFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECFD4A; }
p { color: rgb(236,253,74); }
H1.HeaderClassName
{
color: #ECFD4A;
}
.AnyTagClassName
{
color: #ECFD4A;
}
</style>
background-color css
<style>
a { background-color: #ECFD4A; }
a { background-color: rgb(236,253,74); }
div.DivClassName
{
background-color: #ECFD4A;
}
.BgClassName
{
background-color: #ECFD4A;
}
</style>
border-color css
<style>
span { border-color: #ECFD4A; }
span { border-color: rgb(236,253,74); }
td.TdClassName
{
border-color: #ECFD4A;
}
.TagClassName
{
border-color: #ECFD4A;
}
</style>