Shades of Paris Daisy #EBED50
Tints of Paris Daisy #EBED50
RGB
CMYK
RGB Variations
Color information
#EBED50 (or 0xEBED50) is known color: Paris Daisy. HEX triplet: EB, ED and 50. RGB value is (235,237,80). Sum of RGB (Red+Green+Blue) = 235+237+80=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 80 (31.64% from 255 or 14.49% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED50 is #1412AF. Grayscale: #DBDBDB. Windows color (decimal): -1315504 or 5303787. OLE color: 5303787.
HSL color Cylindrical-coordinate representation of color #EBED50: hue angle of 60.76º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EBED50 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 80 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.07 |
| HSL | 60.76º | 0.81% | 0.62% | - |
| HSV(B) | 60.76º | 0.66% | 0.93% | - |
| XYZ | 65.99 | 78.81 | 19.32 | - |
| YUV | 218.5 | 49.84 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 80 | 0.01 | 0 | 0.66 | 0.07 | 60.76 | 0.81 | 0.62 |
| Hex | EB | ED | 50 | 1 | 0 | 42 | 7 | 3D | 51 | 3E |
| Octal | 353 | 355 | 120 | 1 | 0 | 102 | 7 | 75 | 121 | 76 |
| Binary | 11101011 | 11101101 | 1010000 | 1 | 0 | 1000010 | 111 | 111101 | 1010001 | 111110 |
Color Harmonies of #EBED50
Complementary color
Monochromatic Colors of #EBED50
Black with #EBED50
Text Example
Text Example
White with #EBED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED50; }
p { color: rgb(235,237,80); }
H1.HeaderClassName
{
color: #EBED50;
}
.AnyTagClassName
{
color: #EBED50;
}
</style>
background-color css
<style>
a { background-color: #EBED50; }
a { background-color: rgb(235,237,80); }
div.DivClassName
{
background-color: #EBED50;
}
.BgClassName
{
background-color: #EBED50;
}
</style>
border-color css
<style>
span { border-color: #EBED50; }
span { border-color: rgb(235,237,80); }
td.TdClassName
{
border-color: #EBED50;
}
.TagClassName
{
border-color: #EBED50;
}
</style>