Shades of Festival #ECCC3C
Tints of Festival #ECCC3C
RGB
CMYK
RGB Variations
Color information
#ECCC3C (or 0xECCC3C) is known color: Festival. HEX triplet: EC, CC and 3C. RGB value is (236,204,60). Sum of RGB (Red+Green+Blue) = 236+204+60=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC3C is #1333C3. Grayscale: #C5C5C5. Windows color (decimal): -1258436 or 3984620. OLE color: 3984620.
HSL color Cylindrical-coordinate representation of color #ECCC3C: hue angle of 49.09º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECCC3C is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 60 | - |
| CMYK | 0 | 0.14 | 0.75 | 0.07 |
| HSL | 49.09º | 0.82% | 0.58% | - |
| HSV(B) | 49.09º | 0.75% | 0.93% | - |
| XYZ | 57 | 61.34 | 13.11 | - |
| YUV | 197.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 60 | 0 | 0.14 | 0.75 | 0.07 | 49.09 | 0.82 | 0.58 |
| Hex | EC | CC | 3C | 0 | E | 4B | 7 | 31 | 52 | 3A |
| Octal | 354 | 314 | 74 | 0 | 16 | 113 | 7 | 61 | 122 | 72 |
| Binary | 11101100 | 11001100 | 111100 | 0 | 1110 | 1001011 | 111 | 110001 | 1010010 | 111010 |
Color Harmonies of #ECCC3C
Complementary color
Monochromatic Colors of #ECCC3C
Black with #ECCC3C
Text Example
Text Example
White with #ECCC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC3C; }
p { color: rgb(236,204,60); }
H1.HeaderClassName
{
color: #ECCC3C;
}
.AnyTagClassName
{
color: #ECCC3C;
}
</style>
background-color css
<style>
a { background-color: #ECCC3C; }
a { background-color: rgb(236,204,60); }
div.DivClassName
{
background-color: #ECCC3C;
}
.BgClassName
{
background-color: #ECCC3C;
}
</style>
border-color css
<style>
span { border-color: #ECCC3C; }
span { border-color: rgb(236,204,60); }
td.TdClassName
{
border-color: #ECCC3C;
}
.TagClassName
{
border-color: #ECCC3C;
}
</style>