Shades of Paris Daisy #ECEC4F
Tints of Paris Daisy #ECEC4F
RGB
CMYK
RGB Variations
Color information
#ECEC4F (or 0xECEC4F) is known color: Paris Daisy. HEX triplet: EC, EC and 4F. RGB value is (236,236,79). Sum of RGB (Red+Green+Blue) = 236+236+79=551 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.83% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 79 (31.25% from 255 or 14.34% from 551); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEC4F is #1313B0. Grayscale: #DADADA. Windows color (decimal): -1250225 or 5237996. OLE color: 5237996.
HSL color Cylindrical-coordinate representation of color #ECEC4F: hue angle of 60º 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 #ECEC4F is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 236 | 79 | - |
| CMYK | 0 | 0 | 0.67 | 0.07 |
| HSL | 60º | 0.81% | 0.62% | - |
| HSV(B) | 60º | 0.67% | 0.93% | - |
| XYZ | 66 | 78.39 | 19.05 | - |
| YUV | 218.1 | 49.5 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 236 | 79 | 0 | 0 | 0.67 | 0.07 | 60 | 0.81 | 0.62 |
| Hex | EC | EC | 4F | 0 | 0 | 43 | 7 | 3C | 51 | 3E |
| Octal | 354 | 354 | 117 | 0 | 0 | 103 | 7 | 74 | 121 | 76 |
| Binary | 11101100 | 11101100 | 1001111 | 0 | 0 | 1000011 | 111 | 111100 | 1010001 | 111110 |
Color Harmonies of #ECEC4F
Complementary color
Monochromatic Colors of #ECEC4F
Black with #ECEC4F
Text Example
Text Example
White with #ECEC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECEC4F; }
p { color: rgb(236,236,79); }
H1.HeaderClassName
{
color: #ECEC4F;
}
.AnyTagClassName
{
color: #ECEC4F;
}
</style>
background-color css
<style>
a { background-color: #ECEC4F; }
a { background-color: rgb(236,236,79); }
div.DivClassName
{
background-color: #ECEC4F;
}
.BgClassName
{
background-color: #ECEC4F;
}
</style>
border-color css
<style>
span { border-color: #ECEC4F; }
span { border-color: rgb(236,236,79); }
td.TdClassName
{
border-color: #ECEC4F;
}
.TagClassName
{
border-color: #ECEC4F;
}
</style>