Shades of Paris Daisy #ECF345
Tints of Paris Daisy #ECF345
RGB
CMYK
RGB Variations
Color information
#ECF345 (or 0xECF345) is known color: Paris Daisy. HEX triplet: EC, F3 and 45. RGB value is (236,243,69). Sum of RGB (Red+Green+Blue) = 236+243+69=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 243 (95.31% from 255 or 44.34% from 548); Blue value is 69 (27.34% from 255 or 12.59% from 548); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF345 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF345 is #130CBA. Grayscale: #DDDDDD. Windows color (decimal): -1248443 or 4584428. OLE color: 4584428.
HSL color Cylindrical-coordinate representation of color #ECF345: hue angle of 62.41º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECF345 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 69 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.05 |
| HSL | 62.41º | 0.88% | 0.61% | - |
| HSV(B) | 62.41º | 0.72% | 0.95% | - |
| XYZ | 67.72 | 82.36 | 17.96 | - |
| YUV | 221.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 69 | 0.03 | 0 | 0.72 | 0.05 | 62.41 | 0.88 | 0.61 |
| Hex | EC | F3 | 45 | 3 | 0 | 48 | 5 | 3E | 58 | 3D |
| Octal | 354 | 363 | 105 | 3 | 0 | 110 | 5 | 76 | 130 | 75 |
| Binary | 11101100 | 11110011 | 1000101 | 11 | 0 | 1001000 | 101 | 111110 | 1011000 | 111101 |
Color Harmonies of #ECF345
Complementary color
Monochromatic Colors of #ECF345
Black with #ECF345
Text Example
Text Example
White with #ECF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF345; }
p { color: rgb(236,243,69); }
H1.HeaderClassName
{
color: #ECF345;
}
.AnyTagClassName
{
color: #ECF345;
}
</style>
background-color css
<style>
a { background-color: #ECF345; }
a { background-color: rgb(236,243,69); }
div.DivClassName
{
background-color: #ECF345;
}
.BgClassName
{
background-color: #ECF345;
}
</style>
border-color css
<style>
span { border-color: #ECF345; }
span { border-color: rgb(236,243,69); }
td.TdClassName
{
border-color: #ECF345;
}
.TagClassName
{
border-color: #ECF345;
}
</style>