Shades of Festival #ECD04E
Tints of Festival #ECD04E
RGB
CMYK
RGB Variations
Color information
#ECD04E (or 0xECD04E) is known color: Festival. HEX triplet: EC, D0 and 4E. RGB value is (236,208,78). Sum of RGB (Red+Green+Blue) = 236+208+78=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD04E is #132FB1. Grayscale: #CACACA. Windows color (decimal): -1257394 or 5165292. OLE color: 5165292.
HSL color Cylindrical-coordinate representation of color #ECD04E: hue angle of 49.37º 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 #ECD04E is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 78 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.07 |
| HSL | 49.37º | 0.81% | 0.62% | - |
| HSV(B) | 49.37º | 0.67% | 0.93% | - |
| XYZ | 58.52 | 63.49 | 16.38 | - |
| YUV | 201.55 | 58.28 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 78 | 0 | 0.12 | 0.67 | 0.07 | 49.37 | 0.81 | 0.62 |
| Hex | EC | D0 | 4E | 0 | C | 43 | 7 | 31 | 51 | 3E |
| Octal | 354 | 320 | 116 | 0 | 14 | 103 | 7 | 61 | 121 | 76 |
| Binary | 11101100 | 11010000 | 1001110 | 0 | 1100 | 1000011 | 111 | 110001 | 1010001 | 111110 |
Color Harmonies of #ECD04E
Complementary color
Monochromatic Colors of #ECD04E
Black with #ECD04E
Text Example
Text Example
White with #ECD04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD04E; }
p { color: rgb(236,208,78); }
H1.HeaderClassName
{
color: #ECD04E;
}
.AnyTagClassName
{
color: #ECD04E;
}
</style>
background-color css
<style>
a { background-color: #ECD04E; }
a { background-color: rgb(236,208,78); }
div.DivClassName
{
background-color: #ECD04E;
}
.BgClassName
{
background-color: #ECD04E;
}
</style>
border-color css
<style>
span { border-color: #ECD04E; }
span { border-color: rgb(236,208,78); }
td.TdClassName
{
border-color: #ECD04E;
}
.TagClassName
{
border-color: #ECD04E;
}
</style>