Shades of Festival #ECCC3F
Tints of Festival #ECCC3F
RGB
CMYK
RGB Variations
Color information
#ECCC3F (or 0xECCC3F) is known color: Festival. HEX triplet: EC, CC and 3F. RGB value is (236,204,63). Sum of RGB (Red+Green+Blue) = 236+204+63=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 63 (25% from 255 or 12.52% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC3F is #1333C0. Grayscale: #C6C6C6. Windows color (decimal): -1258433 or 4181228. OLE color: 4181228.
HSL color Cylindrical-coordinate representation of color #ECCC3F: hue angle of 48.9º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ECCC3F is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 63 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.07 |
| HSL | 48.9º | 0.82% | 0.59% | - |
| HSV(B) | 48.9º | 0.73% | 0.93% | - |
| XYZ | 57.08 | 61.38 | 13.54 | - |
| YUV | 197.49 | 52.1 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 63 | 0 | 0.14 | 0.73 | 0.07 | 48.9 | 0.82 | 0.59 |
| Hex | EC | CC | 3F | 0 | E | 49 | 7 | 31 | 52 | 3B |
| Octal | 354 | 314 | 77 | 0 | 16 | 111 | 7 | 61 | 122 | 73 |
| Binary | 11101100 | 11001100 | 111111 | 0 | 1110 | 1001001 | 111 | 110001 | 1010010 | 111011 |
Color Harmonies of #ECCC3F
Complementary color
Monochromatic Colors of #ECCC3F
Black with #ECCC3F
Text Example
Text Example
White with #ECCC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC3F; }
p { color: rgb(236,204,63); }
H1.HeaderClassName
{
color: #ECCC3F;
}
.AnyTagClassName
{
color: #ECCC3F;
}
</style>
background-color css
<style>
a { background-color: #ECCC3F; }
a { background-color: rgb(236,204,63); }
div.DivClassName
{
background-color: #ECCC3F;
}
.BgClassName
{
background-color: #ECCC3F;
}
</style>
border-color css
<style>
span { border-color: #ECCC3F; }
span { border-color: rgb(236,204,63); }
td.TdClassName
{
border-color: #ECCC3F;
}
.TagClassName
{
border-color: #ECCC3F;
}
</style>