Shades of Festival #ECD649
Tints of Festival #ECD649
RGB
CMYK
RGB Variations
Color information
#ECD649 (or 0xECD649) is known color: Festival. HEX triplet: EC, D6 and 49. RGB value is (236,214,73). Sum of RGB (Red+Green+Blue) = 236+214+73=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD649 is #1329B6. Grayscale: #CDCDCD. Windows color (decimal): -1255863 or 4839148. OLE color: 4839148.
HSL color Cylindrical-coordinate representation of color #ECD649: hue angle of 51.9º 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 #ECD649 is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 73 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.07 |
| HSL | 51.9º | 0.81% | 0.61% | - |
| HSV(B) | 51.9º | 0.69% | 0.93% | - |
| XYZ | 59.84 | 66.41 | 15.97 | - |
| YUV | 204.5 | 53.79 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 73 | 0 | 0.09 | 0.69 | 0.07 | 51.9 | 0.81 | 0.61 |
| Hex | EC | D6 | 49 | 0 | 9 | 45 | 7 | 34 | 51 | 3D |
| Octal | 354 | 326 | 111 | 0 | 11 | 105 | 7 | 64 | 121 | 75 |
| Binary | 11101100 | 11010110 | 1001001 | 0 | 1001 | 1000101 | 111 | 110100 | 1010001 | 111101 |
Color Harmonies of #ECD649
Complementary color
Monochromatic Colors of #ECD649
Black with #ECD649
Text Example
Text Example
White with #ECD649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD649; }
p { color: rgb(236,214,73); }
H1.HeaderClassName
{
color: #ECD649;
}
.AnyTagClassName
{
color: #ECD649;
}
</style>
background-color css
<style>
a { background-color: #ECD649; }
a { background-color: rgb(236,214,73); }
div.DivClassName
{
background-color: #ECD649;
}
.BgClassName
{
background-color: #ECD649;
}
</style>
border-color css
<style>
span { border-color: #ECD649; }
span { border-color: rgb(236,214,73); }
td.TdClassName
{
border-color: #ECD649;
}
.TagClassName
{
border-color: #ECD649;
}
</style>