Shades of Festival #ECCE4C
Tints of Festival #ECCE4C
RGB
CMYK
RGB Variations
Color information
#ECCE4C (or 0xECCE4C) is known color: Festival. HEX triplet: EC, CE and 4C. RGB value is (236,206,76). Sum of RGB (Red+Green+Blue) = 236+206+76=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE4C is #1331B3. Grayscale: #C8C8C8. Windows color (decimal): -1257908 or 5033708. OLE color: 5033708.
HSL color Cylindrical-coordinate representation of color #ECCE4C: hue angle of 48.75º 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 #ECCE4C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 76 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.07 |
| HSL | 48.75º | 0.81% | 0.61% | - |
| HSV(B) | 48.75º | 0.68% | 0.93% | - |
| XYZ | 57.97 | 62.5 | 15.85 | - |
| YUV | 200.15 | 57.94 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 76 | 0 | 0.13 | 0.68 | 0.07 | 48.75 | 0.81 | 0.61 |
| Hex | EC | CE | 4C | 0 | D | 44 | 7 | 31 | 51 | 3D |
| Octal | 354 | 316 | 114 | 0 | 15 | 104 | 7 | 61 | 121 | 75 |
| Binary | 11101100 | 11001110 | 1001100 | 0 | 1101 | 1000100 | 111 | 110001 | 1010001 | 111101 |
Color Harmonies of #ECCE4C
Complementary color
Monochromatic Colors of #ECCE4C
Black with #ECCE4C
Text Example
Text Example
White with #ECCE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCE4C; }
p { color: rgb(236,206,76); }
H1.HeaderClassName
{
color: #ECCE4C;
}
.AnyTagClassName
{
color: #ECCE4C;
}
</style>
background-color css
<style>
a { background-color: #ECCE4C; }
a { background-color: rgb(236,206,76); }
div.DivClassName
{
background-color: #ECCE4C;
}
.BgClassName
{
background-color: #ECCE4C;
}
</style>
border-color css
<style>
span { border-color: #ECCE4C; }
span { border-color: rgb(236,206,76); }
td.TdClassName
{
border-color: #ECCE4C;
}
.TagClassName
{
border-color: #ECCE4C;
}
</style>