Shades of Festival #EBC449
Tints of Festival #EBC449
RGB
CMYK
RGB Variations
Color information
#EBC449 (or 0xEBC449) is known color: Festival. HEX triplet: EB, C4 and 49. RGB value is (235,196,73). Sum of RGB (Red+Green+Blue) = 235+196+73=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 73 (28.91% from 255 or 14.48% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC449 is #143BB6. Grayscale: #C2C2C2. Windows color (decimal): -1326007 or 4834539. OLE color: 4834539.
HSL color Cylindrical-coordinate representation of color #EBC449: hue angle of 45.56º 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 #EBC449 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 73 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.08 |
| HSL | 45.56º | 0.8% | 0.6% | - |
| HSV(B) | 45.56º | 0.69% | 0.92% | - |
| XYZ | 55.2 | 57.62 | 14.52 | - |
| YUV | 193.64 | 59.92 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 73 | 0 | 0.17 | 0.69 | 0.08 | 45.56 | 0.8 | 0.6 |
| Hex | EB | C4 | 49 | 0 | 11 | 45 | 8 | 2E | 50 | 3C |
| Octal | 353 | 304 | 111 | 0 | 21 | 105 | 10 | 56 | 120 | 74 |
| Binary | 11101011 | 11000100 | 1001001 | 0 | 10001 | 1000101 | 1000 | 101110 | 1010000 | 111100 |
Color Harmonies of #EBC449
Complementary color
Monochromatic Colors of #EBC449
Black with #EBC449
Text Example
Text Example
White with #EBC449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC449; }
p { color: rgb(235,196,73); }
H1.HeaderClassName
{
color: #EBC449;
}
.AnyTagClassName
{
color: #EBC449;
}
</style>
background-color css
<style>
a { background-color: #EBC449; }
a { background-color: rgb(235,196,73); }
div.DivClassName
{
background-color: #EBC449;
}
.BgClassName
{
background-color: #EBC449;
}
</style>
border-color css
<style>
span { border-color: #EBC449; }
span { border-color: rgb(235,196,73); }
td.TdClassName
{
border-color: #EBC449;
}
.TagClassName
{
border-color: #EBC449;
}
</style>