Shades of Festival #ECC73D
Tints of Festival #ECC73D
RGB
CMYK
RGB Variations
Color information
#ECC73D (or 0xECC73D) is known color: Festival. HEX triplet: EC, C7 and 3D. RGB value is (236,199,61). Sum of RGB (Red+Green+Blue) = 236+199+61=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 199 (78.12% from 255 or 40.12% from 496); Blue value is 61 (24.22% from 255 or 12.30% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC73D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC73D is #1338C2. Grayscale: #C2C2C2. Windows color (decimal): -1259715 or 4048876. OLE color: 4048876.
HSL color Cylindrical-coordinate representation of color #ECC73D: hue angle of 47.31º 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 #ECC73D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 61 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.07 |
| HSL | 47.31º | 0.82% | 0.58% | - |
| HSV(B) | 47.31º | 0.74% | 0.93% | - |
| XYZ | 55.86 | 59.02 | 12.86 | - |
| YUV | 194.33 | 52.76 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 61 | 0 | 0.16 | 0.74 | 0.07 | 47.31 | 0.82 | 0.58 |
| Hex | EC | C7 | 3D | 0 | 10 | 4A | 7 | 2F | 52 | 3A |
| Octal | 354 | 307 | 75 | 0 | 20 | 112 | 7 | 57 | 122 | 72 |
| Binary | 11101100 | 11000111 | 111101 | 0 | 10000 | 1001010 | 111 | 101111 | 1010010 | 111010 |
Color Harmonies of #ECC73D
Complementary color
Monochromatic Colors of #ECC73D
Black with #ECC73D
Text Example
Text Example
White with #ECC73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC73D; }
p { color: rgb(236,199,61); }
H1.HeaderClassName
{
color: #ECC73D;
}
.AnyTagClassName
{
color: #ECC73D;
}
</style>
background-color css
<style>
a { background-color: #ECC73D; }
a { background-color: rgb(236,199,61); }
div.DivClassName
{
background-color: #ECC73D;
}
.BgClassName
{
background-color: #ECC73D;
}
</style>
border-color css
<style>
span { border-color: #ECC73D; }
span { border-color: rgb(236,199,61); }
td.TdClassName
{
border-color: #ECC73D;
}
.TagClassName
{
border-color: #ECC73D;
}
</style>