Shades of Paris Daisy #EBED54
Tints of Paris Daisy #EBED54
RGB
CMYK
RGB Variations
Color information
#EBED54 (or 0xEBED54) is known color: Paris Daisy. HEX triplet: EB, ED and 54. RGB value is (235,237,84). Sum of RGB (Red+Green+Blue) = 235+237+84=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 84 (33.20% from 255 or 15.11% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED54 is #1412AB. Grayscale: #DBDBDB. Windows color (decimal): -1315500 or 5565931. OLE color: 5565931.
HSL color Cylindrical-coordinate representation of color #EBED54: hue angle of 60.78º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBED54 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 84 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.07 |
| HSL | 60.78º | 0.81% | 0.63% | - |
| HSV(B) | 60.78º | 0.65% | 0.93% | - |
| XYZ | 66.15 | 78.87 | 20.12 | - |
| YUV | 218.96 | 51.84 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 84 | 0.01 | 0 | 0.65 | 0.07 | 60.78 | 0.81 | 0.63 |
| Hex | EB | ED | 54 | 1 | 0 | 41 | 7 | 3D | 51 | 3F |
| Octal | 353 | 355 | 124 | 1 | 0 | 101 | 7 | 75 | 121 | 77 |
| Binary | 11101011 | 11101101 | 1010100 | 1 | 0 | 1000001 | 111 | 111101 | 1010001 | 111111 |
Color Harmonies of #EBED54
Complementary color
Monochromatic Colors of #EBED54
Black with #EBED54
Text Example
Text Example
White with #EBED54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED54; }
p { color: rgb(235,237,84); }
H1.HeaderClassName
{
color: #EBED54;
}
.AnyTagClassName
{
color: #EBED54;
}
</style>
background-color css
<style>
a { background-color: #EBED54; }
a { background-color: rgb(235,237,84); }
div.DivClassName
{
background-color: #EBED54;
}
.BgClassName
{
background-color: #EBED54;
}
</style>
border-color css
<style>
span { border-color: #EBED54; }
span { border-color: rgb(235,237,84); }
td.TdClassName
{
border-color: #EBED54;
}
.TagClassName
{
border-color: #EBED54;
}
</style>