Shades of Paris Daisy #ECEB52
Tints of Paris Daisy #ECEB52
RGB
CMYK
RGB Variations
Color information
#ECEB52 (or 0xECEB52) is known color: Paris Daisy. HEX triplet: EC, EB and 52. RGB value is (236,235,82). Sum of RGB (Red+Green+Blue) = 236+235+82=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 82 (32.42% from 255 or 14.83% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEB52 is #1314AD. Grayscale: #DADADA. Windows color (decimal): -1250478 or 5434348. OLE color: 5434348.
HSL color Cylindrical-coordinate representation of color #ECEB52: 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.65%. Process color model (Four color, CMYK) of #ECEB52 is Cyan = 0, Magento = 0.00, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 235 | 82 | - |
| CMYK | 0 | 0.00 | 0.65 | 0.07 |
| HSL | 59.61º | 0.8% | 0.62% | - |
| HSV(B) | 59.61º | 0.65% | 0.93% | - |
| XYZ | 65.82 | 77.86 | 19.54 | - |
| YUV | 217.86 | 51.33 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 235 | 82 | 0 | 0.00 | 0.65 | 0.07 | 59.61 | 0.8 | 0.62 |
| Hex | EC | EB | 52 | 0 | 0 | 41 | 7 | 3C | 50 | 3E |
| Octal | 354 | 353 | 122 | 0 | 0 | 101 | 7 | 74 | 120 | 76 |
| Binary | 11101100 | 11101011 | 1010010 | 0 | 0 | 1000001 | 111 | 111100 | 1010000 | 111110 |
Color Harmonies of #ECEB52
Complementary color
Monochromatic Colors of #ECEB52
Black with #ECEB52
Text Example
Text Example
White with #ECEB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEB52; }
p { color: rgb(236,235,82); }
H1.HeaderClassName
{
color: #ECEB52;
}
.AnyTagClassName
{
color: #ECEB52;
}
</style>
background-color css
<style>
a { background-color: #ECEB52; }
a { background-color: rgb(236,235,82); }
div.DivClassName
{
background-color: #ECEB52;
}
.BgClassName
{
background-color: #ECEB52;
}
</style>
border-color css
<style>
span { border-color: #ECEB52; }
span { border-color: rgb(236,235,82); }
td.TdClassName
{
border-color: #ECEB52;
}
.TagClassName
{
border-color: #ECEB52;
}
</style>