Shades of Festival #ECD642
Tints of Festival #ECD642
RGB
CMYK
RGB Variations
Color information
#ECD642 (or 0xECD642) is known color: Festival. HEX triplet: EC, D6 and 42. RGB value is (236,214,66). Sum of RGB (Red+Green+Blue) = 236+214+66=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 214 (83.98% from 255 or 41.47% from 516); Blue value is 66 (26.17% from 255 or 12.79% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD642 is #1329BD. Grayscale: #CCCCCC. Windows color (decimal): -1255870 or 4380396. OLE color: 4380396.
HSL color Cylindrical-coordinate representation of color #ECD642: hue angle of 52.24º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECD642 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 214 | 66 | - |
| CMYK | 0 | 0.09 | 0.72 | 0.07 |
| HSL | 52.24º | 0.82% | 0.59% | - |
| HSV(B) | 52.24º | 0.72% | 0.93% | - |
| XYZ | 59.62 | 66.32 | 14.81 | - |
| YUV | 203.71 | 50.29 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 214 | 66 | 0 | 0.09 | 0.72 | 0.07 | 52.24 | 0.82 | 0.59 |
| Hex | EC | D6 | 42 | 0 | 9 | 48 | 7 | 34 | 52 | 3B |
| Octal | 354 | 326 | 102 | 0 | 11 | 110 | 7 | 64 | 122 | 73 |
| Binary | 11101100 | 11010110 | 1000010 | 0 | 1001 | 1001000 | 111 | 110100 | 1010010 | 111011 |
Color Harmonies of #ECD642
Complementary color
Monochromatic Colors of #ECD642
Black with #ECD642
Text Example
Text Example
White with #ECD642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD642; }
p { color: rgb(236,214,66); }
H1.HeaderClassName
{
color: #ECD642;
}
.AnyTagClassName
{
color: #ECD642;
}
</style>
background-color css
<style>
a { background-color: #ECD642; }
a { background-color: rgb(236,214,66); }
div.DivClassName
{
background-color: #ECD642;
}
.BgClassName
{
background-color: #ECD642;
}
</style>
border-color css
<style>
span { border-color: #ECD642; }
span { border-color: rgb(236,214,66); }
td.TdClassName
{
border-color: #ECD642;
}
.TagClassName
{
border-color: #ECD642;
}
</style>