Shades of Festival #ECC445
Tints of Festival #ECC445
RGB
CMYK
RGB Variations
Color information
#ECC445 (or 0xECC445) is known color: Festival. HEX triplet: EC, C4 and 45. RGB value is (236,196,69). Sum of RGB (Red+Green+Blue) = 236+196+69=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 196 (76.95% from 255 or 39.12% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC445 is #133BBA. Grayscale: #C2C2C2. Windows color (decimal): -1260475 or 4572396. OLE color: 4572396.
HSL color Cylindrical-coordinate representation of color #ECC445: hue angle of 45.63º 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 #ECC445 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 69 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.07 |
| HSL | 45.63º | 0.81% | 0.6% | - |
| HSV(B) | 45.63º | 0.71% | 0.93% | - |
| XYZ | 55.41 | 57.74 | 13.86 | - |
| YUV | 193.48 | 57.75 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 69 | 0 | 0.17 | 0.71 | 0.07 | 45.63 | 0.81 | 0.6 |
| Hex | EC | C4 | 45 | 0 | 11 | 47 | 7 | 2E | 51 | 3C |
| Octal | 354 | 304 | 105 | 0 | 21 | 107 | 7 | 56 | 121 | 74 |
| Binary | 11101100 | 11000100 | 1000101 | 0 | 10001 | 1000111 | 111 | 101110 | 1010001 | 111100 |
Color Harmonies of #ECC445
Complementary color
Monochromatic Colors of #ECC445
Black with #ECC445
Text Example
Text Example
White with #ECC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC445; }
p { color: rgb(236,196,69); }
H1.HeaderClassName
{
color: #ECC445;
}
.AnyTagClassName
{
color: #ECC445;
}
</style>
background-color css
<style>
a { background-color: #ECC445; }
a { background-color: rgb(236,196,69); }
div.DivClassName
{
background-color: #ECC445;
}
.BgClassName
{
background-color: #ECC445;
}
</style>
border-color css
<style>
span { border-color: #ECC445; }
span { border-color: rgb(236,196,69); }
td.TdClassName
{
border-color: #ECC445;
}
.TagClassName
{
border-color: #ECC445;
}
</style>