Shades of Paris Daisy #ECE850
Tints of Paris Daisy #ECE850
RGB
CMYK
RGB Variations
Color information
#ECE850 (or 0xECE850) is known color: Paris Daisy. HEX triplet: EC, E8 and 50. RGB value is (236,232,80). Sum of RGB (Red+Green+Blue) = 236+232+80=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 232 (91.02% from 255 or 42.34% from 548); Blue value is 80 (31.64% from 255 or 14.60% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE850 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE850 is #1317AF. Grayscale: #D8D8D8. Windows color (decimal): -1251248 or 5302508. OLE color: 5302508.
HSL color Cylindrical-coordinate representation of color #ECE850: hue angle of 58.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECE850 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 80 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.07 |
| HSL | 58.46º | 0.8% | 0.62% | - |
| HSV(B) | 58.46º | 0.66% | 0.93% | - |
| XYZ | 64.9 | 76.13 | 18.86 | - |
| YUV | 215.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 80 | 0 | 0.02 | 0.66 | 0.07 | 58.46 | 0.8 | 0.62 |
| Hex | EC | E8 | 50 | 0 | 2 | 42 | 7 | 3A | 50 | 3E |
| Octal | 354 | 350 | 120 | 0 | 2 | 102 | 7 | 72 | 120 | 76 |
| Binary | 11101100 | 11101000 | 1010000 | 0 | 10 | 1000010 | 111 | 111010 | 1010000 | 111110 |
Color Harmonies of #ECE850
Complementary color
Monochromatic Colors of #ECE850
Black with #ECE850
Text Example
Text Example
White with #ECE850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE850; }
p { color: rgb(236,232,80); }
H1.HeaderClassName
{
color: #ECE850;
}
.AnyTagClassName
{
color: #ECE850;
}
</style>
background-color css
<style>
a { background-color: #ECE850; }
a { background-color: rgb(236,232,80); }
div.DivClassName
{
background-color: #ECE850;
}
.BgClassName
{
background-color: #ECE850;
}
</style>
border-color css
<style>
span { border-color: #ECE850; }
span { border-color: rgb(236,232,80); }
td.TdClassName
{
border-color: #ECE850;
}
.TagClassName
{
border-color: #ECE850;
}
</style>