Shades of Festival #ECD13E
Tints of Festival #ECD13E
RGB
CMYK
RGB Variations
Color information
#ECD13E (or 0xECD13E) is known color: Festival. HEX triplet: EC, D1 and 3E. RGB value is (236,209,62). Sum of RGB (Red+Green+Blue) = 236+209+62=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 62 (24.61% from 255 or 12.23% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD13E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD13E is #132EC1. Grayscale: #C8C8C8. Windows color (decimal): -1257154 or 4116972. OLE color: 4116972.
HSL color Cylindrical-coordinate representation of color #ECD13E: hue angle of 50.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECD13E is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 209 | 62 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.07 |
| HSL | 50.69º | 0.82% | 0.58% | - |
| HSV(B) | 50.69º | 0.74% | 0.93% | - |
| XYZ | 58.26 | 63.78 | 13.8 | - |
| YUV | 200.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 209 | 62 | 0 | 0.11 | 0.74 | 0.07 | 50.69 | 0.82 | 0.58 |
| Hex | EC | D1 | 3E | 0 | B | 4A | 7 | 33 | 52 | 3A |
| Octal | 354 | 321 | 76 | 0 | 13 | 112 | 7 | 63 | 122 | 72 |
| Binary | 11101100 | 11010001 | 111110 | 0 | 1011 | 1001010 | 111 | 110011 | 1010010 | 111010 |
Color Harmonies of #ECD13E
Complementary color
Monochromatic Colors of #ECD13E
Black with #ECD13E
Text Example
Text Example
White with #ECD13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD13E; }
p { color: rgb(236,209,62); }
H1.HeaderClassName
{
color: #ECD13E;
}
.AnyTagClassName
{
color: #ECD13E;
}
</style>
background-color css
<style>
a { background-color: #ECD13E; }
a { background-color: rgb(236,209,62); }
div.DivClassName
{
background-color: #ECD13E;
}
.BgClassName
{
background-color: #ECD13E;
}
</style>
border-color css
<style>
span { border-color: #ECD13E; }
span { border-color: rgb(236,209,62); }
td.TdClassName
{
border-color: #ECD13E;
}
.TagClassName
{
border-color: #ECD13E;
}
</style>