Shades of Festival #ECCC4E
Tints of Festival #ECCC4E
RGB
CMYK
RGB Variations
Color information
#ECCC4E (or 0xECCC4E) is known color: Festival. HEX triplet: EC, CC and 4E. RGB value is (236,204,78). Sum of RGB (Red+Green+Blue) = 236+204+78=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC4E is #1333B1. Grayscale: #C7C7C7. Windows color (decimal): -1258418 or 5164268. OLE color: 5164268.
HSL color Cylindrical-coordinate representation of color #ECCC4E: hue angle of 47.85º 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 #ECCC4E is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 78 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.07 |
| HSL | 47.85º | 0.81% | 0.62% | - |
| HSV(B) | 47.85º | 0.67% | 0.93% | - |
| XYZ | 57.56 | 61.57 | 16.06 | - |
| YUV | 199.2 | 59.6 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 78 | 0 | 0.14 | 0.67 | 0.07 | 47.85 | 0.81 | 0.62 |
| Hex | EC | CC | 4E | 0 | E | 43 | 7 | 30 | 51 | 3E |
| Octal | 354 | 314 | 116 | 0 | 16 | 103 | 7 | 60 | 121 | 76 |
| Binary | 11101100 | 11001100 | 1001110 | 0 | 1110 | 1000011 | 111 | 110000 | 1010001 | 111110 |
Color Harmonies of #ECCC4E
Complementary color
Monochromatic Colors of #ECCC4E
Black with #ECCC4E
Text Example
Text Example
White with #ECCC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC4E; }
p { color: rgb(236,204,78); }
H1.HeaderClassName
{
color: #ECCC4E;
}
.AnyTagClassName
{
color: #ECCC4E;
}
</style>
background-color css
<style>
a { background-color: #ECCC4E; }
a { background-color: rgb(236,204,78); }
div.DivClassName
{
background-color: #ECCC4E;
}
.BgClassName
{
background-color: #ECCC4E;
}
</style>
border-color css
<style>
span { border-color: #ECCC4E; }
span { border-color: rgb(236,204,78); }
td.TdClassName
{
border-color: #ECCC4E;
}
.TagClassName
{
border-color: #ECCC4E;
}
</style>