Shades of Festival #ECD844
Tints of Festival #ECD844
RGB
CMYK
RGB Variations
Color information
#ECD844 (or 0xECD844) is known color: Festival. HEX triplet: EC, D8 and 44. RGB value is (236,216,68). Sum of RGB (Red+Green+Blue) = 236+216+68=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD844 is #1327BB. Grayscale: #CDCDCD. Windows color (decimal): -1255356 or 4511980. OLE color: 4511980.
HSL color Cylindrical-coordinate representation of color #ECD844: hue angle of 52.86º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ECD844 is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 216 | 68 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.07 |
| HSL | 52.86º | 0.82% | 0.6% | - |
| HSV(B) | 52.86º | 0.71% | 0.93% | - |
| XYZ | 60.19 | 67.36 | 15.3 | - |
| YUV | 205.11 | 50.63 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 216 | 68 | 0 | 0.08 | 0.71 | 0.07 | 52.86 | 0.82 | 0.6 |
| Hex | EC | D8 | 44 | 0 | 8 | 47 | 7 | 35 | 52 | 3C |
| Octal | 354 | 330 | 104 | 0 | 10 | 107 | 7 | 65 | 122 | 74 |
| Binary | 11101100 | 11011000 | 1000100 | 0 | 1000 | 1000111 | 111 | 110101 | 1010010 | 111100 |
Color Harmonies of #ECD844
Complementary color
Monochromatic Colors of #ECD844
Black with #ECD844
Text Example
Text Example
White with #ECD844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD844; }
p { color: rgb(236,216,68); }
H1.HeaderClassName
{
color: #ECD844;
}
.AnyTagClassName
{
color: #ECD844;
}
</style>
background-color css
<style>
a { background-color: #ECD844; }
a { background-color: rgb(236,216,68); }
div.DivClassName
{
background-color: #ECD844;
}
.BgClassName
{
background-color: #ECD844;
}
</style>
border-color css
<style>
span { border-color: #ECD844; }
span { border-color: rgb(236,216,68); }
td.TdClassName
{
border-color: #ECD844;
}
.TagClassName
{
border-color: #ECD844;
}
</style>