Shades of Festival #ECD847
Tints of Festival #ECD847
RGB
CMYK
RGB Variations
Color information
#ECD847 (or 0xECD847) is known color: Festival. HEX triplet: EC, D8 and 47. RGB value is (236,216,71). Sum of RGB (Red+Green+Blue) = 236+216+71=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 71 (28.12% from 255 or 13.58% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD847 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD847 is #1327B8. Grayscale: #CECECE. Windows color (decimal): -1255353 or 4708588. OLE color: 4708588.
HSL color Cylindrical-coordinate representation of color #ECD847: hue angle of 52.73º 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 #ECD847 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 71 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.07 |
| HSL | 52.73º | 0.81% | 0.6% | - |
| HSV(B) | 52.73º | 0.7% | 0.93% | - |
| XYZ | 60.29 | 67.4 | 15.79 | - |
| YUV | 205.45 | 52.13 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 71 | 0 | 0.08 | 0.70 | 0.07 | 52.73 | 0.81 | 0.6 |
| Hex | EC | D8 | 47 | 0 | 8 | 46 | 7 | 35 | 51 | 3C |
| Octal | 354 | 330 | 107 | 0 | 10 | 106 | 7 | 65 | 121 | 74 |
| Binary | 11101100 | 11011000 | 1000111 | 0 | 1000 | 1000110 | 111 | 110101 | 1010001 | 111100 |
Color Harmonies of #ECD847
Complementary color
Monochromatic Colors of #ECD847
Black with #ECD847
Text Example
Text Example
White with #ECD847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD847; }
p { color: rgb(236,216,71); }
H1.HeaderClassName
{
color: #ECD847;
}
.AnyTagClassName
{
color: #ECD847;
}
</style>
background-color css
<style>
a { background-color: #ECD847; }
a { background-color: rgb(236,216,71); }
div.DivClassName
{
background-color: #ECD847;
}
.BgClassName
{
background-color: #ECD847;
}
</style>
border-color css
<style>
span { border-color: #ECD847; }
span { border-color: rgb(236,216,71); }
td.TdClassName
{
border-color: #ECD847;
}
.TagClassName
{
border-color: #ECD847;
}
</style>