Shades of Paris Daisy #ECE94E
Tints of Paris Daisy #ECE94E
RGB
CMYK
RGB Variations
Color information
#ECE94E (or 0xECE94E) is known color: Paris Daisy. HEX triplet: EC, E9 and 4E. RGB value is (236,233,78). Sum of RGB (Red+Green+Blue) = 236+233+78=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 78 (30.86% from 255 or 14.26% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE94E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE94E is #1316B1. Grayscale: #D8D8D8. Windows color (decimal): -1250994 or 5171692. OLE color: 5171692.
HSL color Cylindrical-coordinate representation of color #ECE94E: hue angle of 58.86º 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 #ECE94E is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 78 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.07 |
| HSL | 58.86º | 0.81% | 0.62% | - |
| HSV(B) | 58.86º | 0.67% | 0.93% | - |
| XYZ | 65.11 | 76.66 | 18.57 | - |
| YUV | 216.23 | 49.99 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 78 | 0 | 0.01 | 0.67 | 0.07 | 58.86 | 0.81 | 0.62 |
| Hex | EC | E9 | 4E | 0 | 1 | 43 | 7 | 3B | 51 | 3E |
| Octal | 354 | 351 | 116 | 0 | 1 | 103 | 7 | 73 | 121 | 76 |
| Binary | 11101100 | 11101001 | 1001110 | 0 | 1 | 1000011 | 111 | 111011 | 1010001 | 111110 |
Color Harmonies of #ECE94E
Complementary color
Monochromatic Colors of #ECE94E
Black with #ECE94E
Text Example
Text Example
White with #ECE94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE94E; }
p { color: rgb(236,233,78); }
H1.HeaderClassName
{
color: #ECE94E;
}
.AnyTagClassName
{
color: #ECE94E;
}
</style>
background-color css
<style>
a { background-color: #ECE94E; }
a { background-color: rgb(236,233,78); }
div.DivClassName
{
background-color: #ECE94E;
}
.BgClassName
{
background-color: #ECE94E;
}
</style>
border-color css
<style>
span { border-color: #ECE94E; }
span { border-color: rgb(236,233,78); }
td.TdClassName
{
border-color: #ECE94E;
}
.TagClassName
{
border-color: #ECE94E;
}
</style>