Shades of Paris Daisy #EBEC56
Tints of Paris Daisy #EBEC56
RGB
CMYK
RGB Variations
Color information
#EBEC56 (or 0xEBEC56) is known color: Paris Daisy. HEX triplet: EB, EC and 56. RGB value is (235,236,86). Sum of RGB (Red+Green+Blue) = 235+236+86=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 236 (92.58% from 255 or 42.37% from 557); Blue value is 86 (33.98% from 255 or 15.44% from 557); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEC56 is #1413A9. Grayscale: #DBDBDB. Windows color (decimal): -1315754 or 5696747. OLE color: 5696747.
HSL color Cylindrical-coordinate representation of color #EBEC56: hue angle of 60.4º 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 #EBEC56 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 86 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.07 |
| HSL | 60.4º | 0.8% | 0.63% | - |
| HSV(B) | 60.4º | 0.64% | 0.93% | - |
| XYZ | 65.94 | 78.32 | 20.45 | - |
| YUV | 218.6 | 53.17 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 86 | 0.00 | 0 | 0.64 | 0.07 | 60.4 | 0.8 | 0.63 |
| Hex | EB | EC | 56 | 0 | 0 | 40 | 7 | 3C | 50 | 3F |
| Octal | 353 | 354 | 126 | 0 | 0 | 100 | 7 | 74 | 120 | 77 |
| Binary | 11101011 | 11101100 | 1010110 | 0 | 0 | 1000000 | 111 | 111100 | 1010000 | 111111 |
Color Harmonies of #EBEC56
Complementary color
Monochromatic Colors of #EBEC56
Black with #EBEC56
Text Example
Text Example
White with #EBEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC56; }
p { color: rgb(235,236,86); }
H1.HeaderClassName
{
color: #EBEC56;
}
.AnyTagClassName
{
color: #EBEC56;
}
</style>
background-color css
<style>
a { background-color: #EBEC56; }
a { background-color: rgb(235,236,86); }
div.DivClassName
{
background-color: #EBEC56;
}
.BgClassName
{
background-color: #EBEC56;
}
</style>
border-color css
<style>
span { border-color: #EBEC56; }
span { border-color: rgb(235,236,86); }
td.TdClassName
{
border-color: #EBEC56;
}
.TagClassName
{
border-color: #EBEC56;
}
</style>