Shades of Paris Daisy #ECEC46
Tints of Paris Daisy #ECEC46
RGB
CMYK
RGB Variations
Color information
#ECEC46 (or 0xECEC46) is known color: Paris Daisy. HEX triplet: EC, EC and 46. RGB value is (236,236,70). Sum of RGB (Red+Green+Blue) = 236+236+70=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 70 (27.73% from 255 or 12.92% from 542); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECEC46 is #1313B9. Grayscale: #D9D9D9. Windows color (decimal): -1250234 or 4648172. OLE color: 4648172.
HSL color Cylindrical-coordinate representation of color #ECEC46: hue angle of 60º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECEC46 is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 70 | - |
| CMYK | 0 | 0 | 0.70 | 0.07 |
| HSL | 60º | 0.81% | 0.6% | - |
| HSV(B) | 60º | 0.7% | 0.93% | - |
| XYZ | 65.69 | 78.27 | 17.44 | - |
| YUV | 217.08 | 45 | 141.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 70 | 0 | 0 | 0.70 | 0.07 | 60 | 0.81 | 0.6 |
| Hex | EC | EC | 46 | 0 | 0 | 46 | 7 | 3C | 51 | 3C |
| Octal | 354 | 354 | 106 | 0 | 0 | 106 | 7 | 74 | 121 | 74 |
| Binary | 11101100 | 11101100 | 1000110 | 0 | 0 | 1000110 | 111 | 111100 | 1010001 | 111100 |
Color Harmonies of #ECEC46
Complementary color
Monochromatic Colors of #ECEC46
Black with #ECEC46
Text Example
Text Example
White with #ECEC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC46; }
p { color: rgb(236,236,70); }
H1.HeaderClassName
{
color: #ECEC46;
}
.AnyTagClassName
{
color: #ECEC46;
}
</style>
background-color css
<style>
a { background-color: #ECEC46; }
a { background-color: rgb(236,236,70); }
div.DivClassName
{
background-color: #ECEC46;
}
.BgClassName
{
background-color: #ECEC46;
}
</style>
border-color css
<style>
span { border-color: #ECEC46; }
span { border-color: rgb(236,236,70); }
td.TdClassName
{
border-color: #ECEC46;
}
.TagClassName
{
border-color: #ECEC46;
}
</style>