Shades of Paris Daisy #ECE94C
Tints of Paris Daisy #ECE94C
RGB
CMYK
RGB Variations
Color information
#ECE94C (or 0xECE94C) is known color: Paris Daisy. HEX triplet: EC, E9 and 4C. RGB value is (236,233,76). Sum of RGB (Red+Green+Blue) = 236+233+76=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 233 (91.41% from 255 or 42.75% from 545); Blue value is 76 (30.08% from 255 or 13.94% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE94C is #1316B3. Grayscale: #D8D8D8. Windows color (decimal): -1250996 or 5040620. OLE color: 5040620.
HSL color Cylindrical-coordinate representation of color #ECE94C: hue angle of 58.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECE94C is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 76 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.07 |
| HSL | 58.88º | 0.81% | 0.61% | - |
| HSV(B) | 58.88º | 0.68% | 0.93% | - |
| XYZ | 65.04 | 76.63 | 18.2 | - |
| YUV | 216 | 48.99 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 76 | 0 | 0.01 | 0.68 | 0.07 | 58.88 | 0.81 | 0.61 |
| Hex | EC | E9 | 4C | 0 | 1 | 44 | 7 | 3B | 51 | 3D |
| Octal | 354 | 351 | 114 | 0 | 1 | 104 | 7 | 73 | 121 | 75 |
| Binary | 11101100 | 11101001 | 1001100 | 0 | 1 | 1000100 | 111 | 111011 | 1010001 | 111101 |
Color Harmonies of #ECE94C
Complementary color
Monochromatic Colors of #ECE94C
Black with #ECE94C
Text Example
Text Example
White with #ECE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE94C; }
p { color: rgb(236,233,76); }
H1.HeaderClassName
{
color: #ECE94C;
}
.AnyTagClassName
{
color: #ECE94C;
}
</style>
background-color css
<style>
a { background-color: #ECE94C; }
a { background-color: rgb(236,233,76); }
div.DivClassName
{
background-color: #ECE94C;
}
.BgClassName
{
background-color: #ECE94C;
}
</style>
border-color css
<style>
span { border-color: #ECE94C; }
span { border-color: rgb(236,233,76); }
td.TdClassName
{
border-color: #ECE94C;
}
.TagClassName
{
border-color: #ECE94C;
}
</style>