Shades of Festival #ECDA46
Tints of Festival #ECDA46
RGB
CMYK
RGB Variations
Color information
#ECDA46 (or 0xECDA46) is known color: Festival. HEX triplet: EC, DA and 46. RGB value is (236,218,70). Sum of RGB (Red+Green+Blue) = 236+218+70=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 70 (27.73% from 255 or 13.36% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDA46 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECDA46 is #1325B9. Grayscale: #CFCFCF. Windows color (decimal): -1254842 or 4643564. OLE color: 4643564.
HSL color Cylindrical-coordinate representation of color #ECDA46: hue angle of 53.49º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECDA46 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 218 | 70 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.07 |
| HSL | 53.49º | 0.81% | 0.6% | - |
| HSV(B) | 53.49º | 0.7% | 0.93% | - |
| XYZ | 60.77 | 68.42 | 15.8 | - |
| YUV | 206.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 218 | 70 | 0 | 0.08 | 0.70 | 0.07 | 53.49 | 0.81 | 0.6 |
| Hex | EC | DA | 46 | 0 | 8 | 46 | 7 | 35 | 51 | 3C |
| Octal | 354 | 332 | 106 | 0 | 10 | 106 | 7 | 65 | 121 | 74 |
| Binary | 11101100 | 11011010 | 1000110 | 0 | 1000 | 1000110 | 111 | 110101 | 1010001 | 111100 |
Color Harmonies of #ECDA46
Complementary color
Monochromatic Colors of #ECDA46
Black with #ECDA46
Text Example
Text Example
White with #ECDA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDA46; }
p { color: rgb(236,218,70); }
H1.HeaderClassName
{
color: #ECDA46;
}
.AnyTagClassName
{
color: #ECDA46;
}
</style>
background-color css
<style>
a { background-color: #ECDA46; }
a { background-color: rgb(236,218,70); }
div.DivClassName
{
background-color: #ECDA46;
}
.BgClassName
{
background-color: #ECDA46;
}
</style>
border-color css
<style>
span { border-color: #ECDA46; }
span { border-color: rgb(236,218,70); }
td.TdClassName
{
border-color: #ECDA46;
}
.TagClassName
{
border-color: #ECDA46;
}
</style>