Shades of Festival #ECC742
Tints of Festival #ECC742
RGB
CMYK
RGB Variations
Color information
#ECC742 (or 0xECC742) is known color: Festival. HEX triplet: EC, C7 and 42. RGB value is (236,199,66). Sum of RGB (Red+Green+Blue) = 236+199+66=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 199 (78.12% from 255 or 39.72% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC742 is #1338BD. Grayscale: #C3C3C3. Windows color (decimal): -1259710 or 4376556. OLE color: 4376556.
HSL color Cylindrical-coordinate representation of color #ECC742: hue angle of 46.94º 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 #ECC742 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 66 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.07 |
| HSL | 46.94º | 0.82% | 0.59% | - |
| HSV(B) | 46.94º | 0.72% | 0.93% | - |
| XYZ | 56 | 59.07 | 13.61 | - |
| YUV | 194.9 | 55.26 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 66 | 0 | 0.16 | 0.72 | 0.07 | 46.94 | 0.82 | 0.59 |
| Hex | EC | C7 | 42 | 0 | 10 | 48 | 7 | 2F | 52 | 3B |
| Octal | 354 | 307 | 102 | 0 | 20 | 110 | 7 | 57 | 122 | 73 |
| Binary | 11101100 | 11000111 | 1000010 | 0 | 10000 | 1001000 | 111 | 101111 | 1010010 | 111011 |
Color Harmonies of #ECC742
Complementary color
Monochromatic Colors of #ECC742
Black with #ECC742
Text Example
Text Example
White with #ECC742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC742; }
p { color: rgb(236,199,66); }
H1.HeaderClassName
{
color: #ECC742;
}
.AnyTagClassName
{
color: #ECC742;
}
</style>
background-color css
<style>
a { background-color: #ECC742; }
a { background-color: rgb(236,199,66); }
div.DivClassName
{
background-color: #ECC742;
}
.BgClassName
{
background-color: #ECC742;
}
</style>
border-color css
<style>
span { border-color: #ECC742; }
span { border-color: rgb(236,199,66); }
td.TdClassName
{
border-color: #ECC742;
}
.TagClassName
{
border-color: #ECC742;
}
</style>