Shades of Festival #ECCA4E
Tints of Festival #ECCA4E
RGB
CMYK
RGB Variations
Color information
#ECCA4E (or 0xECCA4E) is known color: Festival. HEX triplet: EC, CA and 4E. RGB value is (236,202,78). Sum of RGB (Red+Green+Blue) = 236+202+78=516 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.74% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 78 (30.86% from 255 or 15.12% from 516); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCA4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCA4E is #1335B1. Grayscale: #C6C6C6. Windows color (decimal): -1258930 or 5163756. OLE color: 5163756.
HSL color Cylindrical-coordinate representation of color #ECCA4E: hue angle of 47.09º 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 #ECCA4E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 202 | 78 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.07 |
| HSL | 47.09º | 0.81% | 0.62% | - |
| HSV(B) | 47.09º | 0.67% | 0.93% | - |
| XYZ | 57.09 | 60.62 | 15.9 | - |
| YUV | 198.03 | 60.26 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 202 | 78 | 0 | 0.14 | 0.67 | 0.07 | 47.09 | 0.81 | 0.62 |
| Hex | EC | CA | 4E | 0 | E | 43 | 7 | 2F | 51 | 3E |
| Octal | 354 | 312 | 116 | 0 | 16 | 103 | 7 | 57 | 121 | 76 |
| Binary | 11101100 | 11001010 | 1001110 | 0 | 1110 | 1000011 | 111 | 101111 | 1010001 | 111110 |
Color Harmonies of #ECCA4E
Complementary color
Monochromatic Colors of #ECCA4E
Black with #ECCA4E
Text Example
Text Example
White with #ECCA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCA4E; }
p { color: rgb(236,202,78); }
H1.HeaderClassName
{
color: #ECCA4E;
}
.AnyTagClassName
{
color: #ECCA4E;
}
</style>
background-color css
<style>
a { background-color: #ECCA4E; }
a { background-color: rgb(236,202,78); }
div.DivClassName
{
background-color: #ECCA4E;
}
.BgClassName
{
background-color: #ECCA4E;
}
</style>
border-color css
<style>
span { border-color: #ECCA4E; }
span { border-color: rgb(236,202,78); }
td.TdClassName
{
border-color: #ECCA4E;
}
.TagClassName
{
border-color: #ECCA4E;
}
</style>