Shades of Paris Daisy #EDEC55
Tints of Paris Daisy #EDEC55
RGB
CMYK
RGB Variations
Color information
#EDEC55 (or 0xEDEC55) is known color: Paris Daisy. HEX triplet: ED, EC and 55. RGB value is (237,236,85). Sum of RGB (Red+Green+Blue) = 237+236+85=558 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.47% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 85 (33.59% from 255 or 15.23% from 558); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEC55 is #1213AA. Grayscale: #DBDBDB. Windows color (decimal): -1184683 or 5631213. OLE color: 5631213.
HSL color Cylindrical-coordinate representation of color #EDEC55: hue angle of 59.61º degrees, saturation: 0.81, 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 #EDEC55 is Cyan = 0, Magento = 0.00, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 236 | 85 | - |
| CMYK | 0 | 0.00 | 0.64 | 0.07 |
| HSL | 59.61º | 0.81% | 0.63% | - |
| HSV(B) | 59.61º | 0.64% | 0.93% | - |
| XYZ | 66.56 | 78.65 | 20.27 | - |
| YUV | 219.09 | 52.33 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 236 | 85 | 0 | 0.00 | 0.64 | 0.07 | 59.61 | 0.81 | 0.63 |
| Hex | ED | EC | 55 | 0 | 0 | 40 | 7 | 3C | 51 | 3F |
| Octal | 355 | 354 | 125 | 0 | 0 | 100 | 7 | 74 | 121 | 77 |
| Binary | 11101101 | 11101100 | 1010101 | 0 | 0 | 1000000 | 111 | 111100 | 1010001 | 111111 |
Color Harmonies of #EDEC55
Complementary color
Monochromatic Colors of #EDEC55
Black with #EDEC55
Text Example
Text Example
White with #EDEC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEC55; }
p { color: rgb(237,236,85); }
H1.HeaderClassName
{
color: #EDEC55;
}
.AnyTagClassName
{
color: #EDEC55;
}
</style>
background-color css
<style>
a { background-color: #EDEC55; }
a { background-color: rgb(237,236,85); }
div.DivClassName
{
background-color: #EDEC55;
}
.BgClassName
{
background-color: #EDEC55;
}
</style>
border-color css
<style>
span { border-color: #EDEC55; }
span { border-color: rgb(237,236,85); }
td.TdClassName
{
border-color: #EDEC55;
}
.TagClassName
{
border-color: #EDEC55;
}
</style>