Shades of Paris Daisy #ECEF55
Tints of Paris Daisy #ECEF55
RGB
CMYK
RGB Variations
Color information
#ECEF55 (or 0xECEF55) is known color: Paris Daisy. HEX triplet: EC, EF and 55. RGB value is (236,239,85). Sum of RGB (Red+Green+Blue) = 236+239+85=560 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.14% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 85 (33.59% from 255 or 15.18% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEF55 is #1310AA. Grayscale: #DDDDDD. Windows color (decimal): -1249451 or 5631980. OLE color: 5631980.
HSL color Cylindrical-coordinate representation of color #ECEF55: hue angle of 61.17º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECEF55 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 236 | 239 | 85 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.06 |
| HSL | 61.17º | 0.83% | 0.64% | - |
| HSV(B) | 61.17º | 0.64% | 0.94% | - |
| XYZ | 67.1 | 80.22 | 20.54 | - |
| YUV | 220.55 | 51.51 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 239 | 85 | 0.01 | 0 | 0.64 | 0.06 | 61.17 | 0.83 | 0.64 |
| Hex | EC | EF | 55 | 1 | 0 | 40 | 6 | 3D | 53 | 40 |
| Octal | 354 | 357 | 125 | 1 | 0 | 100 | 6 | 75 | 123 | 100 |
| Binary | 11101100 | 11101111 | 1010101 | 1 | 0 | 1000000 | 110 | 111101 | 1010011 | 1000000 |
Color Harmonies of #ECEF55
Complementary color
Monochromatic Colors of #ECEF55
Black with #ECEF55
Text Example
Text Example
White with #ECEF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEF55; }
p { color: rgb(236,239,85); }
H1.HeaderClassName
{
color: #ECEF55;
}
.AnyTagClassName
{
color: #ECEF55;
}
</style>
background-color css
<style>
a { background-color: #ECEF55; }
a { background-color: rgb(236,239,85); }
div.DivClassName
{
background-color: #ECEF55;
}
.BgClassName
{
background-color: #ECEF55;
}
</style>
border-color css
<style>
span { border-color: #ECEF55; }
span { border-color: rgb(236,239,85); }
td.TdClassName
{
border-color: #ECEF55;
}
.TagClassName
{
border-color: #ECEF55;
}
</style>