Shades of Festival #ECD243
Tints of Festival #ECD243
RGB
CMYK
RGB Variations
Color information
#ECD243 (or 0xECD243) is known color: Festival. HEX triplet: EC, D2 and 43. RGB value is (236,210,67). Sum of RGB (Red+Green+Blue) = 236+210+67=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD243 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD243 is #132DBC. Grayscale: #CACACA. Windows color (decimal): -1256893 or 4444908. OLE color: 4444908.
HSL color Cylindrical-coordinate representation of color #ECD243: hue angle of 50.77º 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 #ECD243 is Cyan = 0, Magento = 0.11, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 210 | 67 | - |
| CMYK | 0 | 0.11 | 0.72 | 0.07 |
| HSL | 50.77º | 0.82% | 0.59% | - |
| HSV(B) | 50.77º | 0.72% | 0.93% | - |
| XYZ | 58.65 | 64.33 | 14.64 | - |
| YUV | 201.47 | 52.11 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 210 | 67 | 0 | 0.11 | 0.72 | 0.07 | 50.77 | 0.82 | 0.59 |
| Hex | EC | D2 | 43 | 0 | B | 48 | 7 | 33 | 52 | 3B |
| Octal | 354 | 322 | 103 | 0 | 13 | 110 | 7 | 63 | 122 | 73 |
| Binary | 11101100 | 11010010 | 1000011 | 0 | 1011 | 1001000 | 111 | 110011 | 1010010 | 111011 |
Color Harmonies of #ECD243
Complementary color
Monochromatic Colors of #ECD243
Black with #ECD243
Text Example
Text Example
White with #ECD243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD243; }
p { color: rgb(236,210,67); }
H1.HeaderClassName
{
color: #ECD243;
}
.AnyTagClassName
{
color: #ECD243;
}
</style>
background-color css
<style>
a { background-color: #ECD243; }
a { background-color: rgb(236,210,67); }
div.DivClassName
{
background-color: #ECD243;
}
.BgClassName
{
background-color: #ECD243;
}
</style>
border-color css
<style>
span { border-color: #ECD243; }
span { border-color: rgb(236,210,67); }
td.TdClassName
{
border-color: #ECD243;
}
.TagClassName
{
border-color: #ECD243;
}
</style>