Shades of Festival #ECC74C
Tints of Festival #ECC74C
RGB
CMYK
RGB Variations
Color information
#ECC74C (or 0xECC74C) is known color: Festival. HEX triplet: EC, C7 and 4C. RGB value is (236,199,76). Sum of RGB (Red+Green+Blue) = 236+199+76=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 199 (78.12% from 255 or 38.94% from 511); Blue value is 76 (30.08% from 255 or 14.87% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC74C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC74C is #1338B3. Grayscale: #C4C4C4. Windows color (decimal): -1259700 or 5031916. OLE color: 5031916.
HSL color Cylindrical-coordinate representation of color #ECC74C: hue angle of 46.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECC74C is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 76 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.07 |
| HSL | 46.13º | 0.81% | 0.61% | - |
| HSV(B) | 46.13º | 0.68% | 0.93% | - |
| XYZ | 56.32 | 59.2 | 15.3 | - |
| YUV | 196.04 | 60.26 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 76 | 0 | 0.16 | 0.68 | 0.07 | 46.13 | 0.81 | 0.61 |
| Hex | EC | C7 | 4C | 0 | 10 | 44 | 7 | 2E | 51 | 3D |
| Octal | 354 | 307 | 114 | 0 | 20 | 104 | 7 | 56 | 121 | 75 |
| Binary | 11101100 | 11000111 | 1001100 | 0 | 10000 | 1000100 | 111 | 101110 | 1010001 | 111101 |
Color Harmonies of #ECC74C
Complementary color
Monochromatic Colors of #ECC74C
Black with #ECC74C
Text Example
Text Example
White with #ECC74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC74C; }
p { color: rgb(236,199,76); }
H1.HeaderClassName
{
color: #ECC74C;
}
.AnyTagClassName
{
color: #ECC74C;
}
</style>
background-color css
<style>
a { background-color: #ECC74C; }
a { background-color: rgb(236,199,76); }
div.DivClassName
{
background-color: #ECC74C;
}
.BgClassName
{
background-color: #ECC74C;
}
</style>
border-color css
<style>
span { border-color: #ECC74C; }
span { border-color: rgb(236,199,76); }
td.TdClassName
{
border-color: #ECC74C;
}
.TagClassName
{
border-color: #ECC74C;
}
</style>