Shades of Paris Daisy #ECE94F
Tints of Paris Daisy #ECE94F
RGB
CMYK
RGB Variations
Color information
#ECE94F (or 0xECE94F) is known color: Paris Daisy. HEX triplet: EC, E9 and 4F. RGB value is (236,233,79). Sum of RGB (Red+Green+Blue) = 236+233+79=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 79 (31.25% from 255 or 14.42% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE94F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE94F is #1316B0. Grayscale: #D8D8D8. Windows color (decimal): -1250993 or 5237228. OLE color: 5237228.
HSL color Cylindrical-coordinate representation of color #ECE94F: hue angle of 58.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECE94F is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 79 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.07 |
| HSL | 58.85º | 0.81% | 0.62% | - |
| HSV(B) | 58.85º | 0.67% | 0.93% | - |
| XYZ | 65.14 | 76.68 | 18.76 | - |
| YUV | 216.34 | 50.49 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 79 | 0 | 0.01 | 0.67 | 0.07 | 58.85 | 0.81 | 0.62 |
| Hex | EC | E9 | 4F | 0 | 1 | 43 | 7 | 3B | 51 | 3E |
| Octal | 354 | 351 | 117 | 0 | 1 | 103 | 7 | 73 | 121 | 76 |
| Binary | 11101100 | 11101001 | 1001111 | 0 | 1 | 1000011 | 111 | 111011 | 1010001 | 111110 |
Color Harmonies of #ECE94F
Complementary color
Monochromatic Colors of #ECE94F
Black with #ECE94F
Text Example
Text Example
White with #ECE94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE94F; }
p { color: rgb(236,233,79); }
H1.HeaderClassName
{
color: #ECE94F;
}
.AnyTagClassName
{
color: #ECE94F;
}
</style>
background-color css
<style>
a { background-color: #ECE94F; }
a { background-color: rgb(236,233,79); }
div.DivClassName
{
background-color: #ECE94F;
}
.BgClassName
{
background-color: #ECE94F;
}
</style>
border-color css
<style>
span { border-color: #ECE94F; }
span { border-color: rgb(236,233,79); }
td.TdClassName
{
border-color: #ECE94F;
}
.TagClassName
{
border-color: #ECE94F;
}
</style>