Shades of Festival #ECD543
Tints of Festival #ECD543
RGB
CMYK
RGB Variations
Color information
#ECD543 (or 0xECD543) is known color: Festival. HEX triplet: EC, D5 and 43. RGB value is (236,213,67). Sum of RGB (Red+Green+Blue) = 236+213+67=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD543 is #132ABC. Grayscale: #CBCBCB. Windows color (decimal): -1256125 or 4445676. OLE color: 4445676.
HSL color Cylindrical-coordinate representation of color #ECD543: hue angle of 51.83º 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 #ECD543 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 213 | 67 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.07 |
| HSL | 51.83º | 0.82% | 0.59% | - |
| HSV(B) | 51.83º | 0.72% | 0.93% | - |
| XYZ | 59.4 | 65.83 | 14.89 | - |
| YUV | 203.23 | 51.12 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 213 | 67 | 0 | 0.10 | 0.72 | 0.07 | 51.83 | 0.82 | 0.59 |
| Hex | EC | D5 | 43 | 0 | A | 48 | 7 | 34 | 52 | 3B |
| Octal | 354 | 325 | 103 | 0 | 12 | 110 | 7 | 64 | 122 | 73 |
| Binary | 11101100 | 11010101 | 1000011 | 0 | 1010 | 1001000 | 111 | 110100 | 1010010 | 111011 |
Color Harmonies of #ECD543
Complementary color
Monochromatic Colors of #ECD543
Black with #ECD543
Text Example
Text Example
White with #ECD543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD543; }
p { color: rgb(236,213,67); }
H1.HeaderClassName
{
color: #ECD543;
}
.AnyTagClassName
{
color: #ECD543;
}
</style>
background-color css
<style>
a { background-color: #ECD543; }
a { background-color: rgb(236,213,67); }
div.DivClassName
{
background-color: #ECD543;
}
.BgClassName
{
background-color: #ECD543;
}
</style>
border-color css
<style>
span { border-color: #ECD543; }
span { border-color: rgb(236,213,67); }
td.TdClassName
{
border-color: #ECD543;
}
.TagClassName
{
border-color: #ECD543;
}
</style>