Shades of Festival #ECD443
Tints of Festival #ECD443
RGB
CMYK
RGB Variations
Color information
#ECD443 (or 0xECD443) is known color: Festival. HEX triplet: EC, D4 and 43. RGB value is (236,212,67). Sum of RGB (Red+Green+Blue) = 236+212+67=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 67 (26.56% from 255 or 13.01% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD443 is #132BBC. Grayscale: #CBCBCB. Windows color (decimal): -1256381 or 4445420. OLE color: 4445420.
HSL color Cylindrical-coordinate representation of color #ECD443: hue angle of 51.48º 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 #ECD443 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 67 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.07 |
| HSL | 51.48º | 0.82% | 0.59% | - |
| HSV(B) | 51.48º | 0.72% | 0.93% | - |
| XYZ | 59.15 | 65.33 | 14.8 | - |
| YUV | 202.65 | 51.45 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 67 | 0 | 0.10 | 0.72 | 0.07 | 51.48 | 0.82 | 0.59 |
| Hex | EC | D4 | 43 | 0 | A | 48 | 7 | 33 | 52 | 3B |
| Octal | 354 | 324 | 103 | 0 | 12 | 110 | 7 | 63 | 122 | 73 |
| Binary | 11101100 | 11010100 | 1000011 | 0 | 1010 | 1001000 | 111 | 110011 | 1010010 | 111011 |
Color Harmonies of #ECD443
Complementary color
Monochromatic Colors of #ECD443
Black with #ECD443
Text Example
Text Example
White with #ECD443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD443; }
p { color: rgb(236,212,67); }
H1.HeaderClassName
{
color: #ECD443;
}
.AnyTagClassName
{
color: #ECD443;
}
</style>
background-color css
<style>
a { background-color: #ECD443; }
a { background-color: rgb(236,212,67); }
div.DivClassName
{
background-color: #ECD443;
}
.BgClassName
{
background-color: #ECD443;
}
</style>
border-color css
<style>
span { border-color: #ECD443; }
span { border-color: rgb(236,212,67); }
td.TdClassName
{
border-color: #ECD443;
}
.TagClassName
{
border-color: #ECD443;
}
</style>