Shades of Paris Daisy #ECED54
Tints of Paris Daisy #ECED54
RGB
CMYK
RGB Variations
Color information
#ECED54 (or 0xECED54) is known color: Paris Daisy. HEX triplet: EC, ED and 54. RGB value is (236,237,84). Sum of RGB (Red+Green+Blue) = 236+237+84=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 84 (33.20% from 255 or 15.08% from 557); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED54 is #1312AB. Grayscale: #DBDBDB. Windows color (decimal): -1249964 or 5565932. OLE color: 5565932.
HSL color Cylindrical-coordinate representation of color #ECED54: hue angle of 60.39º 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 #ECED54 is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 84 | - |
| CMYK | 0.00 | 0 | 0.65 | 0.07 |
| HSL | 60.39º | 0.81% | 0.63% | - |
| HSV(B) | 60.39º | 0.65% | 0.93% | - |
| XYZ | 66.48 | 79.04 | 20.14 | - |
| YUV | 219.26 | 51.67 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 84 | 0.00 | 0 | 0.65 | 0.07 | 60.39 | 0.81 | 0.63 |
| Hex | EC | ED | 54 | 0 | 0 | 41 | 7 | 3C | 51 | 3F |
| Octal | 354 | 355 | 124 | 0 | 0 | 101 | 7 | 74 | 121 | 77 |
| Binary | 11101100 | 11101101 | 1010100 | 0 | 0 | 1000001 | 111 | 111100 | 1010001 | 111111 |
Color Harmonies of #ECED54
Complementary color
Monochromatic Colors of #ECED54
Black with #ECED54
Text Example
Text Example
White with #ECED54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED54; }
p { color: rgb(236,237,84); }
H1.HeaderClassName
{
color: #ECED54;
}
.AnyTagClassName
{
color: #ECED54;
}
</style>
background-color css
<style>
a { background-color: #ECED54; }
a { background-color: rgb(236,237,84); }
div.DivClassName
{
background-color: #ECED54;
}
.BgClassName
{
background-color: #ECED54;
}
</style>
border-color css
<style>
span { border-color: #ECED54; }
span { border-color: rgb(236,237,84); }
td.TdClassName
{
border-color: #ECED54;
}
.TagClassName
{
border-color: #ECED54;
}
</style>