Shades of Paris Daisy #ECF14A
Tints of Paris Daisy #ECF14A
RGB
CMYK
RGB Variations
Color information
#ECF14A (or 0xECF14A) is known color: Paris Daisy. HEX triplet: EC, F1 and 4A. RGB value is (236,241,74). Sum of RGB (Red+Green+Blue) = 236+241+74=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 74 (29.30% from 255 or 13.43% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #ECF14A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF14A is #130EB5. Grayscale: #DDDDDD. Windows color (decimal): -1248950 or 4911596. OLE color: 4911596.
HSL color Cylindrical-coordinate representation of color #ECF14A: hue angle of 61.8º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECF14A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 241 | 74 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.05 |
| HSL | 61.8º | 0.86% | 0.62% | - |
| HSV(B) | 61.8º | 0.69% | 0.95% | - |
| XYZ | 67.28 | 81.24 | 18.61 | - |
| YUV | 220.47 | 45.34 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 241 | 74 | 0.02 | 0 | 0.69 | 0.05 | 61.8 | 0.86 | 0.62 |
| Hex | EC | F1 | 4A | 2 | 0 | 45 | 5 | 3E | 56 | 3E |
| Octal | 354 | 361 | 112 | 2 | 0 | 105 | 5 | 76 | 126 | 76 |
| Binary | 11101100 | 11110001 | 1001010 | 10 | 0 | 1000101 | 101 | 111110 | 1010110 | 111110 |
Color Harmonies of #ECF14A
Complementary color
Monochromatic Colors of #ECF14A
Black with #ECF14A
Text Example
Text Example
White with #ECF14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF14A; }
p { color: rgb(236,241,74); }
H1.HeaderClassName
{
color: #ECF14A;
}
.AnyTagClassName
{
color: #ECF14A;
}
</style>
background-color css
<style>
a { background-color: #ECF14A; }
a { background-color: rgb(236,241,74); }
div.DivClassName
{
background-color: #ECF14A;
}
.BgClassName
{
background-color: #ECF14A;
}
</style>
border-color css
<style>
span { border-color: #ECF14A; }
span { border-color: rgb(236,241,74); }
td.TdClassName
{
border-color: #ECF14A;
}
.TagClassName
{
border-color: #ECF14A;
}
</style>