Shades of Festival #ECC93D
Tints of Festival #ECC93D
RGB
CMYK
RGB Variations
Color information
#ECC93D (or 0xECC93D) is known color: Festival. HEX triplet: EC, C9 and 3D. RGB value is (236,201,61). Sum of RGB (Red+Green+Blue) = 236+201+61=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 201 (78.91% from 255 or 40.36% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC93D is #1336C2. Grayscale: #C4C4C4. Windows color (decimal): -1259203 or 4049388. OLE color: 4049388.
HSL color Cylindrical-coordinate representation of color #ECC93D: hue angle of 48º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ECC93D is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 201 | 61 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.07 |
| HSL | 48º | 0.82% | 0.58% | - |
| HSV(B) | 48º | 0.74% | 0.93% | - |
| XYZ | 56.32 | 59.94 | 13.02 | - |
| YUV | 195.51 | 52.1 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 201 | 61 | 0 | 0.15 | 0.74 | 0.07 | 48 | 0.82 | 0.58 |
| Hex | EC | C9 | 3D | 0 | F | 4A | 7 | 30 | 52 | 3A |
| Octal | 354 | 311 | 75 | 0 | 17 | 112 | 7 | 60 | 122 | 72 |
| Binary | 11101100 | 11001001 | 111101 | 0 | 1111 | 1001010 | 111 | 110000 | 1010010 | 111010 |
Color Harmonies of #ECC93D
Complementary color
Monochromatic Colors of #ECC93D
Black with #ECC93D
Text Example
Text Example
White with #ECC93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC93D; }
p { color: rgb(236,201,61); }
H1.HeaderClassName
{
color: #ECC93D;
}
.AnyTagClassName
{
color: #ECC93D;
}
</style>
background-color css
<style>
a { background-color: #ECC93D; }
a { background-color: rgb(236,201,61); }
div.DivClassName
{
background-color: #ECC93D;
}
.BgClassName
{
background-color: #ECC93D;
}
</style>
border-color css
<style>
span { border-color: #ECC93D; }
span { border-color: rgb(236,201,61); }
td.TdClassName
{
border-color: #ECC93D;
}
.TagClassName
{
border-color: #ECC93D;
}
</style>