Shades of Paris Daisy #EBED53
Tints of Paris Daisy #EBED53
RGB
CMYK
RGB Variations
Color information
#EBED53 (or 0xEBED53) is known color: Paris Daisy. HEX triplet: EB, ED and 53. RGB value is (235,237,83). Sum of RGB (Red+Green+Blue) = 235+237+83=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 83 (32.81% from 255 or 14.95% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED53 is #1412AC. Grayscale: #DBDBDB. Windows color (decimal): -1315501 or 5500395. OLE color: 5500395.
HSL color Cylindrical-coordinate representation of color #EBED53: 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 #EBED53 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 83 | - |
| 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.11 | 78.86 | 19.92 | - |
| YUV | 218.85 | 51.34 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 83 | 0.01 | 0 | 0.65 | 0.07 | 60.78 | 0.81 | 0.63 |
| Hex | EB | ED | 53 | 1 | 0 | 41 | 7 | 3D | 51 | 3F |
| Octal | 353 | 355 | 123 | 1 | 0 | 101 | 7 | 75 | 121 | 77 |
| Binary | 11101011 | 11101101 | 1010011 | 1 | 0 | 1000001 | 111 | 111101 | 1010001 | 111111 |
Color Harmonies of #EBED53
Complementary color
Monochromatic Colors of #EBED53
Black with #EBED53
Text Example
Text Example
White with #EBED53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED53; }
p { color: rgb(235,237,83); }
H1.HeaderClassName
{
color: #EBED53;
}
.AnyTagClassName
{
color: #EBED53;
}
</style>
background-color css
<style>
a { background-color: #EBED53; }
a { background-color: rgb(235,237,83); }
div.DivClassName
{
background-color: #EBED53;
}
.BgClassName
{
background-color: #EBED53;
}
</style>
border-color css
<style>
span { border-color: #EBED53; }
span { border-color: rgb(235,237,83); }
td.TdClassName
{
border-color: #EBED53;
}
.TagClassName
{
border-color: #EBED53;
}
</style>