Shades of Festival #ECC346
Tints of Festival #ECC346
RGB
CMYK
RGB Variations
Color information
#ECC346 (or 0xECC346) is known color: Festival. HEX triplet: EC, C3 and 46. RGB value is (236,195,70). Sum of RGB (Red+Green+Blue) = 236+195+70=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 70 (27.73% from 255 or 13.97% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC346 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC346 is #133CB9. Grayscale: #C1C1C1. Windows color (decimal): -1260730 or 4637676. OLE color: 4637676.
HSL color Cylindrical-coordinate representation of color #ECC346: hue angle of 45.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 #ECC346 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 70 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.07 |
| HSL | 45.18º | 0.81% | 0.6% | - |
| HSV(B) | 45.18º | 0.7% | 0.93% | - |
| XYZ | 55.21 | 57.31 | 13.95 | - |
| YUV | 193.01 | 58.58 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 70 | 0 | 0.17 | 0.70 | 0.07 | 45.18 | 0.81 | 0.6 |
| Hex | EC | C3 | 46 | 0 | 11 | 46 | 7 | 2D | 51 | 3C |
| Octal | 354 | 303 | 106 | 0 | 21 | 106 | 7 | 55 | 121 | 74 |
| Binary | 11101100 | 11000011 | 1000110 | 0 | 10001 | 1000110 | 111 | 101101 | 1010001 | 111100 |
Color Harmonies of #ECC346
Complementary color
Monochromatic Colors of #ECC346
Black with #ECC346
Text Example
Text Example
White with #ECC346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC346; }
p { color: rgb(236,195,70); }
H1.HeaderClassName
{
color: #ECC346;
}
.AnyTagClassName
{
color: #ECC346;
}
</style>
background-color css
<style>
a { background-color: #ECC346; }
a { background-color: rgb(236,195,70); }
div.DivClassName
{
background-color: #ECC346;
}
.BgClassName
{
background-color: #ECC346;
}
</style>
border-color css
<style>
span { border-color: #ECC346; }
span { border-color: rgb(236,195,70); }
td.TdClassName
{
border-color: #ECC346;
}
.TagClassName
{
border-color: #ECC346;
}
</style>