Shades of Paris Daisy #ECEA54
Tints of Paris Daisy #ECEA54
RGB
CMYK
RGB Variations
Color information
#ECEA54 (or 0xECEA54) is known color: Paris Daisy. HEX triplet: EC, EA and 54. RGB value is (236,234,84). Sum of RGB (Red+Green+Blue) = 236+234+84=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 234 (91.80% from 255 or 42.24% from 554); Blue value is 84 (33.20% from 255 or 15.16% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA54 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA54 is #1315AB. Grayscale: #DADADA. Windows color (decimal): -1250732 or 5565164. OLE color: 5565164.
HSL color Cylindrical-coordinate representation of color #ECEA54: 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 #ECEA54 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 234 | 84 | - |
| 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.62 | 77.32 | 19.85 | - |
| YUV | 217.5 | 52.66 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 234 | 84 | 0 | 0.01 | 0.64 | 0.07 | 59.21 | 0.8 | 0.63 |
| Hex | EC | EA | 54 | 0 | 1 | 40 | 7 | 3B | 50 | 3F |
| Octal | 354 | 352 | 124 | 0 | 1 | 100 | 7 | 73 | 120 | 77 |
| Binary | 11101100 | 11101010 | 1010100 | 0 | 1 | 1000000 | 111 | 111011 | 1010000 | 111111 |
Color Harmonies of #ECEA54
Complementary color
Monochromatic Colors of #ECEA54
Black with #ECEA54
Text Example
Text Example
White with #ECEA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEA54; }
p { color: rgb(236,234,84); }
H1.HeaderClassName
{
color: #ECEA54;
}
.AnyTagClassName
{
color: #ECEA54;
}
</style>
background-color css
<style>
a { background-color: #ECEA54; }
a { background-color: rgb(236,234,84); }
div.DivClassName
{
background-color: #ECEA54;
}
.BgClassName
{
background-color: #ECEA54;
}
</style>
border-color css
<style>
span { border-color: #ECEA54; }
span { border-color: rgb(236,234,84); }
td.TdClassName
{
border-color: #ECEA54;
}
.TagClassName
{
border-color: #ECEA54;
}
</style>