Shades of Festival #ECC945
Tints of Festival #ECC945
RGB
CMYK
RGB Variations
Color information
#ECC945 (or 0xECC945) is known color: Festival. HEX triplet: EC, C9 and 45. RGB value is (236,201,69). Sum of RGB (Red+Green+Blue) = 236+201+69=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 201 (78.91% from 255 or 39.72% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC945 is #1336BA. Grayscale: #C4C4C4. Windows color (decimal): -1259195 or 4573676. OLE color: 4573676.
HSL color Cylindrical-coordinate representation of color #ECC945: hue angle of 47.43º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECC945 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 69 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.07 |
| HSL | 47.43º | 0.81% | 0.6% | - |
| HSV(B) | 47.43º | 0.71% | 0.93% | - |
| XYZ | 56.55 | 60.04 | 14.24 | - |
| YUV | 196.42 | 56.1 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 69 | 0 | 0.15 | 0.71 | 0.07 | 47.43 | 0.81 | 0.6 |
| Hex | EC | C9 | 45 | 0 | F | 47 | 7 | 2F | 51 | 3C |
| Octal | 354 | 311 | 105 | 0 | 17 | 107 | 7 | 57 | 121 | 74 |
| Binary | 11101100 | 11001001 | 1000101 | 0 | 1111 | 1000111 | 111 | 101111 | 1010001 | 111100 |
Color Harmonies of #ECC945
Complementary color
Monochromatic Colors of #ECC945
Black with #ECC945
Text Example
Text Example
White with #ECC945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC945; }
p { color: rgb(236,201,69); }
H1.HeaderClassName
{
color: #ECC945;
}
.AnyTagClassName
{
color: #ECC945;
}
</style>
background-color css
<style>
a { background-color: #ECC945; }
a { background-color: rgb(236,201,69); }
div.DivClassName
{
background-color: #ECC945;
}
.BgClassName
{
background-color: #ECC945;
}
</style>
border-color css
<style>
span { border-color: #ECC945; }
span { border-color: rgb(236,201,69); }
td.TdClassName
{
border-color: #ECC945;
}
.TagClassName
{
border-color: #ECC945;
}
</style>