Shades of Festival #ECCC4D
Tints of Festival #ECCC4D
RGB
CMYK
RGB Variations
Color information
#ECCC4D (or 0xECCC4D) is known color: Festival. HEX triplet: EC, CC and 4D. RGB value is (236,204,77). Sum of RGB (Red+Green+Blue) = 236+204+77=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 204 (80.08% from 255 or 39.46% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC4D is #1333B2. Grayscale: #C7C7C7. Windows color (decimal): -1258419 or 5098732. OLE color: 5098732.
HSL color Cylindrical-coordinate representation of color #ECCC4D: hue angle of 47.92º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECCC4D is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 77 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.07 |
| HSL | 47.92º | 0.81% | 0.61% | - |
| HSV(B) | 47.92º | 0.67% | 0.93% | - |
| XYZ | 57.52 | 61.55 | 15.87 | - |
| YUV | 199.09 | 59.1 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 77 | 0 | 0.14 | 0.67 | 0.07 | 47.92 | 0.81 | 0.61 |
| Hex | EC | CC | 4D | 0 | E | 43 | 7 | 30 | 51 | 3D |
| Octal | 354 | 314 | 115 | 0 | 16 | 103 | 7 | 60 | 121 | 75 |
| Binary | 11101100 | 11001100 | 1001101 | 0 | 1110 | 1000011 | 111 | 110000 | 1010001 | 111101 |
Color Harmonies of #ECCC4D
Complementary color
Monochromatic Colors of #ECCC4D
Black with #ECCC4D
Text Example
Text Example
White with #ECCC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC4D; }
p { color: rgb(236,204,77); }
H1.HeaderClassName
{
color: #ECCC4D;
}
.AnyTagClassName
{
color: #ECCC4D;
}
</style>
background-color css
<style>
a { background-color: #ECCC4D; }
a { background-color: rgb(236,204,77); }
div.DivClassName
{
background-color: #ECCC4D;
}
.BgClassName
{
background-color: #ECCC4D;
}
</style>
border-color css
<style>
span { border-color: #ECCC4D; }
span { border-color: rgb(236,204,77); }
td.TdClassName
{
border-color: #ECCC4D;
}
.TagClassName
{
border-color: #ECCC4D;
}
</style>