Shades of Festival #ECC441
Tints of Festival #ECC441
RGB
CMYK
RGB Variations
Color information
#ECC441 (or 0xECC441) is known color: Festival. HEX triplet: EC, C4 and 41. RGB value is (236,196,65). Sum of RGB (Red+Green+Blue) = 236+196+65=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 65 (25.78% from 255 or 13.08% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC441 is #133BBE. Grayscale: #C1C1C1. Windows color (decimal): -1260479 or 4310252. OLE color: 4310252.
HSL color Cylindrical-coordinate representation of color #ECC441: hue angle of 45.96º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECC441 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 65 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.07 |
| HSL | 45.96º | 0.82% | 0.59% | - |
| HSV(B) | 45.96º | 0.72% | 0.93% | - |
| XYZ | 55.29 | 57.69 | 13.22 | - |
| YUV | 193.03 | 55.75 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 65 | 0 | 0.17 | 0.72 | 0.07 | 45.96 | 0.82 | 0.59 |
| Hex | EC | C4 | 41 | 0 | 11 | 48 | 7 | 2E | 52 | 3B |
| Octal | 354 | 304 | 101 | 0 | 21 | 110 | 7 | 56 | 122 | 73 |
| Binary | 11101100 | 11000100 | 1000001 | 0 | 10001 | 1001000 | 111 | 101110 | 1010010 | 111011 |
Color Harmonies of #ECC441
Complementary color
Monochromatic Colors of #ECC441
Black with #ECC441
Text Example
Text Example
White with #ECC441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC441; }
p { color: rgb(236,196,65); }
H1.HeaderClassName
{
color: #ECC441;
}
.AnyTagClassName
{
color: #ECC441;
}
</style>
background-color css
<style>
a { background-color: #ECC441; }
a { background-color: rgb(236,196,65); }
div.DivClassName
{
background-color: #ECC441;
}
.BgClassName
{
background-color: #ECC441;
}
</style>
border-color css
<style>
span { border-color: #ECC441; }
span { border-color: rgb(236,196,65); }
td.TdClassName
{
border-color: #ECC441;
}
.TagClassName
{
border-color: #ECC441;
}
</style>