Shades of Festival #ECC74D
Tints of Festival #ECC74D
RGB
CMYK
RGB Variations
Color information
#ECC74D (or 0xECC74D) is known color: Festival. HEX triplet: EC, C7 and 4D. RGB value is (236,199,77). Sum of RGB (Red+Green+Blue) = 236+199+77=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 199 (78.12% from 255 or 38.87% from 512); Blue value is 77 (30.47% from 255 or 15.04% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC74D is #1338B2. Grayscale: #C4C4C4. Windows color (decimal): -1259699 or 5097452. OLE color: 5097452.
HSL color Cylindrical-coordinate representation of color #ECC74D: hue angle of 46.04º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECC74D is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 199 | 77 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.07 |
| HSL | 46.04º | 0.81% | 0.61% | - |
| HSV(B) | 46.04º | 0.67% | 0.93% | - |
| XYZ | 56.36 | 59.22 | 15.48 | - |
| YUV | 196.16 | 60.76 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 199 | 77 | 0 | 0.16 | 0.67 | 0.07 | 46.04 | 0.81 | 0.61 |
| Hex | EC | C7 | 4D | 0 | 10 | 43 | 7 | 2E | 51 | 3D |
| Octal | 354 | 307 | 115 | 0 | 20 | 103 | 7 | 56 | 121 | 75 |
| Binary | 11101100 | 11000111 | 1001101 | 0 | 10000 | 1000011 | 111 | 101110 | 1010001 | 111101 |
Color Harmonies of #ECC74D
Complementary color
Monochromatic Colors of #ECC74D
Black with #ECC74D
Text Example
Text Example
White with #ECC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC74D; }
p { color: rgb(236,199,77); }
H1.HeaderClassName
{
color: #ECC74D;
}
.AnyTagClassName
{
color: #ECC74D;
}
</style>
background-color css
<style>
a { background-color: #ECC74D; }
a { background-color: rgb(236,199,77); }
div.DivClassName
{
background-color: #ECC74D;
}
.BgClassName
{
background-color: #ECC74D;
}
</style>
border-color css
<style>
span { border-color: #ECC74D; }
span { border-color: rgb(236,199,77); }
td.TdClassName
{
border-color: #ECC74D;
}
.TagClassName
{
border-color: #ECC74D;
}
</style>