Shades of Paris Daisy #ECE94B
Tints of Paris Daisy #ECE94B
RGB
CMYK
RGB Variations
Color information
#ECE94B (or 0xECE94B) is known color: Paris Daisy. HEX triplet: EC, E9 and 4B. RGB value is (236,233,75). Sum of RGB (Red+Green+Blue) = 236+233+75=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 75 (29.69% from 255 or 13.79% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE94B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #ECE94B is #1316B4. Grayscale: #D8D8D8. Windows color (decimal): -1250997 or 4975084. OLE color: 4975084.
HSL color Cylindrical-coordinate representation of color #ECE94B: 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 #ECE94B is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 75 | - |
| 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 | 76.62 | 18.02 | - |
| YUV | 215.89 | 48.49 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 75 | 0 | 0.01 | 0.68 | 0.07 | 58.88 | 0.81 | 0.61 |
| Hex | EC | E9 | 4B | 0 | 1 | 44 | 7 | 3B | 51 | 3D |
| Octal | 354 | 351 | 113 | 0 | 1 | 104 | 7 | 73 | 121 | 75 |
| Binary | 11101100 | 11101001 | 1001011 | 0 | 1 | 1000100 | 111 | 111011 | 1010001 | 111101 |
Color Harmonies of #ECE94B
Complementary color
Monochromatic Colors of #ECE94B
Black with #ECE94B
Text Example
Text Example
White with #ECE94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE94B; }
p { color: rgb(236,233,75); }
H1.HeaderClassName
{
color: #ECE94B;
}
.AnyTagClassName
{
color: #ECE94B;
}
</style>
background-color css
<style>
a { background-color: #ECE94B; }
a { background-color: rgb(236,233,75); }
div.DivClassName
{
background-color: #ECE94B;
}
.BgClassName
{
background-color: #ECE94B;
}
</style>
border-color css
<style>
span { border-color: #ECE94B; }
span { border-color: rgb(236,233,75); }
td.TdClassName
{
border-color: #ECE94B;
}
.TagClassName
{
border-color: #ECE94B;
}
</style>