Shades of Festival #EBC549
Tints of Festival #EBC549
RGB
CMYK
RGB Variations
Color information
#EBC549 (or 0xEBC549) is known color: Festival. HEX triplet: EB, C5 and 49. RGB value is (235,197,73). Sum of RGB (Red+Green+Blue) = 235+197+73=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 73 (28.91% from 255 or 14.46% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC549 is #143AB6. Grayscale: #C2C2C2. Windows color (decimal): -1325751 or 4834795. OLE color: 4834795.
HSL color Cylindrical-coordinate representation of color #EBC549: hue angle of 45.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBC549 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 73 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.08 |
| HSL | 45.93º | 0.8% | 0.6% | - |
| HSV(B) | 45.93º | 0.69% | 0.92% | - |
| XYZ | 55.43 | 58.08 | 14.59 | - |
| YUV | 194.23 | 59.59 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 73 | 0 | 0.16 | 0.69 | 0.08 | 45.93 | 0.8 | 0.6 |
| Hex | EB | C5 | 49 | 0 | 10 | 45 | 8 | 2E | 50 | 3C |
| Octal | 353 | 305 | 111 | 0 | 20 | 105 | 10 | 56 | 120 | 74 |
| Binary | 11101011 | 11000101 | 1001001 | 0 | 10000 | 1000101 | 1000 | 101110 | 1010000 | 111100 |
Color Harmonies of #EBC549
Complementary color
Monochromatic Colors of #EBC549
Black with #EBC549
Text Example
Text Example
White with #EBC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC549; }
p { color: rgb(235,197,73); }
H1.HeaderClassName
{
color: #EBC549;
}
.AnyTagClassName
{
color: #EBC549;
}
</style>
background-color css
<style>
a { background-color: #EBC549; }
a { background-color: rgb(235,197,73); }
div.DivClassName
{
background-color: #EBC549;
}
.BgClassName
{
background-color: #EBC549;
}
</style>
border-color css
<style>
span { border-color: #EBC549; }
span { border-color: rgb(235,197,73); }
td.TdClassName
{
border-color: #EBC549;
}
.TagClassName
{
border-color: #EBC549;
}
</style>