Shades of Paris Daisy #EBEC54
Tints of Paris Daisy #EBEC54
RGB
CMYK
RGB Variations
Color information
#EBEC54 (or 0xEBEC54) is known color: Paris Daisy. HEX triplet: EB, EC and 54. RGB value is (235,236,84). Sum of RGB (Red+Green+Blue) = 235+236+84=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 236 (92.58% from 255 or 42.52% from 555); Blue value is 84 (33.20% from 255 or 15.14% from 555); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEC54 is #1413AB. Grayscale: #DADADA. Windows color (decimal): -1315756 or 5565675. OLE color: 5565675.
HSL color Cylindrical-coordinate representation of color #EBEC54: hue angle of 60.39º 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 #EBEC54 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 236 | 84 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.07 |
| HSL | 60.39º | 0.8% | 0.63% | - |
| HSV(B) | 60.39º | 0.64% | 0.93% | - |
| XYZ | 65.86 | 78.29 | 20.03 | - |
| YUV | 218.37 | 52.17 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 236 | 84 | 0.00 | 0 | 0.64 | 0.07 | 60.39 | 0.8 | 0.63 |
| Hex | EB | EC | 54 | 0 | 0 | 40 | 7 | 3C | 50 | 3F |
| Octal | 353 | 354 | 124 | 0 | 0 | 100 | 7 | 74 | 120 | 77 |
| Binary | 11101011 | 11101100 | 1010100 | 0 | 0 | 1000000 | 111 | 111100 | 1010000 | 111111 |
Color Harmonies of #EBEC54
Complementary color
Monochromatic Colors of #EBEC54
Black with #EBEC54
Text Example
Text Example
White with #EBEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEC54; }
p { color: rgb(235,236,84); }
H1.HeaderClassName
{
color: #EBEC54;
}
.AnyTagClassName
{
color: #EBEC54;
}
</style>
background-color css
<style>
a { background-color: #EBEC54; }
a { background-color: rgb(235,236,84); }
div.DivClassName
{
background-color: #EBEC54;
}
.BgClassName
{
background-color: #EBEC54;
}
</style>
border-color css
<style>
span { border-color: #EBEC54; }
span { border-color: rgb(235,236,84); }
td.TdClassName
{
border-color: #EBEC54;
}
.TagClassName
{
border-color: #EBEC54;
}
</style>