Shades of Festival #ECC845
Tints of Festival #ECC845
RGB
CMYK
RGB Variations
Color information
#ECC845 (or 0xECC845) is known color: Festival. HEX triplet: EC, C8 and 45. RGB value is (236,200,69). Sum of RGB (Red+Green+Blue) = 236+200+69=505 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.73% from 505); Green value is 200 (78.52% from 255 or 39.60% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC845 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC845 is #1337BA. Grayscale: #C4C4C4. Windows color (decimal): -1259451 or 4573420. OLE color: 4573420.
HSL color Cylindrical-coordinate representation of color #ECC845: hue angle of 47.07º degrees, saturation: 0.81, 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 #ECC845 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 69 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.07 |
| HSL | 47.07º | 0.81% | 0.6% | - |
| HSV(B) | 47.07º | 0.71% | 0.93% | - |
| XYZ | 56.32 | 59.57 | 14.16 | - |
| YUV | 195.83 | 56.43 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 69 | 0 | 0.15 | 0.71 | 0.07 | 47.07 | 0.81 | 0.6 |
| Hex | EC | C8 | 45 | 0 | F | 47 | 7 | 2F | 51 | 3C |
| Octal | 354 | 310 | 105 | 0 | 17 | 107 | 7 | 57 | 121 | 74 |
| Binary | 11101100 | 11001000 | 1000101 | 0 | 1111 | 1000111 | 111 | 101111 | 1010001 | 111100 |
Color Harmonies of #ECC845
Complementary color
Monochromatic Colors of #ECC845
Black with #ECC845
Text Example
Text Example
White with #ECC845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC845; }
p { color: rgb(236,200,69); }
H1.HeaderClassName
{
color: #ECC845;
}
.AnyTagClassName
{
color: #ECC845;
}
</style>
background-color css
<style>
a { background-color: #ECC845; }
a { background-color: rgb(236,200,69); }
div.DivClassName
{
background-color: #ECC845;
}
.BgClassName
{
background-color: #ECC845;
}
</style>
border-color css
<style>
span { border-color: #ECC845; }
span { border-color: rgb(236,200,69); }
td.TdClassName
{
border-color: #ECC845;
}
.TagClassName
{
border-color: #ECC845;
}
</style>