Shades of Festival #ECD147
Tints of Festival #ECD147
RGB
CMYK
RGB Variations
Color information
#ECD147 (or 0xECD147) is known color: Festival. HEX triplet: EC, D1 and 47. RGB value is (236,209,71). Sum of RGB (Red+Green+Blue) = 236+209+71=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 71 (28.12% from 255 or 13.76% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD147 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD147 is #132EB8. Grayscale: #C9C9C9. Windows color (decimal): -1257145 or 4706796. OLE color: 4706796.
HSL color Cylindrical-coordinate representation of color #ECD147: hue angle of 50.18º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECD147 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 71 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.07 |
| HSL | 50.18º | 0.81% | 0.6% | - |
| HSV(B) | 50.18º | 0.7% | 0.93% | - |
| XYZ | 58.53 | 63.89 | 15.21 | - |
| YUV | 201.34 | 54.45 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 71 | 0 | 0.11 | 0.70 | 0.07 | 50.18 | 0.81 | 0.6 |
| Hex | EC | D1 | 47 | 0 | B | 46 | 7 | 32 | 51 | 3C |
| Octal | 354 | 321 | 107 | 0 | 13 | 106 | 7 | 62 | 121 | 74 |
| Binary | 11101100 | 11010001 | 1000111 | 0 | 1011 | 1000110 | 111 | 110010 | 1010001 | 111100 |
Color Harmonies of #ECD147
Complementary color
Monochromatic Colors of #ECD147
Black with #ECD147
Text Example
Text Example
White with #ECD147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD147; }
p { color: rgb(236,209,71); }
H1.HeaderClassName
{
color: #ECD147;
}
.AnyTagClassName
{
color: #ECD147;
}
</style>
background-color css
<style>
a { background-color: #ECD147; }
a { background-color: rgb(236,209,71); }
div.DivClassName
{
background-color: #ECD147;
}
.BgClassName
{
background-color: #ECD147;
}
</style>
border-color css
<style>
span { border-color: #ECD147; }
span { border-color: rgb(236,209,71); }
td.TdClassName
{
border-color: #ECD147;
}
.TagClassName
{
border-color: #ECD147;
}
</style>