Shades of Festival #ECC93C
Tints of Festival #ECC93C
RGB
CMYK
RGB Variations
Color information
#ECC93C (or 0xECC93C) is known color: Festival. HEX triplet: EC, C9 and 3C. RGB value is (236,201,60). Sum of RGB (Red+Green+Blue) = 236+201+60=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 201 (78.91% from 255 or 40.44% from 497); Blue value is 60 (23.83% from 255 or 12.07% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC93C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC93C is #1336C3. Grayscale: #C3C3C3. Windows color (decimal): -1259204 or 3983852. OLE color: 3983852.
HSL color Cylindrical-coordinate representation of color #ECC93C: hue angle of 48.07º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ECC93C is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 60 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.07 |
| HSL | 48.07º | 0.82% | 0.58% | - |
| HSV(B) | 48.07º | 0.75% | 0.93% | - |
| XYZ | 56.29 | 59.93 | 12.88 | - |
| YUV | 195.39 | 51.6 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 60 | 0 | 0.15 | 0.75 | 0.07 | 48.07 | 0.82 | 0.58 |
| Hex | EC | C9 | 3C | 0 | F | 4B | 7 | 30 | 52 | 3A |
| Octal | 354 | 311 | 74 | 0 | 17 | 113 | 7 | 60 | 122 | 72 |
| Binary | 11101100 | 11001001 | 111100 | 0 | 1111 | 1001011 | 111 | 110000 | 1010010 | 111010 |
Color Harmonies of #ECC93C
Complementary color
Monochromatic Colors of #ECC93C
Black with #ECC93C
Text Example
Text Example
White with #ECC93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC93C; }
p { color: rgb(236,201,60); }
H1.HeaderClassName
{
color: #ECC93C;
}
.AnyTagClassName
{
color: #ECC93C;
}
</style>
background-color css
<style>
a { background-color: #ECC93C; }
a { background-color: rgb(236,201,60); }
div.DivClassName
{
background-color: #ECC93C;
}
.BgClassName
{
background-color: #ECC93C;
}
</style>
border-color css
<style>
span { border-color: #ECC93C; }
span { border-color: rgb(236,201,60); }
td.TdClassName
{
border-color: #ECC93C;
}
.TagClassName
{
border-color: #ECC93C;
}
</style>