Shades of Paris Daisy #ECEC55
Tints of Paris Daisy #ECEC55
RGB
CMYK
RGB Variations
Color information
#ECEC55 (or 0xECEC55) is known color: Paris Daisy. HEX triplet: EC, EC and 55. RGB value is (236,236,85). Sum of RGB (Red+Green+Blue) = 236+236+85=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 85 (33.59% from 255 or 15.26% from 557); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC55 is #1313AA. Grayscale: #DBDBDB. Windows color (decimal): -1250219 or 5631212. OLE color: 5631212.
HSL color Cylindrical-coordinate representation of color #ECEC55: hue angle of 60º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECEC55 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 85 | - |
| CMYK | 0 | 0 | 0.64 | 0.07 |
| HSL | 60º | 0.8% | 0.63% | - |
| HSV(B) | 60º | 0.64% | 0.93% | - |
| XYZ | 66.23 | 78.48 | 20.25 | - |
| YUV | 218.79 | 52.5 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 85 | 0 | 0 | 0.64 | 0.07 | 60 | 0.8 | 0.63 |
| Hex | EC | EC | 55 | 0 | 0 | 40 | 7 | 3C | 50 | 3F |
| Octal | 354 | 354 | 125 | 0 | 0 | 100 | 7 | 74 | 120 | 77 |
| Binary | 11101100 | 11101100 | 1010101 | 0 | 0 | 1000000 | 111 | 111100 | 1010000 | 111111 |
Color Harmonies of #ECEC55
Complementary color
Monochromatic Colors of #ECEC55
Black with #ECEC55
Text Example
Text Example
White with #ECEC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC55; }
p { color: rgb(236,236,85); }
H1.HeaderClassName
{
color: #ECEC55;
}
.AnyTagClassName
{
color: #ECEC55;
}
</style>
background-color css
<style>
a { background-color: #ECEC55; }
a { background-color: rgb(236,236,85); }
div.DivClassName
{
background-color: #ECEC55;
}
.BgClassName
{
background-color: #ECEC55;
}
</style>
border-color css
<style>
span { border-color: #ECEC55; }
span { border-color: rgb(236,236,85); }
td.TdClassName
{
border-color: #ECEC55;
}
.TagClassName
{
border-color: #ECEC55;
}
</style>