Shades of Festival #ECC844
Tints of Festival #ECC844
RGB
CMYK
RGB Variations
Color information
#ECC844 (or 0xECC844) is known color: Festival. HEX triplet: EC, C8 and 44. RGB value is (236,200,68). Sum of RGB (Red+Green+Blue) = 236+200+68=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 200 (78.52% from 255 or 39.68% from 504); Blue value is 68 (26.95% from 255 or 13.49% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC844 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC844 is #1337BB. Grayscale: #C4C4C4. Windows color (decimal): -1259452 or 4507884. OLE color: 4507884.
HSL color Cylindrical-coordinate representation of color #ECC844: hue angle of 47.14º 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 #ECC844 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 68 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.07 |
| HSL | 47.14º | 0.82% | 0.6% | - |
| HSV(B) | 47.14º | 0.71% | 0.93% | - |
| XYZ | 56.29 | 59.56 | 14 | - |
| YUV | 195.72 | 55.93 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 68 | 0 | 0.15 | 0.71 | 0.07 | 47.14 | 0.82 | 0.6 |
| Hex | EC | C8 | 44 | 0 | F | 47 | 7 | 2F | 52 | 3C |
| Octal | 354 | 310 | 104 | 0 | 17 | 107 | 7 | 57 | 122 | 74 |
| Binary | 11101100 | 11001000 | 1000100 | 0 | 1111 | 1000111 | 111 | 101111 | 1010010 | 111100 |
Color Harmonies of #ECC844
Complementary color
Monochromatic Colors of #ECC844
Black with #ECC844
Text Example
Text Example
White with #ECC844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC844; }
p { color: rgb(236,200,68); }
H1.HeaderClassName
{
color: #ECC844;
}
.AnyTagClassName
{
color: #ECC844;
}
</style>
background-color css
<style>
a { background-color: #ECC844; }
a { background-color: rgb(236,200,68); }
div.DivClassName
{
background-color: #ECC844;
}
.BgClassName
{
background-color: #ECC844;
}
</style>
border-color css
<style>
span { border-color: #ECC844; }
span { border-color: rgb(236,200,68); }
td.TdClassName
{
border-color: #ECC844;
}
.TagClassName
{
border-color: #ECC844;
}
</style>