Shades of Paris Daisy #ECED46
Tints of Paris Daisy #ECED46
RGB
CMYK
RGB Variations
Color information
#ECED46 (or 0xECED46) is known color: Paris Daisy. HEX triplet: EC, ED and 46. RGB value is (236,237,70). Sum of RGB (Red+Green+Blue) = 236+237+70=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 70 (27.73% from 255 or 12.89% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED46 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECED46 is #1312B9. Grayscale: #DADADA. Windows color (decimal): -1249978 or 4648428. OLE color: 4648428.
HSL color Cylindrical-coordinate representation of color #ECED46: hue angle of 60.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECED46 is Cyan = 0.00, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 237 | 70 | - |
| CMYK | 0.00 | 0 | 0.70 | 0.07 |
| HSL | 60.36º | 0.82% | 0.6% | - |
| HSV(B) | 60.36º | 0.7% | 0.93% | - |
| XYZ | 65.98 | 78.84 | 17.54 | - |
| YUV | 217.66 | 44.67 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 237 | 70 | 0.00 | 0 | 0.70 | 0.07 | 60.36 | 0.82 | 0.6 |
| Hex | EC | ED | 46 | 0 | 0 | 46 | 7 | 3C | 52 | 3C |
| Octal | 354 | 355 | 106 | 0 | 0 | 106 | 7 | 74 | 122 | 74 |
| Binary | 11101100 | 11101101 | 1000110 | 0 | 0 | 1000110 | 111 | 111100 | 1010010 | 111100 |
Color Harmonies of #ECED46
Complementary color
Monochromatic Colors of #ECED46
Black with #ECED46
Text Example
Text Example
White with #ECED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECED46; }
p { color: rgb(236,237,70); }
H1.HeaderClassName
{
color: #ECED46;
}
.AnyTagClassName
{
color: #ECED46;
}
</style>
background-color css
<style>
a { background-color: #ECED46; }
a { background-color: rgb(236,237,70); }
div.DivClassName
{
background-color: #ECED46;
}
.BgClassName
{
background-color: #ECED46;
}
</style>
border-color css
<style>
span { border-color: #ECED46; }
span { border-color: rgb(236,237,70); }
td.TdClassName
{
border-color: #ECED46;
}
.TagClassName
{
border-color: #ECED46;
}
</style>