Shades of Festival #ECC84E
Tints of Festival #ECC84E
RGB
CMYK
RGB Variations
Color information
#ECC84E (or 0xECC84E) is known color: Festival. HEX triplet: EC, C8 and 4E. RGB value is (236,200,78). Sum of RGB (Red+Green+Blue) = 236+200+78=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECC84E is #1337B1. Grayscale: #C5C5C5. Windows color (decimal): -1259442 or 5163244. OLE color: 5163244.
HSL color Cylindrical-coordinate representation of color #ECC84E: hue angle of 46.33º 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 #ECC84E is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 200 | 78 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.07 |
| HSL | 46.33º | 0.81% | 0.62% | - |
| HSV(B) | 46.33º | 0.67% | 0.93% | - |
| XYZ | 56.62 | 59.69 | 15.75 | - |
| YUV | 196.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 200 | 78 | 0 | 0.15 | 0.67 | 0.07 | 46.33 | 0.81 | 0.62 |
| Hex | EC | C8 | 4E | 0 | F | 43 | 7 | 2E | 51 | 3E |
| Octal | 354 | 310 | 116 | 0 | 17 | 103 | 7 | 56 | 121 | 76 |
| Binary | 11101100 | 11001000 | 1001110 | 0 | 1111 | 1000011 | 111 | 101110 | 1010001 | 111110 |
Color Harmonies of #ECC84E
Complementary color
Monochromatic Colors of #ECC84E
Black with #ECC84E
Text Example
Text Example
White with #ECC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC84E; }
p { color: rgb(236,200,78); }
H1.HeaderClassName
{
color: #ECC84E;
}
.AnyTagClassName
{
color: #ECC84E;
}
</style>
background-color css
<style>
a { background-color: #ECC84E; }
a { background-color: rgb(236,200,78); }
div.DivClassName
{
background-color: #ECC84E;
}
.BgClassName
{
background-color: #ECC84E;
}
</style>
border-color css
<style>
span { border-color: #ECC84E; }
span { border-color: rgb(236,200,78); }
td.TdClassName
{
border-color: #ECC84E;
}
.TagClassName
{
border-color: #ECC84E;
}
</style>