Shades of Festival #EBC447
Tints of Festival #EBC447
RGB
CMYK
RGB Variations
Color information
#EBC447 (or 0xEBC447) is known color: Festival. HEX triplet: EB, C4 and 47. RGB value is (235,196,71). Sum of RGB (Red+Green+Blue) = 235+196+71=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 196 (76.95% from 255 or 39.04% from 502); Blue value is 71 (28.12% from 255 or 14.14% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC447 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC447 is #143BB8. Grayscale: #C1C1C1. Windows color (decimal): -1326009 or 4703467. OLE color: 4703467.
HSL color Cylindrical-coordinate representation of color #EBC447: hue angle of 45.73º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EBC447 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 71 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.08 |
| HSL | 45.73º | 0.8% | 0.6% | - |
| HSV(B) | 45.73º | 0.7% | 0.92% | - |
| XYZ | 55.14 | 57.6 | 14.17 | - |
| YUV | 193.41 | 58.92 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 71 | 0 | 0.17 | 0.70 | 0.08 | 45.73 | 0.8 | 0.6 |
| Hex | EB | C4 | 47 | 0 | 11 | 46 | 8 | 2E | 50 | 3C |
| Octal | 353 | 304 | 107 | 0 | 21 | 106 | 10 | 56 | 120 | 74 |
| Binary | 11101011 | 11000100 | 1000111 | 0 | 10001 | 1000110 | 1000 | 101110 | 1010000 | 111100 |
Color Harmonies of #EBC447
Complementary color
Monochromatic Colors of #EBC447
Black with #EBC447
Text Example
Text Example
White with #EBC447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC447; }
p { color: rgb(235,196,71); }
H1.HeaderClassName
{
color: #EBC447;
}
.AnyTagClassName
{
color: #EBC447;
}
</style>
background-color css
<style>
a { background-color: #EBC447; }
a { background-color: rgb(235,196,71); }
div.DivClassName
{
background-color: #EBC447;
}
.BgClassName
{
background-color: #EBC447;
}
</style>
border-color css
<style>
span { border-color: #EBC447; }
span { border-color: rgb(235,196,71); }
td.TdClassName
{
border-color: #EBC447;
}
.TagClassName
{
border-color: #EBC447;
}
</style>