Shades of Festival #ECD041
Tints of Festival #ECD041
RGB
CMYK
RGB Variations
Color information
#ECD041 (or 0xECD041) is known color: Festival. HEX triplet: EC, D0 and 41. RGB value is (236,208,65). Sum of RGB (Red+Green+Blue) = 236+208+65=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 65 (25.78% from 255 or 12.77% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD041 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD041 is #132FBE. Grayscale: #C8C8C8. Windows color (decimal): -1257407 or 4313324. OLE color: 4313324.
HSL color Cylindrical-coordinate representation of color #ECD041: hue angle of 50.18º 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 #ECD041 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 208 | 65 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.07 |
| HSL | 50.18º | 0.82% | 0.59% | - |
| HSV(B) | 50.18º | 0.72% | 0.93% | - |
| XYZ | 58.1 | 63.33 | 14.16 | - |
| YUV | 200.07 | 51.78 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 208 | 65 | 0 | 0.12 | 0.72 | 0.07 | 50.18 | 0.82 | 0.59 |
| Hex | EC | D0 | 41 | 0 | C | 48 | 7 | 32 | 52 | 3B |
| Octal | 354 | 320 | 101 | 0 | 14 | 110 | 7 | 62 | 122 | 73 |
| Binary | 11101100 | 11010000 | 1000001 | 0 | 1100 | 1001000 | 111 | 110010 | 1010010 | 111011 |
Color Harmonies of #ECD041
Complementary color
Monochromatic Colors of #ECD041
Black with #ECD041
Text Example
Text Example
White with #ECD041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD041; }
p { color: rgb(236,208,65); }
H1.HeaderClassName
{
color: #ECD041;
}
.AnyTagClassName
{
color: #ECD041;
}
</style>
background-color css
<style>
a { background-color: #ECD041; }
a { background-color: rgb(236,208,65); }
div.DivClassName
{
background-color: #ECD041;
}
.BgClassName
{
background-color: #ECD041;
}
</style>
border-color css
<style>
span { border-color: #ECD041; }
span { border-color: rgb(236,208,65); }
td.TdClassName
{
border-color: #ECD041;
}
.TagClassName
{
border-color: #ECD041;
}
</style>