Shades of Festival #ECC343
Tints of Festival #ECC343
RGB
CMYK
RGB Variations
Color information
#ECC343 (or 0xECC343) is known color: Festival. HEX triplet: EC, C3 and 43. RGB value is (236,195,67). Sum of RGB (Red+Green+Blue) = 236+195+67=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 67 (26.56% from 255 or 13.45% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC343 is #133CBC. Grayscale: #C1C1C1. Windows color (decimal): -1260733 or 4441068. OLE color: 4441068.
HSL color Cylindrical-coordinate representation of color #ECC343: hue angle of 45.44º 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 #ECC343 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 195 | 67 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.07 |
| HSL | 45.44º | 0.82% | 0.59% | - |
| HSV(B) | 45.44º | 0.72% | 0.93% | - |
| XYZ | 55.12 | 57.27 | 13.46 | - |
| YUV | 192.67 | 57.08 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 195 | 67 | 0 | 0.17 | 0.72 | 0.07 | 45.44 | 0.82 | 0.59 |
| Hex | EC | C3 | 43 | 0 | 11 | 48 | 7 | 2D | 52 | 3B |
| Octal | 354 | 303 | 103 | 0 | 21 | 110 | 7 | 55 | 122 | 73 |
| Binary | 11101100 | 11000011 | 1000011 | 0 | 10001 | 1001000 | 111 | 101101 | 1010010 | 111011 |
Color Harmonies of #ECC343
Complementary color
Monochromatic Colors of #ECC343
Black with #ECC343
Text Example
Text Example
White with #ECC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC343; }
p { color: rgb(236,195,67); }
H1.HeaderClassName
{
color: #ECC343;
}
.AnyTagClassName
{
color: #ECC343;
}
</style>
background-color css
<style>
a { background-color: #ECC343; }
a { background-color: rgb(236,195,67); }
div.DivClassName
{
background-color: #ECC343;
}
.BgClassName
{
background-color: #ECC343;
}
</style>
border-color css
<style>
span { border-color: #ECC343; }
span { border-color: rgb(236,195,67); }
td.TdClassName
{
border-color: #ECC343;
}
.TagClassName
{
border-color: #ECC343;
}
</style>