Shades of Festival #EBC545
Tints of Festival #EBC545
RGB
CMYK
RGB Variations
Color information
#EBC545 (or 0xEBC545) is known color: Festival. HEX triplet: EB, C5 and 45. RGB value is (235,197,69). Sum of RGB (Red+Green+Blue) = 235+197+69=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC545 is #143ABA. Grayscale: #C2C2C2. Windows color (decimal): -1325755 or 4572651. OLE color: 4572651.
HSL color Cylindrical-coordinate representation of color #EBC545: hue angle of 46.27º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBC545 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 69 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.08 |
| HSL | 46.27º | 0.81% | 0.6% | - |
| HSV(B) | 46.27º | 0.71% | 0.92% | - |
| XYZ | 55.3 | 58.02 | 13.92 | - |
| YUV | 193.77 | 57.59 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 69 | 0 | 0.16 | 0.71 | 0.08 | 46.27 | 0.81 | 0.6 |
| Hex | EB | C5 | 45 | 0 | 10 | 47 | 8 | 2E | 51 | 3C |
| Octal | 353 | 305 | 105 | 0 | 20 | 107 | 10 | 56 | 121 | 74 |
| Binary | 11101011 | 11000101 | 1000101 | 0 | 10000 | 1000111 | 1000 | 101110 | 1010001 | 111100 |
Color Harmonies of #EBC545
Complementary color
Monochromatic Colors of #EBC545
Black with #EBC545
Text Example
Text Example
White with #EBC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC545; }
p { color: rgb(235,197,69); }
H1.HeaderClassName
{
color: #EBC545;
}
.AnyTagClassName
{
color: #EBC545;
}
</style>
background-color css
<style>
a { background-color: #EBC545; }
a { background-color: rgb(235,197,69); }
div.DivClassName
{
background-color: #EBC545;
}
.BgClassName
{
background-color: #EBC545;
}
</style>
border-color css
<style>
span { border-color: #EBC545; }
span { border-color: rgb(235,197,69); }
td.TdClassName
{
border-color: #EBC545;
}
.TagClassName
{
border-color: #EBC545;
}
</style>