Shades of Festival #ECC84F
Tints of Festival #ECC84F
RGB
CMYK
RGB Variations
Color information
#ECC84F (or 0xECC84F) is known color: Festival. HEX triplet: EC, C8 and 4F. RGB value is (236,200,79). Sum of RGB (Red+Green+Blue) = 236+200+79=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 79 (31.25% from 255 or 15.34% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC84F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC84F is #1337B0. Grayscale: #C5C5C5. Windows color (decimal): -1259441 or 5228780. OLE color: 5228780.
HSL color Cylindrical-coordinate representation of color #ECC84F: hue angle of 46.24º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECC84F is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 79 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.07 |
| HSL | 46.24º | 0.81% | 0.62% | - |
| HSV(B) | 46.24º | 0.67% | 0.93% | - |
| XYZ | 56.66 | 59.71 | 15.94 | - |
| YUV | 196.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 79 | 0 | 0.15 | 0.67 | 0.07 | 46.24 | 0.81 | 0.62 |
| Hex | EC | C8 | 4F | 0 | F | 43 | 7 | 2E | 51 | 3E |
| Octal | 354 | 310 | 117 | 0 | 17 | 103 | 7 | 56 | 121 | 76 |
| Binary | 11101100 | 11001000 | 1001111 | 0 | 1111 | 1000011 | 111 | 101110 | 1010001 | 111110 |
Color Harmonies of #ECC84F
Complementary color
Monochromatic Colors of #ECC84F
Black with #ECC84F
Text Example
Text Example
White with #ECC84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC84F; }
p { color: rgb(236,200,79); }
H1.HeaderClassName
{
color: #ECC84F;
}
.AnyTagClassName
{
color: #ECC84F;
}
</style>
background-color css
<style>
a { background-color: #ECC84F; }
a { background-color: rgb(236,200,79); }
div.DivClassName
{
background-color: #ECC84F;
}
.BgClassName
{
background-color: #ECC84F;
}
</style>
border-color css
<style>
span { border-color: #ECC84F; }
span { border-color: rgb(236,200,79); }
td.TdClassName
{
border-color: #ECC84F;
}
.TagClassName
{
border-color: #ECC84F;
}
</style>