Shades of Festival #EBC544
Tints of Festival #EBC544
RGB
CMYK
RGB Variations
Color information
#EBC544 (or 0xEBC544) is known color: Festival. HEX triplet: EB, C5 and 44. RGB value is (235,197,68). Sum of RGB (Red+Green+Blue) = 235+197+68=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 68 (26.95% from 255 or 13.6% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBC544 is #143ABB. Grayscale: #C2C2C2. Windows color (decimal): -1325756 or 4507115. OLE color: 4507115.
HSL color Cylindrical-coordinate representation of color #EBC544: hue angle of 46.35º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EBC544 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 197 | 68 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.08 |
| HSL | 46.35º | 0.81% | 0.59% | - |
| HSV(B) | 46.35º | 0.71% | 0.92% | - |
| XYZ | 55.27 | 58.01 | 13.75 | - |
| YUV | 193.66 | 57.09 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 197 | 68 | 0 | 0.16 | 0.71 | 0.08 | 46.35 | 0.81 | 0.59 |
| Hex | EB | C5 | 44 | 0 | 10 | 47 | 8 | 2E | 51 | 3B |
| Octal | 353 | 305 | 104 | 0 | 20 | 107 | 10 | 56 | 121 | 73 |
| Binary | 11101011 | 11000101 | 1000100 | 0 | 10000 | 1000111 | 1000 | 101110 | 1010001 | 111011 |
Color Harmonies of #EBC544
Complementary color
Monochromatic Colors of #EBC544
Black with #EBC544
Text Example
Text Example
White with #EBC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC544; }
p { color: rgb(235,197,68); }
H1.HeaderClassName
{
color: #EBC544;
}
.AnyTagClassName
{
color: #EBC544;
}
</style>
background-color css
<style>
a { background-color: #EBC544; }
a { background-color: rgb(235,197,68); }
div.DivClassName
{
background-color: #EBC544;
}
.BgClassName
{
background-color: #EBC544;
}
</style>
border-color css
<style>
span { border-color: #EBC544; }
span { border-color: rgb(235,197,68); }
td.TdClassName
{
border-color: #EBC544;
}
.TagClassName
{
border-color: #EBC544;
}
</style>