Shades of Paris Daisy #ECEB51
Tints of Paris Daisy #ECEB51
RGB
CMYK
RGB Variations
Color information
#ECEB51 (or 0xECEB51) is known color: Paris Daisy. HEX triplet: EC, EB and 51. RGB value is (236,235,81). Sum of RGB (Red+Green+Blue) = 236+235+81=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 81 (32.03% from 255 or 14.67% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEB51 is #1314AE. Grayscale: #DADADA. Windows color (decimal): -1250479 or 5368812. OLE color: 5368812.
HSL color Cylindrical-coordinate representation of color #ECEB51: hue angle of 59.61º 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 #ECEB51 is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 81 | - |
| CMYK | 0 | 0.00 | 0.66 | 0.07 |
| HSL | 59.61º | 0.8% | 0.62% | - |
| HSV(B) | 59.61º | 0.66% | 0.93% | - |
| XYZ | 65.79 | 77.84 | 19.34 | - |
| YUV | 217.74 | 50.83 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 81 | 0 | 0.00 | 0.66 | 0.07 | 59.61 | 0.8 | 0.62 |
| Hex | EC | EB | 51 | 0 | 0 | 42 | 7 | 3C | 50 | 3E |
| Octal | 354 | 353 | 121 | 0 | 0 | 102 | 7 | 74 | 120 | 76 |
| Binary | 11101100 | 11101011 | 1010001 | 0 | 0 | 1000010 | 111 | 111100 | 1010000 | 111110 |
Color Harmonies of #ECEB51
Complementary color
Monochromatic Colors of #ECEB51
Black with #ECEB51
Text Example
Text Example
White with #ECEB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB51; }
p { color: rgb(236,235,81); }
H1.HeaderClassName
{
color: #ECEB51;
}
.AnyTagClassName
{
color: #ECEB51;
}
</style>
background-color css
<style>
a { background-color: #ECEB51; }
a { background-color: rgb(236,235,81); }
div.DivClassName
{
background-color: #ECEB51;
}
.BgClassName
{
background-color: #ECEB51;
}
</style>
border-color css
<style>
span { border-color: #ECEB51; }
span { border-color: rgb(236,235,81); }
td.TdClassName
{
border-color: #ECEB51;
}
.TagClassName
{
border-color: #ECEB51;
}
</style>