Shades of Festival #ECC243
Tints of Festival #ECC243
RGB
CMYK
RGB Variations
Color information
#ECC243 (or 0xECC243) is known color: Festival. HEX triplet: EC, C2 and 43. RGB value is (236,194,67). Sum of RGB (Red+Green+Blue) = 236+194+67=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 67 (26.56% from 255 or 13.48% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC243 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC243 is #133DBC. Grayscale: #C0C0C0. Windows color (decimal): -1260989 or 4440812. OLE color: 4440812.
HSL color Cylindrical-coordinate representation of color #ECC243: hue angle of 45.09º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECC243 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 67 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.07 |
| HSL | 45.09º | 0.82% | 0.59% | - |
| HSV(B) | 45.09º | 0.72% | 0.93% | - |
| XYZ | 54.9 | 56.82 | 13.38 | - |
| YUV | 192.08 | 57.41 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 67 | 0 | 0.18 | 0.72 | 0.07 | 45.09 | 0.82 | 0.59 |
| Hex | EC | C2 | 43 | 0 | 12 | 48 | 7 | 2D | 52 | 3B |
| Octal | 354 | 302 | 103 | 0 | 22 | 110 | 7 | 55 | 122 | 73 |
| Binary | 11101100 | 11000010 | 1000011 | 0 | 10010 | 1001000 | 111 | 101101 | 1010010 | 111011 |
Color Harmonies of #ECC243
Complementary color
Monochromatic Colors of #ECC243
Black with #ECC243
Text Example
Text Example
White with #ECC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC243; }
p { color: rgb(236,194,67); }
H1.HeaderClassName
{
color: #ECC243;
}
.AnyTagClassName
{
color: #ECC243;
}
</style>
background-color css
<style>
a { background-color: #ECC243; }
a { background-color: rgb(236,194,67); }
div.DivClassName
{
background-color: #ECC243;
}
.BgClassName
{
background-color: #ECC243;
}
</style>
border-color css
<style>
span { border-color: #ECC243; }
span { border-color: rgb(236,194,67); }
td.TdClassName
{
border-color: #ECC243;
}
.TagClassName
{
border-color: #ECC243;
}
</style>