Shades of Festival #ECD043
Tints of Festival #ECD043
RGB
CMYK
RGB Variations
Color information
#ECD043 (or 0xECD043) is known color: Festival. HEX triplet: EC, D0 and 43. RGB value is (236,208,67). Sum of RGB (Red+Green+Blue) = 236+208+67=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD043 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD043 is #132FBC. Grayscale: #C8C8C8. Windows color (decimal): -1257405 or 4444396. OLE color: 4444396.
HSL color Cylindrical-coordinate representation of color #ECD043: hue angle of 50.06º 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 #ECD043 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 67 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.07 |
| HSL | 50.06º | 0.82% | 0.59% | - |
| HSV(B) | 50.06º | 0.72% | 0.93% | - |
| XYZ | 58.16 | 63.35 | 14.47 | - |
| YUV | 200.3 | 52.78 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 67 | 0 | 0.12 | 0.72 | 0.07 | 50.06 | 0.82 | 0.59 |
| Hex | EC | D0 | 43 | 0 | C | 48 | 7 | 32 | 52 | 3B |
| Octal | 354 | 320 | 103 | 0 | 14 | 110 | 7 | 62 | 122 | 73 |
| Binary | 11101100 | 11010000 | 1000011 | 0 | 1100 | 1001000 | 111 | 110010 | 1010010 | 111011 |
Color Harmonies of #ECD043
Complementary color
Monochromatic Colors of #ECD043
Black with #ECD043
Text Example
Text Example
White with #ECD043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD043; }
p { color: rgb(236,208,67); }
H1.HeaderClassName
{
color: #ECD043;
}
.AnyTagClassName
{
color: #ECD043;
}
</style>
background-color css
<style>
a { background-color: #ECD043; }
a { background-color: rgb(236,208,67); }
div.DivClassName
{
background-color: #ECD043;
}
.BgClassName
{
background-color: #ECD043;
}
</style>
border-color css
<style>
span { border-color: #ECD043; }
span { border-color: rgb(236,208,67); }
td.TdClassName
{
border-color: #ECD043;
}
.TagClassName
{
border-color: #ECD043;
}
</style>