Shades of Festival #ECCD4C
Tints of Festival #ECCD4C
RGB
CMYK
RGB Variations
Color information
#ECCD4C (or 0xECCD4C) is known color: Festival. HEX triplet: EC, CD and 4C. RGB value is (236,205,76). Sum of RGB (Red+Green+Blue) = 236+205+76=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 76 (30.08% from 255 or 14.70% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCD4C is #1332B3. Grayscale: #C8C8C8. Windows color (decimal): -1258164 or 5033452. OLE color: 5033452.
HSL color Cylindrical-coordinate representation of color #ECCD4C: hue angle of 48.38º 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 #ECCD4C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 205 | 76 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.07 |
| HSL | 48.38º | 0.81% | 0.61% | - |
| HSV(B) | 48.38º | 0.68% | 0.93% | - |
| XYZ | 57.73 | 62.02 | 15.77 | - |
| YUV | 199.56 | 58.27 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 205 | 76 | 0 | 0.13 | 0.68 | 0.07 | 48.38 | 0.81 | 0.61 |
| Hex | EC | CD | 4C | 0 | D | 44 | 7 | 30 | 51 | 3D |
| Octal | 354 | 315 | 114 | 0 | 15 | 104 | 7 | 60 | 121 | 75 |
| Binary | 11101100 | 11001101 | 1001100 | 0 | 1101 | 1000100 | 111 | 110000 | 1010001 | 111101 |
Color Harmonies of #ECCD4C
Complementary color
Monochromatic Colors of #ECCD4C
Black with #ECCD4C
Text Example
Text Example
White with #ECCD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCD4C; }
p { color: rgb(236,205,76); }
H1.HeaderClassName
{
color: #ECCD4C;
}
.AnyTagClassName
{
color: #ECCD4C;
}
</style>
background-color css
<style>
a { background-color: #ECCD4C; }
a { background-color: rgb(236,205,76); }
div.DivClassName
{
background-color: #ECCD4C;
}
.BgClassName
{
background-color: #ECCD4C;
}
</style>
border-color css
<style>
span { border-color: #ECCD4C; }
span { border-color: rgb(236,205,76); }
td.TdClassName
{
border-color: #ECCD4C;
}
.TagClassName
{
border-color: #ECCD4C;
}
</style>