Shades of Festival #ECD03E
Tints of Festival #ECD03E
RGB
CMYK
RGB Variations
Color information
#ECD03E (or 0xECD03E) is known color: Festival. HEX triplet: EC, D0 and 3E. RGB value is (236,208,62). Sum of RGB (Red+Green+Blue) = 236+208+62=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 62 (24.61% from 255 or 12.25% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD03E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD03E is #132FC1. Grayscale: #C8C8C8. Windows color (decimal): -1257410 or 4116716. OLE color: 4116716.
HSL color Cylindrical-coordinate representation of color #ECD03E: hue angle of 50.34º 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 #ECD03E is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 62 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.07 |
| HSL | 50.34º | 0.82% | 0.58% | - |
| HSV(B) | 50.34º | 0.74% | 0.93% | - |
| XYZ | 58.02 | 63.29 | 13.72 | - |
| YUV | 199.73 | 50.28 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 62 | 0 | 0.12 | 0.74 | 0.07 | 50.34 | 0.82 | 0.58 |
| Hex | EC | D0 | 3E | 0 | C | 4A | 7 | 32 | 52 | 3A |
| Octal | 354 | 320 | 76 | 0 | 14 | 112 | 7 | 62 | 122 | 72 |
| Binary | 11101100 | 11010000 | 111110 | 0 | 1100 | 1001010 | 111 | 110010 | 1010010 | 111010 |
Color Harmonies of #ECD03E
Complementary color
Monochromatic Colors of #ECD03E
Black with #ECD03E
Text Example
Text Example
White with #ECD03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD03E; }
p { color: rgb(236,208,62); }
H1.HeaderClassName
{
color: #ECD03E;
}
.AnyTagClassName
{
color: #ECD03E;
}
</style>
background-color css
<style>
a { background-color: #ECD03E; }
a { background-color: rgb(236,208,62); }
div.DivClassName
{
background-color: #ECD03E;
}
.BgClassName
{
background-color: #ECD03E;
}
</style>
border-color css
<style>
span { border-color: #ECD03E; }
span { border-color: rgb(236,208,62); }
td.TdClassName
{
border-color: #ECD03E;
}
.TagClassName
{
border-color: #ECD03E;
}
</style>