Shades of Festival #ECD441
Tints of Festival #ECD441
RGB
CMYK
RGB Variations
Color information
#ECD441 (or 0xECD441) is known color: Festival. HEX triplet: EC, D4 and 41. RGB value is (236,212,65). Sum of RGB (Red+Green+Blue) = 236+212+65=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 65 (25.78% from 255 or 12.67% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD441 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD441 is #132BBE. Grayscale: #CBCBCB. Windows color (decimal): -1256383 or 4314348. OLE color: 4314348.
HSL color Cylindrical-coordinate representation of color #ECD441: hue angle of 51.58º 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 #ECD441 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 212 | 65 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.07 |
| HSL | 51.58º | 0.82% | 0.59% | - |
| HSV(B) | 51.58º | 0.72% | 0.93% | - |
| XYZ | 59.09 | 65.3 | 14.49 | - |
| YUV | 202.42 | 50.45 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 212 | 65 | 0 | 0.10 | 0.72 | 0.07 | 51.58 | 0.82 | 0.59 |
| Hex | EC | D4 | 41 | 0 | A | 48 | 7 | 34 | 52 | 3B |
| Octal | 354 | 324 | 101 | 0 | 12 | 110 | 7 | 64 | 122 | 73 |
| Binary | 11101100 | 11010100 | 1000001 | 0 | 1010 | 1001000 | 111 | 110100 | 1010010 | 111011 |
Color Harmonies of #ECD441
Complementary color
Monochromatic Colors of #ECD441
Black with #ECD441
Text Example
Text Example
White with #ECD441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECD441; }
p { color: rgb(236,212,65); }
H1.HeaderClassName
{
color: #ECD441;
}
.AnyTagClassName
{
color: #ECD441;
}
</style>
background-color css
<style>
a { background-color: #ECD441; }
a { background-color: rgb(236,212,65); }
div.DivClassName
{
background-color: #ECD441;
}
.BgClassName
{
background-color: #ECD441;
}
</style>
border-color css
<style>
span { border-color: #ECD441; }
span { border-color: rgb(236,212,65); }
td.TdClassName
{
border-color: #ECD441;
}
.TagClassName
{
border-color: #ECD441;
}
</style>