Shades of Festival #ECCC4C
Tints of Festival #ECCC4C
RGB
CMYK
RGB Variations
Color information
#ECCC4C (or 0xECCC4C) is known color: Festival. HEX triplet: EC, CC and 4C. RGB value is (236,204,76). Sum of RGB (Red+Green+Blue) = 236+204+76=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC4C is #1333B3. Grayscale: #C7C7C7. Windows color (decimal): -1258420 or 5033196. OLE color: 5033196.
HSL color Cylindrical-coordinate representation of color #ECCC4C: hue angle of 48º 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 #ECCC4C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 76 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.07 |
| HSL | 48º | 0.81% | 0.61% | - |
| HSV(B) | 48º | 0.68% | 0.93% | - |
| XYZ | 57.49 | 61.54 | 15.69 | - |
| YUV | 198.98 | 58.6 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 76 | 0 | 0.14 | 0.68 | 0.07 | 48 | 0.81 | 0.61 |
| Hex | EC | CC | 4C | 0 | E | 44 | 7 | 30 | 51 | 3D |
| Octal | 354 | 314 | 114 | 0 | 16 | 104 | 7 | 60 | 121 | 75 |
| Binary | 11101100 | 11001100 | 1001100 | 0 | 1110 | 1000100 | 111 | 110000 | 1010001 | 111101 |
Color Harmonies of #ECCC4C
Complementary color
Monochromatic Colors of #ECCC4C
Black with #ECCC4C
Text Example
Text Example
White with #ECCC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC4C; }
p { color: rgb(236,204,76); }
H1.HeaderClassName
{
color: #ECCC4C;
}
.AnyTagClassName
{
color: #ECCC4C;
}
</style>
background-color css
<style>
a { background-color: #ECCC4C; }
a { background-color: rgb(236,204,76); }
div.DivClassName
{
background-color: #ECCC4C;
}
.BgClassName
{
background-color: #ECCC4C;
}
</style>
border-color css
<style>
span { border-color: #ECCC4C; }
span { border-color: rgb(236,204,76); }
td.TdClassName
{
border-color: #ECCC4C;
}
.TagClassName
{
border-color: #ECCC4C;
}
</style>