Shades of Festival #ECC949
Tints of Festival #ECC949
RGB
CMYK
RGB Variations
Color information
#ECC949 (or 0xECC949) is known color: Festival. HEX triplet: EC, C9 and 49. RGB value is (236,201,73). Sum of RGB (Red+Green+Blue) = 236+201+73=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 201 (78.91% from 255 or 39.41% from 510); Blue value is 73 (28.91% from 255 or 14.31% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC949 is #1336B6. Grayscale: #C5C5C5. Windows color (decimal): -1259191 or 4835820. OLE color: 4835820.
HSL color Cylindrical-coordinate representation of color #ECC949: hue angle of 47.12º 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 #ECC949 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 73 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.07 |
| HSL | 47.12º | 0.81% | 0.61% | - |
| HSV(B) | 47.12º | 0.69% | 0.93% | - |
| XYZ | 56.68 | 60.09 | 14.91 | - |
| YUV | 196.87 | 58.1 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 73 | 0 | 0.15 | 0.69 | 0.07 | 47.12 | 0.81 | 0.61 |
| Hex | EC | C9 | 49 | 0 | F | 45 | 7 | 2F | 51 | 3D |
| Octal | 354 | 311 | 111 | 0 | 17 | 105 | 7 | 57 | 121 | 75 |
| Binary | 11101100 | 11001001 | 1001001 | 0 | 1111 | 1000101 | 111 | 101111 | 1010001 | 111101 |
Color Harmonies of #ECC949
Complementary color
Monochromatic Colors of #ECC949
Black with #ECC949
Text Example
Text Example
White with #ECC949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC949; }
p { color: rgb(236,201,73); }
H1.HeaderClassName
{
color: #ECC949;
}
.AnyTagClassName
{
color: #ECC949;
}
</style>
background-color css
<style>
a { background-color: #ECC949; }
a { background-color: rgb(236,201,73); }
div.DivClassName
{
background-color: #ECC949;
}
.BgClassName
{
background-color: #ECC949;
}
</style>
border-color css
<style>
span { border-color: #ECC949; }
span { border-color: rgb(236,201,73); }
td.TdClassName
{
border-color: #ECC949;
}
.TagClassName
{
border-color: #ECC949;
}
</style>