Shades of Festival #ECC241
Tints of Festival #ECC241
RGB
CMYK
RGB Variations
Color information
#ECC241 (or 0xECC241) is known color: Festival. HEX triplet: EC, C2 and 41. RGB value is (236,194,65). Sum of RGB (Red+Green+Blue) = 236+194+65=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 65 (25.78% from 255 or 13.13% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC241 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC241 is #133DBE. Grayscale: #C0C0C0. Windows color (decimal): -1260991 or 4309740. OLE color: 4309740.
HSL color Cylindrical-coordinate representation of color #ECC241: hue angle of 45.26º 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 #ECC241 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 194 | 65 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.07 |
| HSL | 45.26º | 0.82% | 0.59% | - |
| HSV(B) | 45.26º | 0.72% | 0.93% | - |
| XYZ | 54.84 | 56.8 | 13.07 | - |
| YUV | 191.85 | 56.41 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 194 | 65 | 0 | 0.18 | 0.72 | 0.07 | 45.26 | 0.82 | 0.59 |
| Hex | EC | C2 | 41 | 0 | 12 | 48 | 7 | 2D | 52 | 3B |
| Octal | 354 | 302 | 101 | 0 | 22 | 110 | 7 | 55 | 122 | 73 |
| Binary | 11101100 | 11000010 | 1000001 | 0 | 10010 | 1001000 | 111 | 101101 | 1010010 | 111011 |
Color Harmonies of #ECC241
Complementary color
Monochromatic Colors of #ECC241
Black with #ECC241
Text Example
Text Example
White with #ECC241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC241; }
p { color: rgb(236,194,65); }
H1.HeaderClassName
{
color: #ECC241;
}
.AnyTagClassName
{
color: #ECC241;
}
</style>
background-color css
<style>
a { background-color: #ECC241; }
a { background-color: rgb(236,194,65); }
div.DivClassName
{
background-color: #ECC241;
}
.BgClassName
{
background-color: #ECC241;
}
</style>
border-color css
<style>
span { border-color: #ECC241; }
span { border-color: rgb(236,194,65); }
td.TdClassName
{
border-color: #ECC241;
}
.TagClassName
{
border-color: #ECC241;
}
</style>