Shades of Paris Daisy #ECF342
Tints of Paris Daisy #ECF342
RGB
CMYK
RGB Variations
Color information
#ECF342 (or 0xECF342) is known color: Paris Daisy. HEX triplet: EC, F3 and 42. RGB value is (236,243,66). Sum of RGB (Red+Green+Blue) = 236+243+66=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 66 (26.17% from 255 or 12.11% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #ECF342 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECF342 is #130CBD. Grayscale: #DDDDDD. Windows color (decimal): -1248446 or 4387820. OLE color: 4387820.
HSL color Cylindrical-coordinate representation of color #ECF342: hue angle of 62.37º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECF342 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 236 | 243 | 66 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.05 |
| HSL | 62.37º | 0.88% | 0.61% | - |
| HSV(B) | 62.37º | 0.73% | 0.95% | - |
| XYZ | 67.63 | 82.33 | 17.48 | - |
| YUV | 220.73 | 40.68 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 243 | 66 | 0.03 | 0 | 0.73 | 0.05 | 62.37 | 0.88 | 0.61 |
| Hex | EC | F3 | 42 | 3 | 0 | 49 | 5 | 3E | 58 | 3D |
| Octal | 354 | 363 | 102 | 3 | 0 | 111 | 5 | 76 | 130 | 75 |
| Binary | 11101100 | 11110011 | 1000010 | 11 | 0 | 1001001 | 101 | 111110 | 1011000 | 111101 |
Color Harmonies of #ECF342
Complementary color
Monochromatic Colors of #ECF342
Black with #ECF342
Text Example
Text Example
White with #ECF342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF342; }
p { color: rgb(236,243,66); }
H1.HeaderClassName
{
color: #ECF342;
}
.AnyTagClassName
{
color: #ECF342;
}
</style>
background-color css
<style>
a { background-color: #ECF342; }
a { background-color: rgb(236,243,66); }
div.DivClassName
{
background-color: #ECF342;
}
.BgClassName
{
background-color: #ECF342;
}
</style>
border-color css
<style>
span { border-color: #ECF342; }
span { border-color: rgb(236,243,66); }
td.TdClassName
{
border-color: #ECF342;
}
.TagClassName
{
border-color: #ECF342;
}
</style>