Shades of Paris Daisy #EBED52
Tints of Paris Daisy #EBED52
RGB
CMYK
RGB Variations
Color information
#EBED52 (or 0xEBED52) is known color: Paris Daisy. HEX triplet: EB, ED and 52. RGB value is (235,237,82). Sum of RGB (Red+Green+Blue) = 235+237+82=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 237 (92.97% from 255 or 42.78% from 554); Blue value is 82 (32.42% from 255 or 14.80% from 554); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED52 is #1412AD. Grayscale: #DBDBDB. Windows color (decimal): -1315502 or 5434859. OLE color: 5434859.
HSL color Cylindrical-coordinate representation of color #EBED52: hue angle of 60.77º 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 #EBED52 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 235 | 237 | 82 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.07 |
| HSL | 60.77º | 0.81% | 0.63% | - |
| HSV(B) | 60.77º | 0.65% | 0.93% | - |
| XYZ | 66.07 | 78.84 | 19.72 | - |
| YUV | 218.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 237 | 82 | 0.01 | 0 | 0.65 | 0.07 | 60.77 | 0.81 | 0.63 |
| Hex | EB | ED | 52 | 1 | 0 | 41 | 7 | 3D | 51 | 3F |
| Octal | 353 | 355 | 122 | 1 | 0 | 101 | 7 | 75 | 121 | 77 |
| Binary | 11101011 | 11101101 | 1010010 | 1 | 0 | 1000001 | 111 | 111101 | 1010001 | 111111 |
Color Harmonies of #EBED52
Complementary color
Monochromatic Colors of #EBED52
Black with #EBED52
Text Example
Text Example
White with #EBED52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBED52; }
p { color: rgb(235,237,82); }
H1.HeaderClassName
{
color: #EBED52;
}
.AnyTagClassName
{
color: #EBED52;
}
</style>
background-color css
<style>
a { background-color: #EBED52; }
a { background-color: rgb(235,237,82); }
div.DivClassName
{
background-color: #EBED52;
}
.BgClassName
{
background-color: #EBED52;
}
</style>
border-color css
<style>
span { border-color: #EBED52; }
span { border-color: rgb(235,237,82); }
td.TdClassName
{
border-color: #EBED52;
}
.TagClassName
{
border-color: #EBED52;
}
</style>