Shades of Paris Daisy #ECEA55
Tints of Paris Daisy #ECEA55
RGB
CMYK
RGB Variations
Color information
#ECEA55 (or 0xECEA55) is known color: Paris Daisy. HEX triplet: EC, EA and 55. RGB value is (236,234,85). Sum of RGB (Red+Green+Blue) = 236+234+85=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 234 (91.80% from 255 or 42.16% from 555); Blue value is 85 (33.59% from 255 or 15.32% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA55 is #1315AA. Grayscale: #DADADA. Windows color (decimal): -1250731 or 5630700. OLE color: 5630700.
HSL color Cylindrical-coordinate representation of color #ECEA55: hue angle of 59.21º degrees, saturation: 0.8, 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 #ECEA55 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 85 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.07 |
| HSL | 59.21º | 0.8% | 0.63% | - |
| HSV(B) | 59.21º | 0.64% | 0.93% | - |
| XYZ | 65.65 | 77.33 | 20.06 | - |
| YUV | 217.61 | 53.16 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 85 | 0 | 0.01 | 0.64 | 0.07 | 59.21 | 0.8 | 0.63 |
| Hex | EC | EA | 55 | 0 | 1 | 40 | 7 | 3B | 50 | 3F |
| Octal | 354 | 352 | 125 | 0 | 1 | 100 | 7 | 73 | 120 | 77 |
| Binary | 11101100 | 11101010 | 1010101 | 0 | 1 | 1000000 | 111 | 111011 | 1010000 | 111111 |
Color Harmonies of #ECEA55
Complementary color
Monochromatic Colors of #ECEA55
Black with #ECEA55
Text Example
Text Example
White with #ECEA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA55; }
p { color: rgb(236,234,85); }
H1.HeaderClassName
{
color: #ECEA55;
}
.AnyTagClassName
{
color: #ECEA55;
}
</style>
background-color css
<style>
a { background-color: #ECEA55; }
a { background-color: rgb(236,234,85); }
div.DivClassName
{
background-color: #ECEA55;
}
.BgClassName
{
background-color: #ECEA55;
}
</style>
border-color css
<style>
span { border-color: #ECEA55; }
span { border-color: rgb(236,234,85); }
td.TdClassName
{
border-color: #ECEA55;
}
.TagClassName
{
border-color: #ECEA55;
}
</style>