Shades of Paris Daisy #ECF34A
Tints of Paris Daisy #ECF34A
RGB
CMYK
RGB Variations
Color information
#ECF34A (or 0xECF34A) is known color: Paris Daisy. HEX triplet: EC, F3 and 4A. RGB value is (236,243,74). Sum of RGB (Red+Green+Blue) = 236+243+74=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 74 (29.30% from 255 or 13.38% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF34A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF34A is #130CB5. Grayscale: #DEDEDE. Windows color (decimal): -1248438 or 4912108. OLE color: 4912108.
HSL color Cylindrical-coordinate representation of color #ECF34A: hue angle of 62.49º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECF34A is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 74 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.05 |
| HSL | 62.49º | 0.88% | 0.62% | - |
| HSV(B) | 62.49º | 0.7% | 0.95% | - |
| XYZ | 67.88 | 82.43 | 18.81 | - |
| YUV | 221.64 | 44.68 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 74 | 0.03 | 0 | 0.70 | 0.05 | 62.49 | 0.88 | 0.62 |
| Hex | EC | F3 | 4A | 3 | 0 | 46 | 5 | 3E | 58 | 3E |
| Octal | 354 | 363 | 112 | 3 | 0 | 106 | 5 | 76 | 130 | 76 |
| Binary | 11101100 | 11110011 | 1001010 | 11 | 0 | 1000110 | 101 | 111110 | 1011000 | 111110 |
Color Harmonies of #ECF34A
Complementary color
Monochromatic Colors of #ECF34A
Black with #ECF34A
Text Example
Text Example
White with #ECF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF34A; }
p { color: rgb(236,243,74); }
H1.HeaderClassName
{
color: #ECF34A;
}
.AnyTagClassName
{
color: #ECF34A;
}
</style>
background-color css
<style>
a { background-color: #ECF34A; }
a { background-color: rgb(236,243,74); }
div.DivClassName
{
background-color: #ECF34A;
}
.BgClassName
{
background-color: #ECF34A;
}
</style>
border-color css
<style>
span { border-color: #ECF34A; }
span { border-color: rgb(236,243,74); }
td.TdClassName
{
border-color: #ECF34A;
}
.TagClassName
{
border-color: #ECF34A;
}
</style>