Shades of Paris Daisy #ECEC51
Tints of Paris Daisy #ECEC51
RGB
CMYK
RGB Variations
Color information
#ECEC51 (or 0xECEC51) is known color: Paris Daisy. HEX triplet: EC, EC and 51. RGB value is (236,236,81). Sum of RGB (Red+Green+Blue) = 236+236+81=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 81 (32.03% from 255 or 14.65% from 553); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC51 is #1313AE. Grayscale: #DADADA. Windows color (decimal): -1250223 or 5369068. OLE color: 5369068.
HSL color Cylindrical-coordinate representation of color #ECEC51: 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.66%. Process color model (Four color, CMYK) of #ECEC51 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 81 | - |
| CMYK | 0 | 0 | 0.66 | 0.07 |
| HSL | 60º | 0.8% | 0.62% | - |
| HSV(B) | 60º | 0.66% | 0.93% | - |
| XYZ | 66.07 | 78.42 | 19.44 | - |
| YUV | 218.33 | 50.5 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 81 | 0 | 0 | 0.66 | 0.07 | 60 | 0.8 | 0.62 |
| Hex | EC | EC | 51 | 0 | 0 | 42 | 7 | 3C | 50 | 3E |
| Octal | 354 | 354 | 121 | 0 | 0 | 102 | 7 | 74 | 120 | 76 |
| Binary | 11101100 | 11101100 | 1010001 | 0 | 0 | 1000010 | 111 | 111100 | 1010000 | 111110 |
Color Harmonies of #ECEC51
Complementary color
Monochromatic Colors of #ECEC51
Black with #ECEC51
Text Example
Text Example
White with #ECEC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC51; }
p { color: rgb(236,236,81); }
H1.HeaderClassName
{
color: #ECEC51;
}
.AnyTagClassName
{
color: #ECEC51;
}
</style>
background-color css
<style>
a { background-color: #ECEC51; }
a { background-color: rgb(236,236,81); }
div.DivClassName
{
background-color: #ECEC51;
}
.BgClassName
{
background-color: #ECEC51;
}
</style>
border-color css
<style>
span { border-color: #ECEC51; }
span { border-color: rgb(236,236,81); }
td.TdClassName
{
border-color: #ECEC51;
}
.TagClassName
{
border-color: #ECEC51;
}
</style>