Shades of Festival #ECC850
Tints of Festival #ECC850
RGB
CMYK
RGB Variations
Color information
#ECC850 (or 0xECC850) is known color: Festival. HEX triplet: EC, C8 and 50. RGB value is (236,200,80). Sum of RGB (Red+Green+Blue) = 236+200+80=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 80 (31.64% from 255 or 15.50% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC850 is #1337AF. Grayscale: #C5C5C5. Windows color (decimal): -1259440 or 5294316. OLE color: 5294316.
HSL color Cylindrical-coordinate representation of color #ECC850: hue angle of 46.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECC850 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 80 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.07 |
| HSL | 46.15º | 0.8% | 0.62% | - |
| HSV(B) | 46.15º | 0.66% | 0.93% | - |
| XYZ | 56.69 | 59.72 | 16.13 | - |
| YUV | 197.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 80 | 0 | 0.15 | 0.66 | 0.07 | 46.15 | 0.8 | 0.62 |
| Hex | EC | C8 | 50 | 0 | F | 42 | 7 | 2E | 50 | 3E |
| Octal | 354 | 310 | 120 | 0 | 17 | 102 | 7 | 56 | 120 | 76 |
| Binary | 11101100 | 11001000 | 1010000 | 0 | 1111 | 1000010 | 111 | 101110 | 1010000 | 111110 |
Color Harmonies of #ECC850
Complementary color
Monochromatic Colors of #ECC850
Black with #ECC850
Text Example
Text Example
White with #ECC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC850; }
p { color: rgb(236,200,80); }
H1.HeaderClassName
{
color: #ECC850;
}
.AnyTagClassName
{
color: #ECC850;
}
</style>
background-color css
<style>
a { background-color: #ECC850; }
a { background-color: rgb(236,200,80); }
div.DivClassName
{
background-color: #ECC850;
}
.BgClassName
{
background-color: #ECC850;
}
</style>
border-color css
<style>
span { border-color: #ECC850; }
span { border-color: rgb(236,200,80); }
td.TdClassName
{
border-color: #ECC850;
}
.TagClassName
{
border-color: #ECC850;
}
</style>