Shades of Festival #ECD348
Tints of Festival #ECD348
RGB
CMYK
RGB Variations
Color information
#ECD348 (or 0xECD348) is known color: Festival. HEX triplet: EC, D3 and 48. RGB value is (236,211,72). Sum of RGB (Red+Green+Blue) = 236+211+72=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 211 (82.81% from 255 or 40.66% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD348 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD348 is #132CB7. Grayscale: #CBCBCB. Windows color (decimal): -1256632 or 4772844. OLE color: 4772844.
HSL color Cylindrical-coordinate representation of color #ECD348: hue angle of 50.85º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECD348 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 211 | 72 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.07 |
| HSL | 50.85º | 0.81% | 0.6% | - |
| HSV(B) | 50.85º | 0.69% | 0.93% | - |
| XYZ | 59.06 | 64.89 | 15.54 | - |
| YUV | 202.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 211 | 72 | 0 | 0.11 | 0.69 | 0.07 | 50.85 | 0.81 | 0.6 |
| Hex | EC | D3 | 48 | 0 | B | 45 | 7 | 33 | 51 | 3C |
| Octal | 354 | 323 | 110 | 0 | 13 | 105 | 7 | 63 | 121 | 74 |
| Binary | 11101100 | 11010011 | 1001000 | 0 | 1011 | 1000101 | 111 | 110011 | 1010001 | 111100 |
Color Harmonies of #ECD348
Complementary color
Monochromatic Colors of #ECD348
Black with #ECD348
Text Example
Text Example
White with #ECD348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD348; }
p { color: rgb(236,211,72); }
H1.HeaderClassName
{
color: #ECD348;
}
.AnyTagClassName
{
color: #ECD348;
}
</style>
background-color css
<style>
a { background-color: #ECD348; }
a { background-color: rgb(236,211,72); }
div.DivClassName
{
background-color: #ECD348;
}
.BgClassName
{
background-color: #ECD348;
}
</style>
border-color css
<style>
span { border-color: #ECD348; }
span { border-color: rgb(236,211,72); }
td.TdClassName
{
border-color: #ECD348;
}
.TagClassName
{
border-color: #ECD348;
}
</style>