Shades of Festival #ECC649
Tints of Festival #ECC649
RGB
CMYK
RGB Variations
Color information
#ECC649 (or 0xECC649) is known color: Festival. HEX triplet: EC, C6 and 49. RGB value is (236,198,73). Sum of RGB (Red+Green+Blue) = 236+198+73=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 73 (28.91% from 255 or 14.40% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC649 is #1339B6. Grayscale: #C3C3C3. Windows color (decimal): -1259959 or 4835052. OLE color: 4835052.
HSL color Cylindrical-coordinate representation of color #ECC649: hue angle of 46.01º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECC649 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 73 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.07 |
| HSL | 46.01º | 0.81% | 0.61% | - |
| HSV(B) | 46.01º | 0.69% | 0.93% | - |
| XYZ | 55.99 | 58.7 | 14.68 | - |
| YUV | 195.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 73 | 0 | 0.16 | 0.69 | 0.07 | 46.01 | 0.81 | 0.61 |
| Hex | EC | C6 | 49 | 0 | 10 | 45 | 7 | 2E | 51 | 3D |
| Octal | 354 | 306 | 111 | 0 | 20 | 105 | 7 | 56 | 121 | 75 |
| Binary | 11101100 | 11000110 | 1001001 | 0 | 10000 | 1000101 | 111 | 101110 | 1010001 | 111101 |
Color Harmonies of #ECC649
Complementary color
Monochromatic Colors of #ECC649
Black with #ECC649
Text Example
Text Example
White with #ECC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC649; }
p { color: rgb(236,198,73); }
H1.HeaderClassName
{
color: #ECC649;
}
.AnyTagClassName
{
color: #ECC649;
}
</style>
background-color css
<style>
a { background-color: #ECC649; }
a { background-color: rgb(236,198,73); }
div.DivClassName
{
background-color: #ECC649;
}
.BgClassName
{
background-color: #ECC649;
}
</style>
border-color css
<style>
span { border-color: #ECC649; }
span { border-color: rgb(236,198,73); }
td.TdClassName
{
border-color: #ECC649;
}
.TagClassName
{
border-color: #ECC649;
}
</style>