Shades of Festival #ECC641
Tints of Festival #ECC641
RGB
CMYK
RGB Variations
Color information
#ECC641 (or 0xECC641) is known color: Festival. HEX triplet: EC, C6 and 41. RGB value is (236,198,65). Sum of RGB (Red+Green+Blue) = 236+198+65=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC641 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC641 is #1339BE. Grayscale: #C2C2C2. Windows color (decimal): -1259967 or 4310764. OLE color: 4310764.
HSL color Cylindrical-coordinate representation of color #ECC641: hue angle of 46.67º 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 #ECC641 is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 198 | 65 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.07 |
| HSL | 46.67º | 0.82% | 0.59% | - |
| HSV(B) | 46.67º | 0.72% | 0.93% | - |
| XYZ | 55.74 | 58.6 | 13.37 | - |
| YUV | 194.2 | 55.09 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 198 | 65 | 0 | 0.16 | 0.72 | 0.07 | 46.67 | 0.82 | 0.59 |
| Hex | EC | C6 | 41 | 0 | 10 | 48 | 7 | 2F | 52 | 3B |
| Octal | 354 | 306 | 101 | 0 | 20 | 110 | 7 | 57 | 122 | 73 |
| Binary | 11101100 | 11000110 | 1000001 | 0 | 10000 | 1001000 | 111 | 101111 | 1010010 | 111011 |
Color Harmonies of #ECC641
Complementary color
Monochromatic Colors of #ECC641
Black with #ECC641
Text Example
Text Example
White with #ECC641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC641; }
p { color: rgb(236,198,65); }
H1.HeaderClassName
{
color: #ECC641;
}
.AnyTagClassName
{
color: #ECC641;
}
</style>
background-color css
<style>
a { background-color: #ECC641; }
a { background-color: rgb(236,198,65); }
div.DivClassName
{
background-color: #ECC641;
}
.BgClassName
{
background-color: #ECC641;
}
</style>
border-color css
<style>
span { border-color: #ECC641; }
span { border-color: rgb(236,198,65); }
td.TdClassName
{
border-color: #ECC641;
}
.TagClassName
{
border-color: #ECC641;
}
</style>