Shades of Festival #ECC846
Tints of Festival #ECC846
RGB
CMYK
RGB Variations
Color information
#ECC846 (or 0xECC846) is known color: Festival. HEX triplet: EC, C8 and 46. RGB value is (236,200,70). Sum of RGB (Red+Green+Blue) = 236+200+70=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 200 (78.52% from 255 or 39.53% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC846 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC846 is #1337B9. Grayscale: #C4C4C4. Windows color (decimal): -1259450 or 4638956. OLE color: 4638956.
HSL color Cylindrical-coordinate representation of color #ECC846: hue angle of 46.99º 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 #ECC846 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 70 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.07 |
| HSL | 46.99º | 0.81% | 0.6% | - |
| HSV(B) | 46.99º | 0.7% | 0.93% | - |
| XYZ | 56.35 | 59.58 | 14.33 | - |
| YUV | 195.94 | 56.93 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 70 | 0 | 0.15 | 0.70 | 0.07 | 46.99 | 0.81 | 0.6 |
| Hex | EC | C8 | 46 | 0 | F | 46 | 7 | 2F | 51 | 3C |
| Octal | 354 | 310 | 106 | 0 | 17 | 106 | 7 | 57 | 121 | 74 |
| Binary | 11101100 | 11001000 | 1000110 | 0 | 1111 | 1000110 | 111 | 101111 | 1010001 | 111100 |
Color Harmonies of #ECC846
Complementary color
Monochromatic Colors of #ECC846
Black with #ECC846
Text Example
Text Example
White with #ECC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC846; }
p { color: rgb(236,200,70); }
H1.HeaderClassName
{
color: #ECC846;
}
.AnyTagClassName
{
color: #ECC846;
}
</style>
background-color css
<style>
a { background-color: #ECC846; }
a { background-color: rgb(236,200,70); }
div.DivClassName
{
background-color: #ECC846;
}
.BgClassName
{
background-color: #ECC846;
}
</style>
border-color css
<style>
span { border-color: #ECC846; }
span { border-color: rgb(236,200,70); }
td.TdClassName
{
border-color: #ECC846;
}
.TagClassName
{
border-color: #ECC846;
}
</style>