Shades of Festival #ECCC4F
Tints of Festival #ECCC4F
RGB
CMYK
RGB Variations
Color information
#ECCC4F (or 0xECCC4F) is known color: Festival. HEX triplet: EC, CC and 4F. RGB value is (236,204,79). Sum of RGB (Red+Green+Blue) = 236+204+79=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 79 (31.25% from 255 or 15.22% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECCC4F is #1333B0. Grayscale: #C7C7C7. Windows color (decimal): -1258417 or 5229804. OLE color: 5229804.
HSL color Cylindrical-coordinate representation of color #ECCC4F: hue angle of 47.77º 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 #ECCC4F is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 204 | 79 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.07 |
| HSL | 47.77º | 0.81% | 0.62% | - |
| HSV(B) | 47.77º | 0.67% | 0.93% | - |
| XYZ | 57.6 | 61.58 | 16.25 | - |
| YUV | 199.32 | 60.1 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 204 | 79 | 0 | 0.14 | 0.67 | 0.07 | 47.77 | 0.81 | 0.62 |
| Hex | EC | CC | 4F | 0 | E | 43 | 7 | 30 | 51 | 3E |
| Octal | 354 | 314 | 117 | 0 | 16 | 103 | 7 | 60 | 121 | 76 |
| Binary | 11101100 | 11001100 | 1001111 | 0 | 1110 | 1000011 | 111 | 110000 | 1010001 | 111110 |
Color Harmonies of #ECCC4F
Complementary color
Monochromatic Colors of #ECCC4F
Black with #ECCC4F
Text Example
Text Example
White with #ECCC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCC4F; }
p { color: rgb(236,204,79); }
H1.HeaderClassName
{
color: #ECCC4F;
}
.AnyTagClassName
{
color: #ECCC4F;
}
</style>
background-color css
<style>
a { background-color: #ECCC4F; }
a { background-color: rgb(236,204,79); }
div.DivClassName
{
background-color: #ECCC4F;
}
.BgClassName
{
background-color: #ECCC4F;
}
</style>
border-color css
<style>
span { border-color: #ECCC4F; }
span { border-color: rgb(236,204,79); }
td.TdClassName
{
border-color: #ECCC4F;
}
.TagClassName
{
border-color: #ECCC4F;
}
</style>