Shades of Festival #ECD846
Tints of Festival #ECD846
RGB
CMYK
RGB Variations
Color information
#ECD846 (or 0xECD846) is known color: Festival. HEX triplet: EC, D8 and 46. RGB value is (236,216,70). Sum of RGB (Red+Green+Blue) = 236+216+70=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD846 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD846 is #1327B9. Grayscale: #CDCDCD. Windows color (decimal): -1255354 or 4643052. OLE color: 4643052.
HSL color Cylindrical-coordinate representation of color #ECD846: hue angle of 52.77º 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 #ECD846 is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 70 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.07 |
| HSL | 52.77º | 0.81% | 0.6% | - |
| HSV(B) | 52.77º | 0.7% | 0.93% | - |
| XYZ | 60.25 | 67.39 | 15.63 | - |
| YUV | 205.34 | 51.63 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 70 | 0 | 0.08 | 0.70 | 0.07 | 52.77 | 0.81 | 0.6 |
| Hex | EC | D8 | 46 | 0 | 8 | 46 | 7 | 35 | 51 | 3C |
| Octal | 354 | 330 | 106 | 0 | 10 | 106 | 7 | 65 | 121 | 74 |
| Binary | 11101100 | 11011000 | 1000110 | 0 | 1000 | 1000110 | 111 | 110101 | 1010001 | 111100 |
Color Harmonies of #ECD846
Complementary color
Monochromatic Colors of #ECD846
Black with #ECD846
Text Example
Text Example
White with #ECD846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD846; }
p { color: rgb(236,216,70); }
H1.HeaderClassName
{
color: #ECD846;
}
.AnyTagClassName
{
color: #ECD846;
}
</style>
background-color css
<style>
a { background-color: #ECD846; }
a { background-color: rgb(236,216,70); }
div.DivClassName
{
background-color: #ECD846;
}
.BgClassName
{
background-color: #ECD846;
}
</style>
border-color css
<style>
span { border-color: #ECD846; }
span { border-color: rgb(236,216,70); }
td.TdClassName
{
border-color: #ECD846;
}
.TagClassName
{
border-color: #ECD846;
}
</style>