Shades of Paris Daisy #ECEC52
Tints of Paris Daisy #ECEC52
RGB
CMYK
RGB Variations
Color information
#ECEC52 (or 0xECEC52) is known color: Paris Daisy. HEX triplet: EC, EC and 52. RGB value is (236,236,82). Sum of RGB (Red+Green+Blue) = 236+236+82=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 82 (32.42% from 255 or 14.80% from 554); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC52 is #1313AD. Grayscale: #DBDBDB. Windows color (decimal): -1250222 or 5434604. OLE color: 5434604.
HSL color Cylindrical-coordinate representation of color #ECEC52: hue angle of 60º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECEC52 is Cyan = 0, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 82 | - |
| CMYK | 0 | 0 | 0.65 | 0.07 |
| HSL | 60º | 0.8% | 0.62% | - |
| HSV(B) | 60º | 0.65% | 0.93% | - |
| XYZ | 66.11 | 78.43 | 19.64 | - |
| YUV | 218.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 82 | 0 | 0 | 0.65 | 0.07 | 60 | 0.8 | 0.62 |
| Hex | EC | EC | 52 | 0 | 0 | 41 | 7 | 3C | 50 | 3E |
| Octal | 354 | 354 | 122 | 0 | 0 | 101 | 7 | 74 | 120 | 76 |
| Binary | 11101100 | 11101100 | 1010010 | 0 | 0 | 1000001 | 111 | 111100 | 1010000 | 111110 |
Color Harmonies of #ECEC52
Complementary color
Monochromatic Colors of #ECEC52
Black with #ECEC52
Text Example
Text Example
White with #ECEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC52; }
p { color: rgb(236,236,82); }
H1.HeaderClassName
{
color: #ECEC52;
}
.AnyTagClassName
{
color: #ECEC52;
}
</style>
background-color css
<style>
a { background-color: #ECEC52; }
a { background-color: rgb(236,236,82); }
div.DivClassName
{
background-color: #ECEC52;
}
.BgClassName
{
background-color: #ECEC52;
}
</style>
border-color css
<style>
span { border-color: #ECEC52; }
span { border-color: rgb(236,236,82); }
td.TdClassName
{
border-color: #ECEC52;
}
.TagClassName
{
border-color: #ECEC52;
}
</style>